Seedance 2.0 −15 % | Créez dans le Video Generator →
mistral
mistralai/mistral-small-3.2-24b-instruct

mistralai/mistral-small-3.2-24b-instruct

Date de publication: 2025-06-21

128,000 context · $0.07/M input tokens · $0.20/M output tokens

Mistral-Small-3.2-24B-Instruct-2506 is an updated 24B parameter model from Mistral optimized for instruction following, repetition reduction, and improved function calling. Compared to the 3.1 release, version 3.2 significantly improves accuracy on...

Sera retiré le 3 juillet 2026

Tarification

Paiement à l'usage

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

Entrée$0.07 / M Tokens
Sortie$0.20 / M Tokens

Essayer le modèle

mistralai/mistral-small-3.2-24b-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/mistral-small-3.2-24b-instruct",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Introduction au modèle

Mistralai mistral-small-3.2-24b-instruct

mistralai mistral-small-3.2-24b-instruct


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 131072 context window for long document handling
  • Competitive pricing at $0.1/$0.2 per million tokens

Key Features

  • Context Window: 131072 tokens
  • Max Output: 131072 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

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

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.2

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/mistral-small-3.2-24b-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/mistral-small-3.2-24b-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/mistral-small-3.2-24b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: mistralai/mistral-small-3.2-24b-instruct
  • Provider: Mistralai

Infos

Fournisseurmistral
Typellm

Fonctionnalités prises en charge

Entrée
TexteImage
Sortie
Texte
Contexte128,000
Sortie max131,072
Vision✓ Pris en charge
Function Calling✓ Pris en charge

Guide d'accès API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID du modèlemistralai/mistral-small-3.2-24b-instruct

Mistral Small 3.2 24b Instruct API

mistralai/mistral-small-3.2-24b-instruct

Mistral-Small-3.2-24B-Instruct-2506 is an updated 24B parameter model from Mistral optimized for instruction following, repetition reduction, and improved function calling. Compared to the 3.1 release, version 3.2 significantly improves accuracy on...

Entrée

$0.075 /M

Sortie

$0.2 /M

Contexte

128K

Sortie max.

131K

Vision

Pris en charge

Utilisation d'outils

Pris en charge

Essayez Mistral Small 3.2 24b Instruct sur WaveSpeedAI

Accédez à Mistral Small 3.2 24b Instruct via notre API unifiée — compatible OpenAI, sans démarrages à froid, prix transparents.

Questions fréquentes sur Mistral Small 3.2 24b Instruct

Combien coûte l'API Mistral Small 3.2 24b Instruct ?+

Tarification sur WaveSpeedAI : $0.07 par million de tokens d'entrée et $0.20 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 Mistral Small 3.2 24b Instruct ?+

Mistral Small 3.2 24b Instruct prend en charge jusqu'à 128K tokens de contexte et jusqu'à 131K tokens de sortie par requête.

Mistral Small 3.2 24b Instruct est-il compatible avec OpenAI ?+

Oui. WaveSpeedAI expose Mistral Small 3.2 24b 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 Mistral Small 3.2 24b 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 Mistral Small 3.2 24b Instruct.

APIs LLM associées