Fast, reliable access to powerful AI models. Text generation, embeddings, speech-to-text, OCR — one API, one key.
MoE 35B (3B active). Fast, high-quality text generation with reasoning support. 64K context.
High-quality text embeddings for search, clustering, and similarity. 4K context.
Industry-leading speech recognition. 100+ languages, high accuracy.
Optical character recognition for documents, screenshots, photos.
curl https://mrise.ru/v1/chat/completions \ -H "Authorization: Bearer mr-YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "Qwen3.5-35B-A3B", "messages": [{"role": "user", "content": "Hello!"}] }'