AICredits logo
fireworksvision

Fireworks: Ember-1

fireworks/ember-1

Ember-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%...

Supported APIs

Chat APIVision
Context
1.0M
Max output
—
Input / 1M
₹302.14
Cached / 1M
₹30.21
Output / 1M
₹1510.72

Pricing

Token typeUSD / 1MINR / 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.

Quickstart

Call Fireworks: Ember-1 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.