iiRecord
Agentic AI Atlas · Voyage AI
provider:voyageaia5c.ai
II.
Provider JSON

provider:voyageai

Structured · live

Voyage AI json

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

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