II.
Provider JSON
Structured · liveprovider:cohere
Cohere json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "provider:cohere",
"_kind": "Provider",
"_file": "compute/providers/cohere.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Cohere",
"vendor": "Cohere Inc.",
"versionRange": ">=2024-01-01",
"authMethods": [
"api-key"
],
"authMethodNotes": "Standard `Authorization: Bearer <api-key>` for the Cohere v2 API.\n",
"endpoints": {
"base": "https://api.cohere.com/v2",
"chat": "https://api.cohere.com/v2/chat",
"chat_stream": "https://api.cohere.com/v2/chat",
"embed": "https://api.cohere.com/v2/embed",
"rerank": "https://api.cohere.com/v2/rerank",
"models": "https://api.cohere.com/v1/models"
},
"pricing": "See https://cohere.com/pricing for current per-model rates.\n",
"rateLimitSignalingProtocol": "HTTP 429 with `Retry-After` (seconds). Errors envelope:\n`{ \"id\": \"...\", \"message\": \"...\" }`.\n",
"dataResidencyOptions": [
"us",
"eu"
],
"vendorFeatures": [],
"slaTier": "cohere-enterprise",
"regions": [
"global"
]
},
"outgoingEdges": [
{
"from": "provider:cohere",
"to": "layer:2-provider",
"kind": "realizes",
"attributes": {}
},
{
"from": "provider:cohere",
"to": "model:command-r-plus@current",
"kind": "serves"
},
{
"from": "provider:cohere",
"to": "model:cohere-embed-english-v3@current",
"kind": "serves"
},
{
"from": "provider:cohere",
"to": "protocol-message:cohere-message-start",
"kind": "emits_message_type"
},
{
"from": "provider:cohere",
"to": "protocol-message:cohere-content-start",
"kind": "emits_message_type"
},
{
"from": "provider:cohere",
"to": "protocol-message:cohere-content-delta",
"kind": "emits_message_type"
},
{
"from": "provider:cohere",
"to": "protocol-message:cohere-content-end",
"kind": "emits_message_type"
},
{
"from": "provider:cohere",
"to": "protocol-message:cohere-tool-call-start",
"kind": "emits_message_type"
},
{
"from": "provider:cohere",
"to": "protocol-message:cohere-tool-call-delta",
"kind": "emits_message_type"
},
{
"from": "provider:cohere",
"to": "protocol-message:cohere-tool-call-end",
"kind": "emits_message_type"
},
{
"from": "provider:cohere",
"to": "protocol-message:cohere-message-end",
"kind": "emits_message_type"
}
],
"incomingEdges": [
{
"from": "claim:cohere-provider-v2-chat-endpoints",
"to": "provider:cohere",
"kind": "about_subject"
},
{
"from": "claim:cohere-chat-stream-protocol-events",
"to": "provider:cohere",
"kind": "about_subject"
},
{
"from": "model:cohere-embed-english-v3@current",
"to": "provider:cohere",
"kind": "served_by"
}
]
}