Skip to content

Unified API for every
AI model

Access Claude, GPT, Gemini, DeepSeek and more through one endpoint. OpenAI and Anthropic SDK compatible. Pay per use in USD.

Powered by
Claude
GPT
Gemini
DeepSeek
$ curl https://ai.osiris-code.com/v1/chat/completions \
  -H "Authorization: Bearer sk-osiris-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4.5",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
10+
AI models
3
API formats
$5
Free trial credits
<200ms
Routing overhead

Available models

Claude Opus 4.6 Anthropic
Claude Sonnet 4.5 Anthropic
Claude Haiku 4.5 Anthropic
GPT-5.4 OpenAI
GPT-5.3 Codex OpenAI
Gemini 3.1 Pro Google
Kimi K2.5 Moonshot
Qwen3 Coder Alibaba

Models may change without notice. View current models and pricing.

How it works

1

Create an account

Sign up with email or Google. Gmail users get $5 free trial credits.

2

Buy credits

Top up with QRIS or crypto. Credits are in USD with per-model pricing.

3

Send requests

Point your OpenAI or Anthropic SDK to our endpoint. That's it.

Drop-in compatible

Change one line in your existing code. Works with OpenAI and Anthropic SDKs.

curl https://ai.osiris-code.com/v1/chat/completions \
  -H "Authorization: Bearer sk-osiris-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4.5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Pricing

Buy USD credits. Pay only for what you use. Per-model input/output pricing.

Starter
$100 credits
$15
≈ 20M input tokens
  • All available models
  • +1 month expiry per purchase
  • QRIS & crypto payment
Get started
Popular
Pro
$500 credits
$40
≈ 100M input tokens
  • All available models
  • +1 month expiry per purchase
  • QRIS & crypto payment
Get started
Max
$1,000 credits
$70
≈ 200M input tokens
  • All available models
  • +1 month expiry per purchase
  • QRIS & crypto payment
Get started
Ultra
$2,500 credits
$120
≈ 500M input tokens
  • All available models
  • +1 month expiry per purchase
  • QRIS & crypto payment
Get started

Token estimates based on Claude Opus 4.6 input pricing ($5/1M tokens). Cheaper models give significantly more tokens per dollar. See all model pricing.

3 API formats

/v1/chat/completions, /v1/messages, and /v1/responses. Use whichever format your app already uses.

Post-charge billing

You're charged after the response based on actual token usage. No overcharging, no estimates.