II.
Provider JSON
Structured · liveprovider:voyageai
Voyage AI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}