Information
- OpenAPI version:
3.1.0
OpenAI-compatible API for Mixen AI. Drop-in: point any OpenAI client at this base URL and use your Mixen key — nothing else changes.
from openai import OpenAI
client = OpenAI(base_url="https://api.mixen.ai/v1", api_key="mxn-...")
resp = client.chat.completions.create(
model="gpt-5.5",
messages=[{"role": "user", "content": "Hello!"}],
)
Authorization: Bearer mxn-.... Create keys in your
cabinet.429 + Retry-After).chat/completions, images/generations, audio/speech (TTS),
audio/transcriptions (STT), embeddings, models.GET /models returns the live catalog with display names, pricing
(RUB + USD, identical to what is charged) and capabilities. Pass the id (or a
common OpenAI/Claude/Gemini name, e.g. gpt-4o, claude-opus) in the model field.Security scheme type: http
Bearer format: mxn-...