Starter
$15
1 credit = $1
100.00 credits
- 85% off vendor list price on every token you spend
- Credits never expire (unlike token packs)
- All published models, both API dialects
5 verified models behind one endpoint that speaks both the Anthropic and OpenAI dialects. Metered per token at 85% off vendor list price. No seats, no daily caps, no sales call.
10 free requests to start. No card required.
$ curl -N https://fuelofai.com/v1/chat/completions \
-H "Authorization: Bearer $FUELOFAI_API_KEY" \
-H "content-type: application/json" \
-d '{"model":"claude-fable-5","stream":true,
"messages":[{"role":"user","content":"Ship it."}]}'
data: {"choices":[{"delta":{"content":"Shipping"}}]}
data: {"choices":[{"delta":{"content":" it"}}]}
data: {"choices":[{"delta":{"content":" now."}}]}
data: [DONE]
x-fuelofai-model: claude-fable-5
x-fuelofai-tokens-in: 12
x-fuelofai-tokens-out: 9
x-fuelofai-latency-ms: 612
x-fuelofai-request-id: req_8f2a41c0The request is real and copyable. The response body shown is an illustrative example.
Try it first
This streams through the same routing and failover machinery as a paid call. Anonymous, rate limited by IP, and it costs you nothing.
Prompts here are capped and shared anonymously against a demo channel. Sign up for unlimited →
Drop-in
Change a base URL and a key. Nothing else in your setup changes — open any tool below for the exact snippet.
Anthropic dialect. Set two env vars in ~/.claude/settings.json.
{
"env": {
"ANTHROPIC_BASE_URL": "https://fuelofai.com",
"ANTHROPIC_AUTH_TOKEN": "foai_live_..."
}
}Settings → Models → OpenAI API Key → "Override OpenAI Base URL". Add the model slug as a custom model.
Base URL: https://fuelofai.com/v1
API key: foai_live_...
Model: claude-fable-5Add a provider block to ~/.codex/config.toml.
model_provider = "fuelofai"
model = "claude-fable-5"
[model_providers.fuelofai]
name = "FuelOfAI"
base_url = "https://fuelofai.com/v1"
env_key = "FUELOFAI_API_KEY"Provider: "OpenAI Compatible".
Base URL: https://fuelofai.com/v1
API key: foai_live_...
Model ID: claude-fable-5Two environment variables, then run aider as usual.
export OPENAI_API_BASE=https://fuelofai.com/v1
export OPENAI_API_KEY=foai_live_...
aider --model openai/claude-fable-5Add a model entry to your Continue config.
models:
- name: FuelOfAI
provider: openai
model: claude-fable-5
apiBase: https://fuelofai.com/v1
apiKey: foai_live_...Settings → Cascade → add a custom OpenAI-compatible provider.
Base URL: https://fuelofai.com/v1
API key: foai_live_...
Model: claude-fable-5Custom provider in opencode.json.
{
"provider": {
"fuelofai": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://fuelofai.com/v1",
"apiKey": "foai_live_..."
},
"models": { "claude-fable-5": { "name": "claude-fable-5" } }
}
}
}API Provider: "OpenAI Compatible".
Base URL: https://fuelofai.com/v1
API key: foai_live_...
Model ID: claude-fable-5API Provider: "OpenAI Compatible".
Base URL: https://fuelofai.com/v1
API key: foai_live_...
Model ID: claude-fable-5Live catalogue
Only models verified on a live upstream channel are listed. Prices are in credits per million tokens, where one credit is one US dollar of vendor list-price usage.
| Model | Context | Input / 1M | Output / 1M | Capabilities |
|---|---|---|---|---|
| claude-fable-5Claude Fable 5 | 1,000K | 5.00 cr | 25.00 cr | Streaming · Tools |
| claude-opus-5Claude Opus 5 | 1,000K | 5.10 cr | 25.10 cr | Streaming · Tools |
| claude-opus-4.6Claude Opus 4.6 | 1,000K | 5.00 cr | 25.00 cr | Streaming · Tools · Vision · Prompt cache |
| claude-opus-4.8Claude Opus 4.8 | 200K | 5.00 cr | 25.00 cr | Streaming · Tools · Vision · Prompt cache |
| gpt-5.6-solGPT-5.6 Sol | 200K | 5.00 cr | 25.00 cr | Streaming · Tools · Vision |
Why us
No uptime percentage we have not measured, no zero-retention promise we do not keep. Here is the honest comparison.
| Capability | FuelOfAI | Typical reseller | Direct vendor |
|---|---|---|---|
| Published per-token price for every modelMost resellers publish a monthly seat price and no token rate. | Yes | No | Yes |
| Public per-channel status page | Yes | No | Yes |
| Automatic failover across multiple upstream channelsA direct vendor account has exactly one place to fail. | Yes | No | No |
| No daily request caps | Yes | No | Yes |
| Streaming (SSE) on every model | Yes | Varies | Yes |
| Both API dialects on one key (Anthropic + OpenAI) | Yes | Varies | No |
| Per-request cost and request id in response headers | Yes | No | Varies |
Pricing
Pay as you go only — no seats and no monthly commitment. Credits are denominated at vendor list price and bought at a discount, so the price table above stays directly comparable to the vendor's own rates.
$15
1 credit = $1
100.00 credits
$45
1 credit = $1
320.00 credits
$150
1 credit = $1
1,100.00 credits
$750
1 credit = $1
5,750.00 credits
How a credit works
Three steps
Sign up, hit "Create key", copy it once. Keys are hashed at rest — we cannot show it again.
foai_live_xxxxxxxxxxxxxxxxxxxxxxxxAnthropic-shaped tools use the root URL. OpenAI-shaped tools use /v1.
export ANTHROPIC_BASE_URL=https://fuelofai.com
export ANTHROPIC_AUTH_TOKEN=foai_live_...
# or, for OpenAI-compatible tools
export OPENAI_API_BASE=https://fuelofai.com/v1
export OPENAI_API_KEY=foai_live_...Same request bodies, same streaming format. Nothing else in your code changes.
curl -N https://fuelofai.com/v1/messages \
-H "x-api-key: $FUELOFAI_API_KEY" \
-H "content-type: application/json" \
-d '{"model":"claude-fable-5","max_tokens":256,"stream":true,
"messages":[{"role":"user","content":"Say hi"}]}'FAQ
Retry-After header — never a silent stall.GET /v1/models. We would rather publish a short honest list than a long aspirational one.10 free requests, no card, no sales call. Bring the tools you already use.
Create free account →FuelOfAI is an independent API aggregator and is not affiliated with, endorsed by, or sponsored by Anthropic, OpenAI, or Google. All trademarks belong to their owners.