Gemini 2.5 Flash & Pro now available

One API. All leading AI models.

Stop juggling API keys and protocols. Access OpenAI, Anthropic, Google, and DeepSeek through a single, unified interface. No subscriptions, pay as you go.

Aggregating the world's leading AI providers

OpenAI
Anthropic
Google
DeepSeek
Meta
Mistral
Qwen
xA

Start in 3 Lines of Code

Fully compatible with OpenAI SDK. Just change the base URL.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.cherryin.ai/v1",
    api_key="sk-your-api-key"
)

response = client.chat.completions.create(
    model="gpt-4o",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Clear, Transparent Pricing

Prices are per 1 million tokens. No hidden fees.

Model
Input
Output
gpt-4oOpenAI
$2.50
$10.00
claude-3-5-sonnetAnthropic
$3.00
$15.00
gemini-2.5-proGoogle
$1.25
$5.00
deepseek-v3DeepSeek
$0.27
$1.10

Ready to simplify your AI stack?

Get your API key in seconds. Drop-in replacement for OpenAI SDK. Start building immediately.