Vidu Q3 Pro est en ligne — essayez maintenant
mistral
mistralai/mixtral-8x22b-instruct

mistralai/mixtral-8x22b-instruct

65,536 context · $2.00/M input tokens · $6.00/M output tokens

Mistral's official instruct fine-tuned version of Mixtral 8x22B. It uses 39B active parameters out of 141B, offering unparalleled cost efficiency for its size. Its strengths include: - strong math, coding,...

Tarification

Paiement à l'usage

Aucun coût initial, payez uniquement ce que vous utilisez

Entrée$2.00 / M Tokens
Sortie$6.00 / M Tokens

Essayer le modèle

mistralai/mixtral-8x22b-instruct
En ligne
mistral
Bonjour ! Je suis un assistant IA utile. Que puis-je faire pour vous ?

Utilisation de l'API

Utilisez les exemples de code suivants pour intégrer notre API :

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="mistralai/mixtral-8x22b-instruct",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Introduction au modèle

Mistralai mixtral-8x22b-instruct

mistralai mixtral-8x22b-instruct


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 65536 context window for long document handling
  • Competitive pricing at $2.2/$6.6 per million tokens

Key Features

  • Context Window: 65536 tokens
  • Max Output: 4096 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderMistralai
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window65536 tokens
Max Output4096 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$2.2
Output$6.6

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: mistralai/mixtral-8x22b-instruct


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="mistralai/mixtral-8x22b-instruct",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "mistralai/mixtral-8x22b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: mistralai/mixtral-8x22b-instruct
  • Provider: Mistralai

Infos

Fournisseurmistral
Typellm

Fonctionnalités prises en charge

Entrée
Texte
Sortie
Texte
Contexte65,536
Sortie max4,096
Vision-
Function Calling✓ Pris en charge

Guide d'accès API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID du modèlemistralai/mixtral-8x22b-instruct

Mixtral 8x22b Instruct API

mistralai/mixtral-8x22b-instruct

Mistral's official instruct fine-tuned version of Mixtral 8x22B. It uses 39B active parameters out of 141B, offering unparalleled cost efficiency for its size. Its strengths include: - strong math, coding,...

Entrée

$2 /M

Sortie

$6 /M

Contexte

66K

Sortie max.

4K

Utilisation d'outils

Pris en charge

Essayez Mixtral 8x22b Instruct sur WaveSpeedAI

Accédez à Mixtral 8x22b Instruct via notre API unifiée — compatible OpenAI, sans démarrages à froid, prix transparents.

Questions fréquentes sur Mixtral 8x22b Instruct

Combien coûte l'API Mixtral 8x22b Instruct ?+

Tarification sur WaveSpeedAI : $2.00 par million de tokens d'entrée et $6.00 par million de tokens de sortie. Le prompt caching et le traitement par batch sont facturés séparément et réduisent le coût effectif sur les charges longues et répétitives.

Quelle est la fenêtre de contexte de Mixtral 8x22b Instruct ?+

Mixtral 8x22b Instruct prend en charge jusqu'à 66K tokens de contexte et jusqu'à 4K tokens de sortie par requête.

Mixtral 8x22b Instruct est-il compatible avec OpenAI ?+

Oui. WaveSpeedAI expose Mixtral 8x22b Instruct via un endpoint compatible OpenAI à https://llm.wavespeed.ai/v1. Pointez le SDK officiel d'OpenAI vers cette base URL avec votre clé API WaveSpeedAI — aucune autre modification de code requise.

Comment démarrer avec Mixtral 8x22b Instruct ?+

Connectez-vous à WaveSpeedAI, créez une clé API dans Access Keys, puis envoyez une requête à https://llm.wavespeed.ai/v1/chat/completions avec l'id du modèle affiché ci-dessus. Les nouveaux comptes reçoivent des crédits gratuits pour évaluer Mixtral 8x22b Instruct.

APIs LLM associées