Back to Modelsby Mistral AI
M
Mixtral 8x7B Instruct v0.1
MixtralAn MOE LLM that follows instructions, completes requests, and generates creative text.
Free EndpointDownloadableJul 18, 2025apache-2.0 license996K API calls / 30d
Specifications
Context Length
33K
32,768 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatcodereasoning
Tags
advanced-reasoningMoEinstruction-following
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
mistralai/mixtral-8x7b-instruct-v0.1cURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mixtral-8x7b-instruct-v0.1",
"messages": [{"role": "user", "content": "Hello!"}]
}'