iiRecord
Agentic AI Atlas · Jina AI
provider:jina-aia5c.ai
II.
Provider JSON

provider:jina-ai

Structured · live

Jina AI json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · compute/providers/jina-ai.yamlCluster · compute
Record JSON
{
  "id": "provider:jina-ai",
  "_kind": "Provider",
  "_file": "compute/providers/jina-ai.yaml",
  "_cluster": "compute",
  "attributes": {
    "displayName": "Jina AI",
    "vendor": "Jina AI GmbH",
    "versionRange": ">=2024-01-01",
    "authMethods": [
      "api-key"
    ],
    "authMethodNotes": "Standard `Authorization: Bearer <api-key>` for the Jina Embeddings API.\n",
    "endpoints": {
      "embed": "https://api.jina.ai/v1/embeddings"
    },
    "pricing": "See https://jina.ai/embeddings/#pricing for current per-model rates.\n",
    "rateLimitSignalingProtocol": "HTTP 429 with `Retry-After` header.\n",
    "dataResidencyOptions": [
      "us",
      "eu"
    ],
    "vendorFeatures": [],
    "slaTier": "jina-ai-standard",
    "regions": [
      "global"
    ]
  },
  "outgoingEdges": [
    {
      "from": "provider:jina-ai",
      "to": "layer:2-provider",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "provider:jina-ai",
      "to": "model:jina-embeddings-v3@current",
      "kind": "serves"
    }
  ],
  "incomingEdges": [
    {
      "from": "model:jina-embeddings-v3@current",
      "to": "provider:jina-ai",
      "kind": "served_by"
    }
  ]
}