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.8k 455

  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 469 31

Repositories

Showing 10 of 21 repositories
  • helicone Public

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

    Helicone/helicone’s past year of commit activity
    TypeScript 4,769 Apache-2.0 455 14 15 Updated Nov 25, 2025
  • ai-gateway Public

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

    Helicone/ai-gateway’s past year of commit activity
    Rust 469 GPL-3.0 31 5 4 Updated Nov 21, 2025
  • ai-sdk-provider Public

    A Vercel AI SDK provider for Helicone, enabling seamless integration with Helicone's AI gateway and observability platform.

    Helicone/ai-sdk-provider’s past year of commit activity
    TypeScript 2 1 0 1 Updated Nov 20, 2025
  • .github Public
    Helicone/.github’s past year of commit activity
    0 0 0 0 Updated Nov 5, 2025
  • n8n-nodes-helicone Public

    n8n node for Helicone

    Helicone/n8n-nodes-helicone’s past year of commit activity
    TypeScript 2 2 2 0 Updated Oct 31, 2025
  • helicone-helm-v3 Public

    Helicone Helm Chart

    Helicone/helicone-helm-v3’s past year of commit activity
    HCL 4 Apache-2.0 4 1 0 Updated Sep 16, 2025
  • dynamo Public Forked from ai-dynamo/dynamo

    A Datacenter Scale Distributed Inference Serving Framework

    Helicone/dynamo’s past year of commit activity
    Rust 0 Apache-2.0 707 0 1 Updated Aug 7, 2025
  • temporal-integration Public

    Temporal-based automation for integrating Helicone into open-source LLM projects

    Helicone/temporal-integration’s past year of commit activity
    TypeScript 0 0 0 0 Updated Jul 30, 2025
  • helicone-examples Public

    Example applications and templates for Helicone integration

    Helicone/helicone-examples’s past year of commit activity
    0 MIT 1 0 0 Updated Jul 30, 2025
  • aws-sdk-rust Public Forked from awslabs/aws-sdk-rust

    AWS SDK for the Rust Programming Language

    Helicone/aws-sdk-rust’s past year of commit activity
    Rust 0 Apache-2.0 272 0 0 Updated Jul 18, 2025

People

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

Top languages

Loading…