Fireworks offers 200+ models—copy the model
id and token limits from the Model Library. Use endpoint URL https://api.fireworks.ai/inference/v1.Prerequisites
- A Fireworks API key
- GitHub Copilot with access to Other Models and Custom Endpoint (availability depends on your Copilot plan)
Setup
Open model settings
In Copilot Chat, click the active model name at the bottom (often Auto). In the menu, click the gear icon next to Other Models.

Add a custom endpoint
In Language Models, click + Add Models… in the top right, then choose Custom Endpoint.

Configure the model template
A configuration file opens. Do not change the auto-generated header at the top—only fill in the model template below it.

Add model details and save
Fill in your model fields, then save (Ctrl+S on Windows/Linux, Cmd+S on macOS) and close the settings modal.Example for DeepSeek V4 Pro:

| Field | Value |
|---|---|
| id | accounts/fireworks/models/deepseek-v4-pro |
| name | DeepSeek V4 Pro |
| url | https://api.fireworks.ai/inference/v1 |
| toolCalling | true |
| vision | false |
| maxInputTokens | 1000000 |
| maxOutputTokens | 384000 |

Related
- Claude Code — use Fireworks models with Claude Code
- Development Setup with Fireworks Docs MCP — add Fireworks docs to your coding agent



