Part of camelStream

The unlimited DeepSeek API grew into a fleet.

Stream still serves DeepSeek V4 Flash — newest public version, unlimited tokens, $5 a month per stream. Around it now stands a fleet of frontier models, and nothing in the fleet serves below the published intelligence floor. Same endpoint, same model ID, no meter.

$5/month per stream Start in minutes Cancel anytime
stream.camelai.com
model auto
context 260K
stream true
tools enabled
Tokens
38.4M
This month
$5.00
Overages
$0.00
streaming responsequeue

What changed

One model became a fleet.

Stream launched as a flat-rate endpoint for a single model: DeepSeek V4 Flash. The deal was simple — unlimited tokens, one generation at a time, five dollars a month. That deal hasn't moved. What changed is what serves it: your stream is now paired with a model from a frontier fleet, DeepSeek among them, and every model has to clear the same public bar before it can serve you.

You still get DeepSeek

DeepSeek V4 Flash is in the fleet at its most recent publicly available version — 0731 today. The model ID you configure is simply auto.

You draw from a whole fleet

Models come from the DeepSeek, Gemini, GPT, Qwen, and Muse families. The official list — exactly which models and versions are serving — lives in the docs and changes as new models launch.

Nothing serves below the floor

Every model in the fleet scores 70% or higher on Terminal-Bench 2.1, or 50 or higher on the Artificial Analysis Intelligence Index. Below the bar, it doesn't serve your stream.

Why flat rate

Stop engineering around the token bill.

Agent workloads read files, call tools, retry, and carry long histories. Their cost is difficult to predict because their work is difficult to predict.

01

No token meter

Use the fleet without a monthly token allowance or surprise overage line item.

02

Capacity you can understand

One generation per stream. Extra requests queue instead of increasing your bill — add streams for more parallelism.

03

No GPU operations

We handle serving, routing, capacity, and recovery.

Common deployment patterns

Put the fleet to work.

Use Stream as your primary inference layer, an overflow path, or backup capacity.

Power your free tier

Offer useful AI features to every user without attaching an open-ended per-token cost to adoption.

Keep users going past limits

Route requests to Stream after premium-model credits run out, so users can keep working while you protect margins.

Run high-volume agents

Power request-heavy coding agents and autonomous tools like Hermes and OpenClaw without metering every loop.

Back up your main provider

Add a fallback route for outages or degraded service, keeping critical AI workflows available when your primary provider is not.

Drop-in by design

Keep your client. Change the endpoint.

The API follows the OpenAI format — streaming, tool calling, and structured output — plus Anthropic Messages for the agents that speak it.

OpenAI-compatible chat completions
Streaming responses and tool calls
Hosted infrastructure with no GPU setup
Python
openai sdk
from openai import OpenAI # Change the base URL and key.client = OpenAI(  base_url="https://stream.camelai.com/v1",  api_key="$CAMEL_API_KEY") response = client.chat.completions.create(  model="auto",  messages=messages,  tools=tools,  stream=True)

Unlimited, said clearly

No token cap. A floor you can check.

Flat-rate inference only works when the boundaries are understandable. So we put them in the product instead of the fair-use fine print: capacity you can see, and a quality bar you can verify against public benchmarks.

Unlimited tokens

No monthly token allowance and no per-token overages.

One generation per stream

Additional requests queue — add streams for parallelism.

An intelligence floor

Every model that serves you scores 70% or higher on Terminal-Bench 2.1, or 50 or higher on the AA Intelligence Index.

Latest public versions

When your stream is paired with a model, you get its newest public release. Never a frozen snapshot.

260K context, guaranteed

Every request gets at least a 260K-token window — more when the model serving you supports it. Beyond it we compact the middle of the conversation; your task and latest turns stay intact.

24/7 access

Not a reserved daily time block. Generate whenever you need to.

Founding plan

$5/ month per stream

For developers who want a predictable inference bill and can work within one generation per stream — add streams anytime for more parallelism.

Get started

Billed monthly. Cancel anytime. Need more concurrency? Contact us.

What's included

Unlimited token usage
Frontier intelligence floor
260K context, guaranteed
One generation per stream
One model ID: auto
OpenAI- and Anthropic-compatible APIs
Streaming and tool calling
No overage charges
Light or cache-heavy workloads may cost less on a per-token API. This plan is for heavy users who value a fixed bill.

Frequently asked questions

Before you sign up.

Build without watching the meter.

Unlimited frontier intelligence at one fixed monthly price, DeepSeek included.

Get your API key

Questions first? Contact us.