diff --git a/docs/providers/fireworks.md b/docs/providers/fireworks.md index 4a80d76c..224d93e2 100644 --- a/docs/providers/fireworks.md +++ b/docs/providers/fireworks.md @@ -99,4 +99,4 @@ Choose models based on your needs: * **Text-Only:** All models are text-only without image support or prompt caching capabilities. * **Default Temperature:** Uses 0.5 temperature by default for balanced creativity and consistency. * **API Keys:** Stored locally on your machine for security. -* **Pricing:** See the [Fireworks AI pricing page](https://fireworks.ai/pricing) for current rates. Prices shown are per million tokens. \ No newline at end of file +* **Pricing:** See the [Fireworks AI pricing page](https://fireworks.ai/pricing) for current rates. Prices shown are per million tokens. diff --git a/sidebars.ts b/sidebars.ts index f17df212..824f7f1d 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',