fireworks/ember-1Ember-1 is a specialized reasoning model from Fireworks Research, built on [Kimi K3](https://openrouter.ai/moonshotai/kimi-k3). It is designed to make every token go further: it produces shorter reasoning traces, using roughly 40%...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $3.00 | ₹302.14 |
| Cached inputprompt cache read | $0.300 | ₹30.21 |
| Output | $15.00 | ₹1510.72 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Fireworks: Ember-1 through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "fireworks/ember-1",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.