Back to Models

Mistral Embed

Active
mistral-embed

Mistral embedding model for text vectorization

Technical Specifications

Context Length8K tokens
0
Available Providers1
Lowest Input Price$100000.00/1M tokens
Lowest Output Price$100000.00/1M tokens

Capabilities

embeddings

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Mistral AI
mistral-embed-latest$100000.00$100000.00active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "mistral-embed",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use Mistral Embed?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.