OpenAI-compatible endpoint for GPT-4, Claude, Gemini, Llama, and 27 more. Change the base URL — keep your code.
Paste any provider key — OpenAI, Anthropic, Google, and more. Or connect via real OAuth. Or just use Lumyx credits. We encrypt everything at rest with AES-256-GCM.
One endpoint for every model. Same OpenAI-compatible request format across GPT-4, Claude, Gemini, Llama, and 27 more. Swap models in one line — no new SDKs, no rewrites.
Per-model usage breakdowns, real-time cost estimates, and usage graphs that actually help you optimize. Know exactly where your tokens go.
Same request format, same response format. Change the base URL and your API key — that's it. Works with every existing OpenAI SDK, library, and tool.
Lumyx CLI
Build from your terminal. No browser required.
$ curl -fsSL https://lumyx-ai.site/cli/install.sh | bashcurl https://lumyx-ai.site/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "lumyx-plus_v1",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'Not a member? Sign up free and buy credits any time.