iiRecord
Agentic AI Atlas · Mistral AI
provider:mistrala5c.ai
II.
Provider JSON

provider:mistral

Structured · live

Mistral AI json

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

File · compute/providers/mistral.yamlCluster · compute
Record JSON
{
  "id": "provider:mistral",
  "_kind": "Provider",
  "_file": "compute/providers/mistral.yaml",
  "_cluster": "compute",
  "attributes": {
    "displayName": "Mistral AI",
    "vendor": "Mistral AI",
    "versionRange": ">=2024-01-01",
    "authMethods": [
      "api-key"
    ],
    "authMethodNotes": "Standard `Authorization: Bearer <api-key>` for La Plateforme. Codestral\nhas a separate API key surface.\n",
    "endpoints": {
      "base": "https://api.mistral.ai/v1",
      "chat_completions": "https://api.mistral.ai/v1/chat/completions",
      "fim_completions": "https://api.mistral.ai/v1/fim/completions",
      "embeddings": "https://api.mistral.ai/v1/embeddings",
      "models": "https://api.mistral.ai/v1/models"
    },
    "pricing": "See https://mistral.ai/technology/#pricing for current per-model rates.\n",
    "rateLimitSignalingProtocol": "HTTP 429 with `Retry-After`. OpenAI-shaped error envelope:\n`{ \"object\": \"error\", \"message\": \"...\", \"type\": \"...\", \"code\": \"...\" }`.\n",
    "dataResidencyOptions": [
      "eu"
    ],
    "vendorFeatures": [],
    "slaTier": "mistral-no-public-sla",
    "regions": [
      "global"
    ]
  },
  "outgoingEdges": [
    {
      "from": "provider:mistral",
      "to": "layer:2-provider",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "provider:mistral",
      "to": "model:mistral-large-2@current",
      "kind": "serves"
    },
    {
      "from": "provider:mistral",
      "to": "model:mistral-medium-3@current",
      "kind": "serves"
    },
    {
      "from": "provider:mistral",
      "to": "model:codestral-25-01@current",
      "kind": "serves"
    },
    {
      "from": "provider:mistral",
      "to": "model:codestral-22b@current",
      "kind": "serves"
    },
    {
      "from": "provider:mistral",
      "to": "protocol-message:mistral-system-message",
      "kind": "emits_message_type"
    },
    {
      "from": "provider:mistral",
      "to": "protocol-message:mistral-user-message",
      "kind": "emits_message_type"
    },
    {
      "from": "provider:mistral",
      "to": "protocol-message:mistral-assistant-message",
      "kind": "emits_message_type"
    },
    {
      "from": "provider:mistral",
      "to": "protocol-message:mistral-tool-message",
      "kind": "emits_message_type"
    },
    {
      "from": "provider:mistral",
      "to": "protocol-message:mistral-stream-chunk",
      "kind": "emits_message_type"
    },
    {
      "from": "provider:mistral",
      "to": "protocol-message:mistral-stream-done",
      "kind": "emits_message_type"
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:mistral-provider-chat-endpoints",
      "to": "provider:mistral",
      "kind": "about_subject"
    },
    {
      "from": "claim:mistral-chat-protocol-messages",
      "to": "provider:mistral",
      "kind": "about_subject"
    },
    {
      "from": "model:codestral-22b@current",
      "to": "provider:mistral",
      "kind": "served_by"
    },
    {
      "from": "model:codestral-25-01@current",
      "to": "provider:mistral",
      "kind": "served_by"
    }
  ]
}