From 17729e7f013c58a11d8a5051e39aab313ee606d4 Mon Sep 17 00:00:00 2001 From: Erlie Shang Date: Tue, 5 Aug 2025 05:24:00 +0000 Subject: [PATCH 1/2] add docs for fireworks ai --- docs/providers/fireworks.md | 61 +++++++++++++++++++++++++++++++++++++ sidebars.ts | 1 + 2 files changed, 62 insertions(+) create mode 100644 docs/providers/fireworks.md diff --git a/docs/providers/fireworks.md b/docs/providers/fireworks.md new file mode 100644 index 00000000..7c058a47 --- /dev/null +++ b/docs/providers/fireworks.md @@ -0,0 +1,61 @@ +--- +sidebar_label: Fireworks AI +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. +keywords: + - fireworks ai + - kimi models + - qwen models + - deepseek models + - roo code + - api provider + - ai models + - language models + - llm api + - open source models + - serverless models +image: /img/social-share.jpg +--- + +# Using Fireworks AI With Roo Code + +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. + +**Website:** [https://fireworks.ai/](https://fireworks.ai/) + +--- + +## Getting an API Key + +1. **Sign Up/Sign In:** Go to [Fireworks AI](https://fireworks.ai/) and create an account or sign in. +2. **Navigate to API Keys:** After logging in, go to the API Keys page in the account settings. +3. **Create a Key:** Click "Create API key" and give your key a descriptive name (e.g., "Roo Code"). +4. **Copy the Key:** Copy the API key *immediately* and store it securely. You will not be able to see it again. + +--- + +## Supported Models + +Roo Code supports the following Fireworks AI models: + +* `accounts/fireworks/models/kimi-k2-instruct` - Kimi K2 instruction-tuned model +* `accounts/fireworks/models/qwen3-235b-a22b-instruct-2507` - Qwen 3 235B instruction-tuned model +* `accounts/fireworks/models/qwen3-coder-480b-a35b-instruct` - Qwen 3 Coder 480B for code generation +* `accounts/fireworks/models/deepseek-r1-0528` - DeepSeek R1 reasoning model +* `accounts/fireworks/models/deepseek-v3` - DeepSeek V3 latest generation model + +--- + +## Configuration in Roo Code + +1. **Open Roo Code Settings:** Click the gear icon () in the Roo Code panel. +2. **Select Provider:** Choose "Fireworks AI" from the "API Provider" dropdown. +3. **Enter API Key:** Paste your Fireworks AI API key into the "Fireworks AI API Key" field. +4. **Select Model:** Choose your desired model from the "Model" dropdown. + +--- + +## Tips and Notes + +* **Performance:** Fireworks AI is optimized for speed and offers excellent performance for both chat and completion tasks. +* **Pricing:** Refer to the [Fireworks AI Pricing](https://fireworks.ai/pricing) page for current pricing information. +* **Rate Limits:** Fireworks AI has usage-based rate limits. Monitor your usage in the dashboard and consider upgrading your plan if needed. \ No newline at end of file diff --git a/sidebars.ts b/sidebars.ts index 5d056460..b097fdcd 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -160,6 +160,7 @@ const sidebars: SidebarsConfig = { 'providers/bedrock', 'providers/cerebras', 'providers/deepseek', + 'providers/fireworks', 'providers/chutes', 'providers/gemini', 'providers/glama', From 069f711c1a25008d9e7ed9b7fcb94b6e71e306cb Mon Sep 17 00:00:00 2001 From: Erlie Shang Date: Tue, 5 Aug 2025 07:38:37 +0000 Subject: [PATCH 2/2] add link to the api keys page --- docs/providers/fireworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/fireworks.md b/docs/providers/fireworks.md index 7c058a47..85149f76 100644 --- a/docs/providers/fireworks.md +++ b/docs/providers/fireworks.md @@ -27,7 +27,7 @@ Fireworks AI is a high-performance platform for running AI models that offers fa ## Getting an API Key 1. **Sign Up/Sign In:** Go to [Fireworks AI](https://fireworks.ai/) and create an account or sign in. -2. **Navigate to API Keys:** After logging in, go to the API Keys page in the account settings. +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. 3. **Create a Key:** Click "Create API key" and give your key a descriptive name (e.g., "Roo Code"). 4. **Copy the Key:** Copy the API key *immediately* and store it securely. You will not be able to see it again.