AI Inference API

Fast, reliable access to powerful AI models. Text generation, embeddings, speech-to-text, OCR — one API, one key.

Available Models

Text Generation

Qwen3.5-35B

MoE 35B (3B active). Fast, high-quality text generation with reasoning support. 64K context.

Embeddings

Qwen3-Embedding-8B

High-quality text embeddings for search, clustering, and similarity. 4K context.

Speech-to-Text

Whisper Large v3

Industry-leading speech recognition. 100+ languages, high accuracy.

OCR

Florence-2-Large

Optical character recognition for documents, screenshots, photos.

Quick Start

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!"}]
  }'

Pricing

Free Tier
$0
  • ✓ 1,000 requests / day
  • ✓ All models included
  • ✓ OpenAI-compatible API
  • ✓ No credit card required
Get Started