OpenAI-compatible API for AI models in Russia
Signup, add credits, choose a model, and send requests through Rawrter with one API key.
Start in 4 steps
Choose from routed AI models
Browse available models, compare prices, and use public model IDs in OpenAI-compatible requests.
25% cheaper than OpenRouter
Route OpenAI-compatible requests through Rawrter and keep more budget for model usage.
One USD balance for all usage
Buy credits once, track tokens and costs, and keep API usage visible from your workspace.
Data security
We do not store or analyze request data; everything is passed through in transit mode.
Flexible API key management
Set a budget and auto-reset period for each API key. Configure daily and weekly token limits.
Use the OpenAI-compatible endpoint
Keep your existing client shape: send a bearer token, select a model, and call chat completions.
Read the setup guidecurl /v1/chat/completions \
-H "Authorization: Bearer $ORR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ORR/...",
"messages": [
{ "role": "user", "content": "Hello" }
]
}'
Ready to route your first request?
Create an account, add credits, and start with any available model.