Beta Feature: Developer Pass is currently an experimental product in beta.
Features, availability, and pricing are subject to change.
What’s Included
With an active Developer Pass you get:- Kimi K2.5 Turbo requests with zero per-token costs (a powerful reasoning model with a 256k context window, optimized for complex coding tasks)
- Access through the standard Fireworks API using your existing API key
- Full compatibility with OpenAI- and Anthropic-compatible agentic coding tools
Pricing
| Cost | $20 per week |
| Payment Method | Billed directly to your credit card on file (does not consume API credits) |
| Auto-renew | Optional — you can enable auto-renewal, but renewal is not guaranteed |
| Availability | Invite-only |
Getting Started
Create an account
If you haven’t already, sign up for a Fireworks
account and generate an API key on the API
Keys page.
Get an invite code
Developer Passes are currently invite-only. You’ll receive an invite code
from Fireworks or through a partner program.
Redeem your code
Go to the Billing page and
enter your invite code. This unlocks the Developer Pass details and purchase
option.
Purchase your pass
Review the pass details and complete your purchase. Your pass activates
immediately and is valid for one week.
Using Your Developer Pass
The Developer Pass is designed for use with personal agentic coding harnesses. Below are setup guides for each supported tool.General Configuration
If your tool supports custom API endpoints, you can configure it manually using these details:- Model ID:
accounts/fireworks/routers/kimi-k2p5-turbo - API Key: Your standard Fireworks API key (generated at app.fireworks.ai/api-keys)
- Base URL (OpenAI-compatible):
https://api.fireworks.ai/inference/v1 - Base URL (Anthropic-compatible):
https://api.fireworks.ai/inference(some tools may expect/v1/messagesappended)
OpenCode
OpenCode
OpenCode supports multiple config locations. Add this to any supported config location (such as See OpenCode config documentation for all config locations and precedence rules.
~/.config/opencode/opencode.json or opencode.json in your project):Cline
Cline
To configure Cline with your Developer Pass:
- Install the Cline extension in VS Code from cline.bot or the VS Code marketplace
- Open VS Code settings and search for “Cline” or use the Cline panel
- Configure the following settings:
- API Provider: OpenAI Compatible
- Base URL:
https://api.fireworks.ai/inference/v1 - OpenAI Compatible API Key: Your Fireworks API key (from app.fireworks.ai/api-keys)
- Model ID:
accounts/fireworks/routers/kimi-k2p5-turbo
- Supports Images: Enabled (checked)
- Context Window Size: 256000
- Max Output Tokens: 256000
- Input Price / 1M tokens: 0 (Developer Pass covers all costs)
- Output Price / 1M tokens: 0 (Developer Pass covers all costs)
- Temperature: 1
- Save your settings and start using Cline — your Developer Pass will automatically apply to requests to the turbo router
Roo Code
Roo Code
To configure Roo Code with your Developer Pass:
- Install the Roo Code extension in VS Code from the VS Code marketplace or roocode.com
- Open Roo Code and click the gear icon to access settings
- On the “Choose your provider” screen, select 3rd-party Provider
- From the API Provider dropdown, select Fireworks AI
- Enter your Fireworks API key (from app.fireworks.ai/api-keys)
- In the Model field, type or paste the custom router ID:
accounts/fireworks/routers/kimi-k2p5-turbo- Since this is a specialized router, you’ll see a “Use custom” option appear—select it
- Save your settings and start using Roo Code — your Developer Pass will automatically apply to requests to the turbo router
Kilo Code
Kilo Code
To configure Kilo Code with your Developer Pass:
- Install the Kilo Code extension in VS Code from the VS Code marketplace or kilocode.ai
- Open Kilo Code and select Bring my own Key on the “How would you like to get started?” screen
- Configure the following settings:
- API Provider: OpenAI Compatible
- Base URL:
https://api.fireworks.ai/inference/v1 - API Key: Your Fireworks API key (from app.fireworks.ai/api-keys)
- Model:
accounts/fireworks/routers/kimi-k2p5-turbo- Type or paste the router ID and select “Use custom” when it appears
- Context Window Size: 256000 (256K tokens)
- Supports images: Enabled (checked)
- Input Price: 0 (Developer Pass covers all costs)
- Output Price: 0 (Developer Pass covers all costs)
- Save your settings and start using Kilo Code — your Developer Pass will automatically apply to requests to the turbo router
OpenClaw
OpenClaw
Coming soon — setup instructions for using Fireworks with OpenClaw.
Terms of Use
The Developer Pass is intended for personal agentic coding use only. By purchasing a Developer Pass you agree to the following:- Allowed: Personal development, experimentation, and coding with agentic harnesses (OpenCode, Cline, Kilo Code, OpenClaw, and similar tools)
- Prohibited: Production workloads, team or shared usage, and any use that violates the Fireworks Terms of Service
FAQ
Can I use the Developer Pass with any model?
Can I use the Developer Pass with any model?
No. The Developer Pass covers Kimi K2.5 Turbo only. All other models,
including regular Kimi K2.5, are billed at standard per-token rates.
What happens when my pass expires?
What happens when my pass expires?
When your pass expires, Kimi K2.5 Turbo requests will be billed at standard
per-token rates. If you have auto-renew enabled and a pass is available, it
will renew automatically.
Is auto-renewal guaranteed?
Is auto-renewal guaranteed?
No. Auto-renewal is best-effort and your renewal may not go through.
Can I share my pass with my team?
Can I share my pass with my team?
How do I get an invite code?
How do I get an invite code?
Invite codes are distributed by Fireworks directly or through partner
programs. There is currently no self-serve way to obtain an invite code.
Do I need to use a special model ID?
Do I need to use a special model ID?
Yes. You must use the specific router ID for the turbo model:
accounts/fireworks/routers/kimi-k2p5-turbo. The Fireworks billing system
will automatically detect your active Developer Pass and zero out the cost
for requests to this endpoint.How will this appear on my billing dashboard?
How will this appear on my billing dashboard?
Your usage of Kimi K2.5 Turbo will still be logged in your dashboard so you
can track your request volume, but the associated cost will show as $0.00
while your pass is active. You can also view your pass’s active status and
expiration date directly on the Billing
page.
How do I cancel auto-renew?
How do I cancel auto-renew?
You can turn off auto-renewal at any time from the Billing
page in your Fireworks dashboard.
Your pass will remain active until the end of the current billing week.
Can I use other models with my agentic harness?
Can I use other models with my agentic harness?
Yes. You can use any Fireworks model with your agentic harness. However,
only Kimi K2.5 Turbo requests are covered by the Developer Pass. Usage
of other models will be billed to your account at standard per-token rates.