Hubris is a ruble-billed OpenAI-compatible LLM gateway (400+ models: OpenAI, Anthropic, Google, and more, behind one API key). It works today via the existing self-hosted/custom-gateway patterns already documented on the LLMs page (either the openai/<model> LiteLLM prefix + base_url, or the native custom_openai=True flag).
Proposing to add a new <Accordion title="Hubris"> entry to docs/edge/en/concepts/llms.mdx, alongside the existing provider examples (Open Router, Groq, Fireworks, etc.), documenting the exact config that works.
Will open a small docs-only PR referencing this issue once confirmed.
Hubris is a ruble-billed OpenAI-compatible LLM gateway (400+ models: OpenAI, Anthropic, Google, and more, behind one API key). It works today via the existing self-hosted/custom-gateway patterns already documented on the LLMs page (either the
openai/<model>LiteLLM prefix +base_url, or the nativecustom_openai=Trueflag).Proposing to add a new
<Accordion title="Hubris">entry todocs/edge/en/concepts/llms.mdx, alongside the existing provider examples (Open Router, Groq, Fireworks, etc.), documenting the exact config that works.Will open a small docs-only PR referencing this issue once confirmed.