diff options
| author | Colby Gilbert <[email protected]> | 2026-01-17 11:04:43 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-17 13:04:43 -0600 |
| commit | a813fcb41cb43f463c2fd14dfe9d499c4d28c151 (patch) | |
| tree | e2a325a919626bad7c935bc62774f0fefd2f5e6b /packages/web | |
| parent | a58d1be8226c749f015047c15c47950735cd9370 (diff) | |
| download | opencode-a813fcb41cb43f463c2fd14dfe9d499c4d28c151.tar.gz opencode-a813fcb41cb43f463c2fd14dfe9d499c4d28c151.zip | |
docs: add firmware provider to providers docs (#8993)
Diffstat (limited to 'packages/web')
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index e1d684de0..6022d174a 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -558,6 +558,33 @@ Cloudflare AI Gateway lets you access models from OpenAI, Anthropic, Workers AI, --- +### Firmware + +1. Head over to the [Firmware dashboard](https://app.firmware.ai/signup), create an account, and generate an API key. + +2. Run the `/connect` command and search for **Firmware**. + + ```txt + /connect + ``` + +3. Enter your Firmware API key. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run the `/models` command to select a model. + + ```txt + /models + ``` + +--- + ### Fireworks AI 1. Head over to the [Fireworks AI console](https://app.fireworks.ai/), create an account, and click **Create API Key**. |
