Seedance 2.0 15 % RABATT | Im Video Generator erstellen →
mistral
mistralai/mistral-small-3.2-24b-instruct

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

Veröffentlichungsdatum: 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...

Wird eingestellt 3. Juli 2026

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$0.07 / M Tokens
Ausgabe$0.20 / M Tokens

Modell ausprobieren

mistralai/mistral-small-3.2-24b-instruct
Online
mistral
Hallo! Ich bin ein hilfreicher KI-Assistent. Womit kann ich helfen?

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer 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)

Modelleinführung

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

Info

Anbietermistral
Typllm

Unterstützte Funktionen

Eingabe
TextBild
Ausgabe
Text
Kontext128,000
Max. Ausgabe131,072
Vision✓ Unterstützt
Function Calling✓ Unterstützt

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDmistralai/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...

Eingabe

$0.075 /M

Ausgabe

$0.2 /M

Kontext

128K

Max. Ausgabe

131K

Vision

Unterstützt

Tool-Nutzung

Unterstützt

Mistral Small 3.2 24b Instruct auf WaveSpeedAI testen

Zugriff auf Mistral Small 3.2 24b Instruct über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Häufige Fragen zu Mistral Small 3.2 24b Instruct

Wie viel kostet die Mistral Small 3.2 24b Instruct-API?+

Preise auf WaveSpeedAI: $0.07 pro Million Input-Tokens und $0.20 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von Mistral Small 3.2 24b Instruct?+

Mistral Small 3.2 24b Instruct unterstützt bis zu 128K Kontext-Tokens und bis zu 131K Output-Tokens pro Anfrage.

Ist Mistral Small 3.2 24b Instruct OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt Mistral Small 3.2 24b Instruct über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit Mistral Small 3.2 24b Instruct?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um Mistral Small 3.2 24b Instruct zu testen.

Verwandte LLM-APIs