One API for LLMs, images, audio, and speech. DeepSeek to ElevenLabs — one endpoint, one auth, one credit system. Powers every DevBlock project internally.
# Chat completion curl https://sage-api.devblocktechnologies.com/v1/chat/completions -H "Authorization: Bearer sk-... -d '{"model":"deepseek/deepseek-v4-flash","messages":[{"role":"user","content":"Hello!"}]}' # Auto-detected: Image generation curl -X POST https://sage-api.devblocktechnologies.com/v1/chat/completions -H "Authorization: Bearer sk-... -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Generate an image of a mountain lake at sunset"}]}' # Auto-detected: Text-to-speech curl -X POST https://sage-api.devblocktechnologies.com/v1/chat/completions -H "Authorization: Bearer sk-... -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Speak hello from Sage"}]}'
Routes through DeepSeek, Claude, GPT-4o, and Groq from one endpoint. The same proxy that powers all 16 DevBlock systems internally.
Sign in with Touch ID, Face ID, or security key. No passwords, no leaks.
Generate sk- prefixed API keys for your apps. Fine-grained control with per-key usage tracking.
Real-time dashboards with 5-hour and 7-day windows. Track requests, tokens, and model distribution across your usage.
Rate limits scale with your lifetime credit purchases. Start free, grow as you need.
Drop-in replacement for any OpenAI or Anthropic SDK. Works with existing clients.
Full SSE streaming support. Real-time token-by-token responses for all provider models.
Buy message credits — never expire. Starter ($10/1,200msgs), Growth ($25/3,500msgs), and more.
Generate images from text via CF Workers AI (Stable Diffusion XL). Vision analysis too — describe any image through the same API.
Text-to-speech, speech-to-text, and sound effects. ElevenLabs voices and Whisper transcription, all routed through the same proxy.