> Fireworks AI
Fireworks AI is a high-speed serverless inference platform for open-weights models (Llama, Qwen, DeepSeek). It provides an OpenAI-compatible API optimized for low latency and high throughput. Details were checked against the provider's own page at docs.fireworks.ai.
// pros
- Legitimate commercial company with an OpenAI-compatible API and full docs, console and key generation
- Fast inference and a rich model catalog including mainstream open-source LLMs
- The $1 free credit lets new users try it painlessly; pay-as-you-go at $0.10–$0.90/M tokens
// cons
- Free is only a one-time $1 trial credit, not a persistent free tier; you must pay once it runs out
- Very low rate limit (10 req/min) before adding a card
- Production-oriented paid positioning, not a free/public-benefit site
Good for developers who need fast, stable inference and want to try mainstream open-source LLMs with the $1 credit; if you want long-term free access the credit runs out quickly, so evaluate the paid cost.
community_reputation
Fireworks AI has a good reputation in the developer community and is widely listed among the mainstream commercial inference platforms; it is stable and reliable, with free access limited to a new-user trial credit.
imported analysis — independent third party, not Uprouter editorial · verify before relying on it
Value taken from the provider’s own published free-tier terms, expressed in USD.
note: $1 free trial credit on sign-up.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | New users get about $1 in free credit (roughly two months for small-scale use); without a payment method the limit is 10 req/min, rising to 6,000 req/min after adding a card; pay-as-you-go once credit is used up. |
| Free tier | free | — | Free | Free | $1 one-time |
| Pay-as-you-go | payg | — | $0.900 | $0.900 | llama-3.3-70b class; per-model rates |
| Subscription | subscription | — | — | — | serverless pass; check current terms |
| Llama-3.1-405B | payg | — | $3.00 | $3.00 | Serverless inference rate. |
| DeepSeek-V3 | payg | — | $0.900 | $0.900 | Standard serverless tier. |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| Llama family | — | — | — |
| DeepSeek family | — | — | — |
| Qwen family | — | — | — |
<a href="https://uprouter.online/s/fireworks-ai" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/fireworks-ai.svg" alt="Fireworks AI live status on UPROUTER.ONLINE" height="40"></a>Paste this into your README, docs or status page. The badge shows the same best-effort probe data as the directory, refreshes automatically, and links back to the full Fireworks AI entry — no tracking, no scripts.
$ Does Fireworks AI have a free tier?
Yes — Fireworks AI offers a free tier that we value at roughly $1.00 in free credits. Always confirm current limits on Fireworks AI's official pricing page — free tiers change without notice.
$ How much does Fireworks AI cost per 1M tokens?
Fireworks AI does not publish simple per-1M-token pricing (it may bill per request, per output, or via a subscription plan). Check their official pricing page for exact figures.
$ Is Fireworks AI safe to use?
Uprouter rates Fireworks AI as low risk. Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use Fireworks AI through Uprouter Connect?
Yes — Fireworks AI is Connect-compatible. Add your Fireworks AI API key in Uprouter Connect (encrypted at rest) and route requests to it through one OpenAI- and Claude-compatible API, optionally behind failover aliases. Uprouter meters the traffic in compute at the provider's listed rate.
Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order.
No published reviews yet — be the first.
// more_informationprice history · live status · risk & confidence · code snippets
price_history
No recorded changes yet.
live_status
full history →best-effort probes · not a guarantee · last 13h ago
| Checked | Status | Latency |
|---|---|---|
| 13h ago | up | 171ms |
| 14h ago | up | 2792ms |
| 1d ago | up | 199ms |
| 2d ago | up | 322ms |
| 3d ago | up | 198ms |
| 4d ago | up | 188ms |
| 12d ago | up | 1917ms |
Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page.
risk_&_confidence
Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest.
Confidence reflects how much verifiable evidence (official docs, probe history, community reports) backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice.
code_snippets
curl https://uprouter.online/api/connect/v1/chat/completions \ -H "Authorization: Bearer upr_live_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{
"model": "llama-family",
"messages": [{ "role": "user", "content": "Hello via Fireworks AI" }]
}'Metered in Uprouter compute — the usage log shows which upstream served each request and its exact cost.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.