Best models.Up to 64% below OpenRouter.
OpenAI, Anthropic, Google, Z.ai, DeepSeek, Qwen and 4 more labs behind one OpenAI-compatible endpoint. You swap the base URL and the key and keep the rest of your code.
| Model | OpenRouter | Fluence | Save |
|---|---|---|---|
| GLM 5.2Z.ai | in$1.40out$4.40 | in$0.484out$1.54−64% | −64% |
| Gemini 3 Flash PreviewGoogle | in$0.50out$3.00 | in$0.22out$1.32−56% | −56% |
| Gemini 3.7 FlashGoogle | in$0.75out$3.75 | in$0.33out$1.65−56% | −56% |
Pay less for the models you already run.
Each price is a provider's posted offer for the same model, checked against OpenRouter's public rate.
Zero data retention. Only providers that keep no copy of your prompts or replies, and never train on them. Send zdr: true on a request to require it. That pool is smaller than the full one, so these prices are usually higher than standard.
Read the docs| Model | OpenRouter | Fluence | You save | Context |
|---|---|---|---|---|
| GLM 5.2z-ai/glm-5.2−64% | in$1.40out$4.40 | in$0.484out$1.54 | −64% | |
| Gemini 3 Flash Previewgoogle/gemini-3-flash-preview−56% | in$0.50out$3.00 | in$0.22out$1.32 | −56% | |
| Gemini 3.7 Flashgoogle/gemini-3.7-flash−56% | in$0.75out$3.75 | in$0.33out$1.65 | −56% | |
| Gemini 3.8 Flashgoogle/gemini-3.8-flash−56% | in$0.75out$3.75 | in$0.33out$1.65 | −56% | |
| GPT-5.4 Miniopenai/gpt-5.4-mini−56% | in$0.75out$4.50 | in$0.33out$1.98 | −56% | |
| Claude Sonnet 5anthropic/claude-sonnet-5−56% | in$2.00out$10.00 | in$0.88out$4.40 | −56% | |
| Gemini 3.1 Pro Previewgoogle/gemini-3.1-pro-preview−56% | in$2.00out$12.00 | in$0.88out$5.28 | −56% | |
| GPT-5.2openai/gpt-5.2−56% | in$1.75out$14.00 | in$0.77out$6.16 | −56% |
From the live catalog
- Max discount
- 64%
- The largest saving on the list today. Each model on it costs less than on OpenRouter.
- Models
- 60
- Text models with published offers on the current price board.
- Model labs
- 10
- Labs represented in the current catalog. Check each model’s supported protocol before calling it.
Change two values in your client and you are live.
client = OpenAI(base_url="https://api.fluence.cloud/v1", api_key=os.environ["FLUENCE_API_KEY"])const client = new OpenAI({ baseURL: "https://api.fluence.cloud/v1", apiKey: process.env.FLUENCE_API_KEY });curl https://api.fluence.cloud/v1/chat/completions -H "Authorization: Bearer $FLUENCE_API_KEY" \
-d '{"model": "deepseek-ai/DeepSeek-V4-Flash-0731", "messages": [{"role": "user", "content": "Hi"}]}'- 1
Point your client at Fluence
Set the base URL to api.fluence.cloud/v1 in any OpenAI-compatible SDK, or in curl.
- 2
Paste one key
One key covers all 60 models, and you call each one by the id shown in the list.
- 3
Pay per token
You add funds from $5 and pay per token, with no monthly plan. Each request shows what it cost.
The discount comes from providers with spare capacity competing for your requests.

Spare capacity serves the same models
Idle GPUs host the open weights; providers with spare API capacity carry GPT, Claude and Gemini. All of it priced below OpenRouter.
We route to the cheapest match
We send each request to the cheapest offer for your model and privacy setting.
OpenRouter's rate is the ceiling
With no better offer, you pay OpenRouter's public rate and nothing above it.
The only record we keep
For each request we store this entry and nothing else.
- Model, token counts, cost and time
- Nothing from your prompts or completions
- Zero data retention routes for policies that require them
- model
- z-ai/glm-5.2
- input_tokens
- 1,208
- output_tokens
- 342
- cost_usd
- 0.001112
- route
- standard
- created_at
- 2026-09-08T14:02:11Z
- prompt
- not stored
- completion
- not stored
Is it the same model?
Yes. Each row names the vendor's own model. Open-weight models run as the exact Hugging Face checkpoint; closed models go through the vendor's API, served by a provider with spare capacity.
Which models are on the list?
60 models with a public rate on OpenRouter, from OpenAI, Anthropic, Google, Z.ai, DeepSeek, Qwen, MiniMax, Moonshot AI, xAI and Meta.
What changes in my code?
You change two values: the base URL (api.fluence.cloud/v1) and your API key. Requests and responses follow the OpenAI format, so your SDKs, agents and tools keep working.
How are prices set?
Providers post offers below OpenRouter's public rate, and your request takes the best one that matches. Prices move with supply and stop at that rate.
What do you keep from my requests?
We store the model, the token counts, the cost and the time, and none of the prompt or completion text. Pick a zero data retention route when your policy requires it.
When do I get access?
We send invites in waves, in signup order, and you get one email when yours is ready.



