| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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!" }],
});🧊 Open source LLM observability platform. One line of code to monitor, evaluate, and experiment. YC W23 🍓
A Vercel AI SDK provider for Helicone, enabling seamless integration with Helicone's AI gateway and observability platform.
The fastest, lightest, and easiest-to-integrate AI gateway on the market. Fully open-sourced.
A Datacenter Scale Distributed Inference Serving Framework
Temporal-based automation for integrating Helicone into open-source LLM projects
This organization has no public members. You must be a member to see who’s a part of this organization.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |