v4

latestOpenAPI 3.1.02026-08-021957100.4 KB
Model List

List Models

List all available Jina AI models.

Returns model metadata in OpenRouter-compatible format including model IDs, input/output modalities, context lengths, and pricing.

get/v1/models

Response

Successful Response

Example response

{
  "data": [
    {
      "context_length": 8192,
      "created": 1725840000,
      "datacenters": [
        {
          "country_code": "US"
        }
      ],
      "description": "jina-embeddings-v3 is a multilingual embedding model...",
      "hugging_face_id": "jinaai/jina-embeddings-v3",
      "id": "jina-ai/jina-embeddings-v3",
      "input_modalities": [
        "text"
      ],
      "max_output_length": 1024,
      "name": "Jina AI: Jina Embeddings v3",
      "output_modalities": [
        "embeddings"
      ],
      "pricing": {
        "completion": "0",
        "image": "0",
        "input_cache_read": "0",
        "input_cache_write": "0",
        "prompt": "0.00000005",
        "request": "0"
      },
      "quantization": "",
      "supported_features": [],
      "supported_sampling_parameters": []
    }
  ]
}