An OpenAI-compatible API for every model

UberLLM is an OpenAI-compatible API that works with every major model. You keep the OpenAI SDK (or Anthropic SDK for /v1/messages) and change only the base URL and key — then call GPT, Claude, Gemini, DeepSeek, GLM, Qwen, Llama or Kimi with the same code. UberLLM routes each request to the cheapest healthy provider.

base_url = "https://api.uberllm.dev/v1"

Live pricing

ModelInput / 1MOutput / 1M
Tencent HY3 (Free)$0.0000$0.0000
Seedream 4.5$0.0000$0.0000
FLUX.2 Flex$0.0000$0.0000
FLUX.2 Klein 4B$0.0000$0.0000
Z-Image Turbo (Venice)$0.0000$0.0000
Venice SD35$0.0000$0.0000
Flux 2 Pro (Venice)$0.0000$0.0000
Flux 2 Max (Venice)$0.0000$0.0000
Grok Imagine (Venice)$0.0000$0.0000
Grok Imagine High Quality (Venice)$0.0000$0.0000
Grok Imagine Pro (Venice)$0.0000$0.0000
GPT Image 1.5 (Venice)$0.0000$0.0000

Live prices via UberLLM · full pricing table →

FAQ

Can I use the OpenAI SDK with Claude and Gemini?

Yes — through UberLLM, the OpenAI SDK reaches Claude, Gemini and 380+ other models. Just set the model id; the base URL and key stay the same.

Do I need to change my code?

No — only the base_url and api_key. Everything else in your OpenAI/Anthropic SDK code is unchanged.