Unified API interface
Call every model through one endpoint—switch providers by changing the model
Unified access to 100+ models including GPT-4, Claude, and Gemini. Launch Claude Code with charb in one step—no manual key setup.
Zero config, one-click to launch Claude Code
Call every model with the OpenAI SDK you already use—no code changes.
# pip install openai
from openai import OpenAI
client = OpenAI(
api_key='YOUR_API_KEY',
base_url='https://api.cloudharb.com/endpoint'
)
completion = client.chat.completions.create(
model='gpt-4o-mini',
messages=[{'role': 'user', 'content': 'Hello!'}]
)
print(completion.choices[0].message.content)Manage Claude Code, Codex, and Gemini CLI in three quick steps
Built for developers to simplify AI integrations
Call every model through one endpoint—switch providers by changing the model
Track token usage, cost, and latency in real time
Only pay for what you use, with no monthly fees or hidden costs
Create dedicated keys for each project
Transparent usage-based billing
Usage based
Best for individual developers and small-scale testing.
Custom
Tailored solutions for large-scale production needs.
Get free credits on signup. Use charb CLI to connect Claude Code, Codex, and Gemini CLI instantly.