Skip to main content
GET
/
v1
/
models
List Models
curl --request GET \
  --url https://api.quiver.ai/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "context_length": 131072,
      "created": 1704067200,
      "description": "QuiverAI API flagship SVG generation model for text-to-SVG and image-to-SVG.",
      "id": "arrow-1",
      "input_modalities": [
        "text",
        "image"
      ],
      "max_output_length": 131072,
      "name": "Arrow 1.0",
      "object": "model",
      "output_modalities": [
        "svg"
      ],
      "owned_by": "quiverai",
      "pricing": {
        "svg_generate": "0.30",
        "svg_vectorize": "0.30"
      },
      "pricing_credits": {
        "svg_generate": 30,
        "svg_vectorize": 30
      },
      "supported_operations": [
        "svg_generate",
        "svg_vectorize"
      ],
      "supported_sampling_parameters": [
        "temperature",
        "top_p",
        "presence_penalty"
      ]
    },
    {
      "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"
      ]
    },
    {
      "context_length": 131072,
      "created": 1704067200,
      "description": "QuiverAI API flagship SVG generation model for text-to-SVG and image-to-SVG.",
      "id": "arrow-1.1-max",
      "input_modalities": [
        "text",
        "image"
      ],
      "max_output_length": 131072,
      "name": "Arrow 1.1 Max",
      "object": "model",
      "output_modalities": [
        "svg"
      ],
      "owned_by": "quiverai",
      "pricing": {
        "svg_generate": "0.25",
        "svg_vectorize": "0.20"
      },
      "pricing_credits": {
        "svg_generate": 25,
        "svg_vectorize": 20
      },
      "supported_operations": [
        "svg_generate",
        "svg_vectorize"
      ],
      "supported_sampling_parameters": [
        "temperature",
        "top_p",
        "presence_penalty"
      ]
    }
  ],
  "object": "list"
}

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.

Authorizations

Authorization
string
header
required

Authentication via Bearer token API key

Response

List available models

data
object[]
required
object
enum<string>
required
Available options:
list