Gateway is responding

Connect

An OpenAI-compatible gateway: swap the base_url and keep your SDK and your code. Keys are issued in the portal.

Try it right here

No sign-up. The same request you will make from your own code.

A few questions are free, no sign-up.

Available models

qwendefault
qazgramma
auto

Use an identifier from this list in the model field.

First request

  1. 1. Create an organisation — one form, no emails.
  2. 2. Issue a key in the portal: Developers → API keys.
  3. 3. Put the key into the request and run it.
curl https://router.tilqazyna.kz/v1/chat/completions \
  -H "Authorization: Bearer ВАШ_КЛЮЧ" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen","messages":[{"role":"user","content":"Сәлем!"}]}'

Limits, plainly

A new organisation gets 100 000 tokens per month straight away.
Up to 30 requests per minute.
You can raise it to 200 000 yourself; beyond that, ask us.
Documents up to 15 MB, formats: txt, md, csv, pdf, docx.

The full list of what the platform does and does not do is in the Documentation