Skip to content
@Helicone

Helicone

The complete, open-source LLMOps platform
Helicone GitHub Banner

🔌 Integrate today

import { OpenAI } from "openai";

const client = new OpenAI({
  baseURL: "https://ai-gateway.helicone.ai",
  apiKey: process.env.HELICONE_API_KEY
});

const response = await client.chat.completions.create({
  model: "claude-4.5-haiku", // Or 100+ other models - helicone.ai/models
  messages: [{ role: "user", content: "Hello, world!" }],
});

⚡️ Why integrate?

  • Single line integration (just change the baseUrl)
  • Observability by default - trace, monitor, and observe every LLM
  • Automatic failover (no more 429s!)
  • Always pick the cheapest provider
  • Model management, response caching, rate limits, and model routing
  • Prompt management, versioning, and playground
  • Export to Pothog for custom dashboards
  • Enterprise compliant

Learn more

Pinned Loading

  1. helicone helicone Public

    🧊 Open source LLM observability platform. One line of code to monitor, evaluate, and experiment. YC W23 🍓

    TypeScript 4.7k 449

  2. helicone-resources helicone-resources Public

    Helicone's Header Cheatsheet. Every header you need to know to access Helicone features.

    2 2

  3. prompts prompts Public

    TypeScript 12 1

  4. ai-gateway ai-gateway Public

    The fastest, lightest, and easiest-to-integrate AI gateway on the market. Fully open-sourced.

    Rust 459 31

Repositories

Showing 10 of 21 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…