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.
$ 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"}]
}' Available models
Models may change without notice. View current models and pricing.
How it works
Create an account
Sign up with email or Google. Gmail users get $5 free trial credits.
Buy credits
Top up with QRIS or crypto. Credits are in USD with per-model pricing.
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.
- All available models
- +1 month expiry per purchase
- QRIS & crypto payment
- All available models
- +1 month expiry per purchase
- QRIS & crypto payment
- All available models
- +1 month expiry per purchase
- QRIS & crypto payment
- All available models
- +1 month expiry per purchase
- QRIS & crypto payment
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.