Skip to content

Commit 17729e7

Browse files
add docs for fireworks ai
1 parent 009fe0b commit 17729e7

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

docs/providers/fireworks.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
sidebar_label: Fireworks AI
3+
description: Configure Fireworks AI with Roo Code for fast access to open-source and proprietary AI models. Get started with Llama, Qwen, DeepSeek, and more on a high-performance platform.
4+
keywords:
5+
- fireworks ai
6+
- kimi models
7+
- qwen models
8+
- deepseek models
9+
- roo code
10+
- api provider
11+
- ai models
12+
- language models
13+
- llm api
14+
- open source models
15+
- serverless models
16+
image: /img/social-share.jpg
17+
---
18+
19+
# Using Fireworks AI With Roo Code
20+
21+
Fireworks AI is a high-performance platform for running AI models that offers fast access to a wide range of open-source and proprietary language models. Built for speed and reliability, Fireworks AI provides both serverless and dedicated deployment options with OpenAI-compatible APIs.
22+
23+
**Website:** [https://fireworks.ai/](https://fireworks.ai/)
24+
25+
---
26+
27+
## Getting an API Key
28+
29+
1. **Sign Up/Sign In:** Go to [Fireworks AI](https://fireworks.ai/) and create an account or sign in.
30+
2. **Navigate to API Keys:** After logging in, go to the API Keys page in the account settings.
31+
3. **Create a Key:** Click "Create API key" and give your key a descriptive name (e.g., "Roo Code").
32+
4. **Copy the Key:** Copy the API key *immediately* and store it securely. You will not be able to see it again.
33+
34+
---
35+
36+
## Supported Models
37+
38+
Roo Code supports the following Fireworks AI models:
39+
40+
* `accounts/fireworks/models/kimi-k2-instruct` - Kimi K2 instruction-tuned model
41+
* `accounts/fireworks/models/qwen3-235b-a22b-instruct-2507` - Qwen 3 235B instruction-tuned model
42+
* `accounts/fireworks/models/qwen3-coder-480b-a35b-instruct` - Qwen 3 Coder 480B for code generation
43+
* `accounts/fireworks/models/deepseek-r1-0528` - DeepSeek R1 reasoning model
44+
* `accounts/fireworks/models/deepseek-v3` - DeepSeek V3 latest generation model
45+
46+
---
47+
48+
## Configuration in Roo Code
49+
50+
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
51+
2. **Select Provider:** Choose "Fireworks AI" from the "API Provider" dropdown.
52+
3. **Enter API Key:** Paste your Fireworks AI API key into the "Fireworks AI API Key" field.
53+
4. **Select Model:** Choose your desired model from the "Model" dropdown.
54+
55+
---
56+
57+
## Tips and Notes
58+
59+
* **Performance:** Fireworks AI is optimized for speed and offers excellent performance for both chat and completion tasks.
60+
* **Pricing:** Refer to the [Fireworks AI Pricing](https://fireworks.ai/pricing) page for current pricing information.
61+
* **Rate Limits:** Fireworks AI has usage-based rate limits. Monitor your usage in the dashboard and consider upgrading your plan if needed.

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)