curl --request GET \
--url https://api.quiver.ai/v1/models/{model} \
--header 'Authorization: Bearer <token>'{
"context_length": 131072,
"created": 1704067200,
"description": "QuiverAI API flagship SVG generation model for text-to-SVG and image-to-SVG.",
"id": "arrow-1.1",
"input_modalities": [
"text",
"image"
],
"max_output_length": 131072,
"name": "Arrow 1.1",
"object": "model",
"output_modalities": [
"svg"
],
"owned_by": "quiverai",
"pricing": {
"svg_generate": "0.20",
"svg_vectorize": "0.15"
},
"pricing_credits": {
"svg_generate": 20,
"svg_vectorize": 15
},
"supported_operations": [
"svg_generate",
"svg_vectorize"
],
"supported_sampling_parameters": [
"temperature",
"top_p",
"presence_penalty"
]
}Returns metadata for a single model.
curl --request GET \
--url https://api.quiver.ai/v1/models/{model} \
--header 'Authorization: Bearer <token>'{
"context_length": 131072,
"created": 1704067200,
"description": "QuiverAI API flagship SVG generation model for text-to-SVG and image-to-SVG.",
"id": "arrow-1.1",
"input_modalities": [
"text",
"image"
],
"max_output_length": 131072,
"name": "Arrow 1.1",
"object": "model",
"output_modalities": [
"svg"
],
"owned_by": "quiverai",
"pricing": {
"svg_generate": "0.20",
"svg_vectorize": "0.15"
},
"pricing_credits": {
"svg_generate": 20,
"svg_vectorize": 15
},
"supported_operations": [
"svg_generate",
"svg_vectorize"
],
"supported_sampling_parameters": [
"temperature",
"top_p",
"presence_penalty"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.quiver.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication via Bearer token API key
Model identifier
1"arrow-1.1"
Model details
x >= 01model text, image, svg text, image, svg Deprecated. Prefer pricing_credits for per-request credit debits. USD strings are legacy placeholders.
Show child attributes
Show child attributes
svg_generate, svg_edit, svg_animate, svg_vectorize temperature, top_p, top_k, repetition_penalty, presence_penalty, stop Was this page helpful?