Skip to content

docs: add Auxen integration#5686

Open
ai-auxen wants to merge 1 commit into
Helicone:mainfrom
ai-auxen:add-auxen-integration
Open

docs: add Auxen integration#5686
ai-auxen wants to merge 1 commit into
Helicone:mainfrom
ai-auxen:add-auxen-integration

Conversation

@ai-auxen

Copy link
Copy Markdown

Adds documentation for routing Auxen private-model inference requests through Helicone's gateway for observability.

About Auxen: Auxen provisions per-instance OpenAI-compatible LLM endpoints on dedicated GPUs (Llama, Qwen, Mistral, Gemma, Phi-3, Mixtral). Each instance has its own base URL + API key.

Integration shape: Because Auxen instances are per-customer (no single global API host), this integration uses Helicone's generic gateway (gateway.helicone.ai) with the Helicone-Target-URL header pointing at the user's Auxen instance. No Helicone-side changes needed — purely docs.

Files:

  • docs/integrations/auxen/javascript.mdx — Quickstart with OpenAI SDK + Vercel AI SDK provider examples
  • docs/integrations/auxen/python.mdx — Quickstart with OpenAI Python SDK + Auxen Python SDK examples (async + streaming)
  • docs/integrations/auxen/curl.mdx — Raw cURL recipe

Navigation: docs/docs.json updated — new Auxen group inserted alphabetically between Anyscale and AWS Bedrock.

Example usage (excerpt):

const auxen = new OpenAI({
  apiKey: process.env.AUXEN_API_KEY,
  baseURL: "https://gateway.helicone.ai/v1",
  defaultHeaders: {
    "Helicone-Auth": `Bearer ${process.env.HELICONE_API_KEY}`,
    "Helicone-Target-URL": process.env.AUXEN_BASE_URL,
  },
});

Links:

Adds documentation for routing Auxen private-model inference
requests through Helicone's gateway for observability.

Auxen (auxen.ai) provisions per-instance OpenAI-compatible LLM
endpoints on dedicated GPUs. Each instance has its own base URL,
so the integration uses the generic gateway.helicone.ai endpoint
with the Helicone-Target-URL header — no Helicone-side changes
needed.

Files added:
  docs/integrations/auxen/javascript.mdx
  docs/integrations/auxen/python.mdx
  docs/integrations/auxen/curl.mdx

Navigation update in docs/docs.json: new 'Auxen' group inserted
alphabetically between Anyscale and AWS Bedrock.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@vercel

vercel Bot commented May 22, 2026

Copy link
Copy Markdown

@Samp2Alex is attempting to deploy a commit to the Helicone Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants