{
  "key": "embed",
  "name": "Mistral Embed",
  "description": "Embedding model for semantic search, retrieval, clustering, and ranking pipelines",
  "lab": "mistral",
  "family": "mistral-embed",
  "release_date": "2023-12-11",
  "knowledge": null,
  "open_weights": false,
  "has_free_offering": false,
  "published": true,
  "modalities": {
    "input": [
      "text"
    ],
    "output": [
      "text"
    ]
  },
  "capabilities": {
    "reasoning": false,
    "tool_call": false,
    "structured_output": null,
    "attachment": false,
    "reasoning_options": null
  },
  "limit": {
    "context": 8192,
    "output": 3072
  },
  "offerings": [
    {
      "provider": "mistral",
      "provider_model_id": "mistral-embed",
      "name": "Mistral Embed",
      "variants": [
        {
          "org": "mistral"
        }
      ],
      "free": false,
      "priced": true,
      "cost": {
        "input": 0.1,
        "output": 0,
        "cache_read": null,
        "cache_write": null,
        "reasoning": null,
        "context_over_200k": null,
        "tiers": null
      },
      "limit": {
        "context": 8000,
        "output": 3072,
        "input": null
      },
      "status": null,
      "last_updated": "2023-12-11"
    },
    {
      "provider": "vercel",
      "provider_model_id": "mistral/mistral-embed",
      "name": "Mistral Embed",
      "variants": [
        {
          "org": "mistral"
        }
      ],
      "free": false,
      "priced": false,
      "cost": null,
      "limit": {
        "context": 8192,
        "output": 1536,
        "input": null
      },
      "status": null,
      "last_updated": "2023-12-11"
    }
  ]
}