Transparent AI Gateway
Direct pass-through streaming. No buffering, no translation, no overhead.
Track usage across all providers — OpenAI, Anthropic, Ollama, and more.
Use your SharedLLM key with any provider. No juggling API keys.
Share unused capacity with your team or the community and earn credits.
Quick Start
curl https://api.sharedllm.com/openai/v1/chat/completions \
-H "Authorization: Bearer sk-sharedllm-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Hello!"}]
}'Works with any OpenAI-compatible SDK — just swap the base URL and key.
SharedLLM · Open-source proxy core
Sign in to your SharedLLM dashboard.
Don't have an account?