Skip to content

Commit d1f054d

Browse files
add docs for fireworks ai (#297)
Co-authored-by: Daniel <[email protected]>
1 parent 433e2fc commit d1f054d

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

docs/providers/fireworks.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
---
22
sidebar_label: Fireworks AI
3-
description: Use Fireworks AI with Roo Code to access state-of-the-art open-source models like Kimi K2, Qwen3, and DeepSeek with large context windows up to 256K tokens.
3+
description: Use Fireworks AI with Roo Code to access state-of-the-art open-source and proprietary AI models like Kimi, Qwen, and DeepSeek on a high-performance platform with large context windows up to 256K tokens.
44
keywords:
55
- fireworks ai
66
- fireworks
7+
- kimi models
78
- kimi k2
9+
- qwen models
810
- qwen3
11+
- deepseek models
912
- deepseek
1013
- roo code
1114
- api provider
12-
- open source models
1315
- ai models
16+
- language models
17+
- llm api
18+
- open source models
19+
- serverless models
1420
- openai compatible
1521
image: /img/social-share.jpg
1622
---
1723

1824
# Using Fireworks AI With Roo Code
1925

20-
Fireworks AI provides access to state-of-the-art open-source language models through their optimized infrastructure. The provider offers cost-effective alternatives to proprietary AI services with context windows up to 256,000 tokens.
26+
Fireworks AI is a high-performance platform for running AI models, offering fast, cost-effective access to a wide range of state-of-the-art open-source language models. Built for speed and reliability, Fireworks AI provides serverless deployment options with OpenAI-compatible APIs and context windows up to 256,000 tokens.
2127

2228
**Website:** [https://fireworks.ai/](https://fireworks.ai/)
2329

2430
---
2531

2632
## Getting an API Key
2733

28-
1. **Sign Up/Sign In:** Go to [Fireworks AI](https://fireworks.ai/). Create an account or sign in.
29-
2. **Navigate to Dashboard:** Access your account dashboard.
30-
3. **Generate API Key:** Create a new API key from the dashboard.
31-
4. **Copy the Key:** **Important:** Copy the API key immediately and store it securely.
34+
1. **Sign Up/Sign In:** Go to [Fireworks AI](https://fireworks.ai/) and create an account or sign in.
35+
2. **Navigate to API Keys:** After logging in, go to the [API Keys page](https://app.fireworks.ai/settings/users/api-keys) in the account settings.
36+
3. **Create a Key:** Click "Create API key" and give your key a descriptive name (e.g., "Roo Code").
37+
4. **Copy the Key:** Copy the API key *immediately* and store it securely. You will not be able to see it again.
3238

3339
---
3440

@@ -72,7 +78,7 @@ Fireworks AI offers several high-performance models:
7278

7379
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
7480
2. **Select Provider:** Choose "Fireworks AI" from the "API Provider" dropdown.
75-
3. **Enter API Key:** Paste your Fireworks API key into the "Fireworks API Key" field.
81+
3. **Enter API Key:** Paste your Fireworks AI API key into the "Fireworks AI API Key" field.
7682
4. **Model Selection:** The default model (Kimi K2) is automatically selected. You can change it from the model dropdown if needed.
7783

7884
---
@@ -96,6 +102,7 @@ Choose models based on your needs:
96102
* **Cost-Effective:** Fireworks AI offers significantly lower pricing than proprietary models while maintaining competitive performance.
97103
* **Large Context Windows:** Most models support 128K-256K tokens, suitable for processing large documents and maintaining extended conversations.
98104
* **OpenAI Compatibility:** The provider uses an OpenAI-compatible API format with streaming support and usage tracking.
105+
* **Rate Limits:** Fireworks AI has usage-based rate limits. Monitor your usage in the dashboard and consider upgrading your plan if needed.
99106
* **Text-Only:** All models are text-only without image support or prompt caching capabilities.
100107
* **Default Temperature:** Uses 0.5 temperature by default for balanced creativity and consistency.
101108
* **API Keys:** Stored locally on your machine for security.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ const sidebars: SidebarsConfig = {
160160
'providers/bedrock',
161161
'providers/cerebras',
162162
'providers/deepseek',
163+
'providers/fireworks',
163164
'providers/chutes',
164165
'providers/gemini',
165166
'providers/glama',

0 commit comments

Comments
 (0)