FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

Helicone · GitHub

🔌 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 6.1k 661

  2. helicone-resources helicone-resources Public

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

    3 2

  3. prompts prompts Public

    TypeScript 12 2

  4. ai-gateway ai-gateway Public

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

    Rust 626 56

Repositories

Loading
Type
Select type
All Public Sources Forks Archived Mirrors Templates
Language
Select language
All Go HCL JavaScript Python Rust Smarty TypeScript
Sort
Select order
Last updated Name Stars
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…


Back | FazBrowse Home | New Git URL