uttapen

Documentation

Everything you need to point your code at 400+ models. If you already use the OpenAI SDK, change base_url and nothing else changes.

curl https://api.uttapen.ir/v1/chat/completions \
  -H "Authorization: Bearer sk-up-…" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5",
    "messages": [{"role": "user", "content": "Introduce yourself in one sentence."}],
    "stream": true
  }'

Getting started

Capabilities

API reference

SDKs and tools