OpenAI Anthropic Google
openai/gpt-4o-mini · SSE · 0.8s
$ curl https://api.aiin.by/v1/chat/completions \
-H "Authorization: Bearer $AIIN_API_KEY" \
-d '{"model":"openai/gpt-4o-mini","stream":true,…}'
data: {"choices":[{"delta":{"content":""}}]}
data: {"choices":[{"delta":{"content":""}}]}
data: [DONE]
✓ 200 OK · 847ms · openai/gpt-4o-mini
api.aiin.by/v1

01

02

03

API key

OpenAI-compatible

Admin

app.aiin.by live
0 BYN
sk-aiin-••••••••••••••••
OpenAI72%
Anthropic48%
Google31%
POST /v1/chat/completions 200 0.8s
GET /v1/models 200 0.2s

0 BYN

0 BYN

terminal
curl https://api.aiin.by/v1/chat/completions \
  -H "Authorization: Bearer $AIIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4o-mini",
    "messages": [{"role":"user","content":"Привет, AIIN"}]
  }'