MiniMax ASR 1.0
Officialminimax/asr-1.0
Call minimax/asr-1.0 through the RouteMux AI Gateway. One URL connects you to every model.
- Input modalities
- audio
- Output modalities
- text
- Capabilities
- Audio input
- RouteMux name
- minimax/asr-1.0
MiniMax ASR 1.0 API pricing
InputDisplay price
—/ M tokens
OutputDisplay price
—/ M tokens
Limited time20% extra Credits on your first top-up — up to 200 bonus Credits
Applies to your first top-up within 72 hours of signing up. Minimum $20, once per account.
Sign up and claimNo subscription. Pay for what you use.
Key capabilities
Audio input
Interface and protocols
OpenAI Audio Transcription (STT)
Use any of these IDs to call this model via the API.
RouteMux name
minimax/asr-1.0Replace the ROUTEMUX_KEY placeholder with your API key. Create one →
from openai import OpenAI
client = OpenAI(
base_url="https://api.routemux.com/v1",
api_key="<ROUTEMUX_KEY>",
)
completion = client.chat.completions.create(
model="minimax/asr-1.0",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)base_url: https://api.routemux.com/v1
Performance (last 30 days)
MiniMax ASR 1.0 FAQ
›How much does the MiniMax ASR 1.0 API cost?
Through RouteMux, MiniMax ASR 1.0 is priced at — / —, below the official list price.
›How do I call MiniMax ASR 1.0 via API?
MiniMax ASR 1.0 is OpenAI-compatible: point your base URL at RouteMux and set the model field to minimax/asr-1.0 — no code changes needed.
›Which input and output modalities does MiniMax ASR 1.0 support?
MiniMax ASR 1.0 accepts audio as input and produces text as output.