Back to Models

Mixtral 8x7B

Active
mixtral-8x7b

Mistral mixture-of-experts model via Groq

Technical Specifications

Context Length32K tokens
Max Output4K tokens
Available Providers1
Lowest Input Price$240000.00/1M tokens
Lowest Output Price$240000.00/1M tokens

Capabilities

chatcode

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Groq
mixtral-8x7b-32768$240000.00$240000.00active

Code Examples

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

Ready to use Mixtral 8x7B?

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