New to Fireworks? Foundry users get the same OpenAI-compatible API and model catalog as direct Fireworks customers. Start with the PayGo quickstart below — you can be making requests in about 10 minutes.
Prerequisites
- An active Azure subscription
- The Fireworks integration enabled at the subscription level (see below)
- A Microsoft Foundry project with the Azure AI Developer role assigned
Opt-in
Fireworks on Foundry requires a one-time opt-in per Azure subscription before you can create deployments. Follow the steps in the Microsoft Learn guide.Deployment modes
Fireworks on Foundry supports three deployment modes.
PTU deployments can be created directly in the Azure portal. For help with PTU sizing on Fireworks models, contact sales@fireworks.ai.
Available models
All models use the OpenAI-compatible chat completions API and are added to the catalog on a rolling basis. For the current list of available models, see the Microsoft Learn catalog. Chat completions only. Embeddings, image generation, and audio modalities are not available through Foundry.PayGo quickstart
PayGo (Data Zone Standard) is available in: East US, East US 2, Central US, North Central US, West US, West US 3. The throughput limit for PayGo deployments is 250,000 tokens per minute (TPM).Make your first request
Foundry deployments use an OpenAI-compatible endpoint. Use your Foundry project endpoint and Azure API key.PTU (Provisioned Throughput)
PTU deployments provide dedicated GPU capacity reserved for your workload, with consistent throughput and global region availability.- Dedicated capacity, not shared with other tenants
- Available globally, not limited to US Data Zone
- ACD-eligible and MACC-eligible
Custom Models
Fine-tune on Fireworks and deploy on Foundry, or bring your own weights from wherever you post-train to deploy on Foundry. Your model is served on Fireworks infrastructure within Azure, billed through your Azure account.Supported base architectures
For the list of supported custom model architectures, see the Microsoft Learn guide.Deployment
To import and deploy a custom model, follow the Import custom models into Foundry guide.Billing
All Fireworks on Foundry usage is billed through Azure. You do not need a separate Fireworks billing account or contract.- PayGo and PTU usage is MACC-eligible
- PTU deployments are ACD-eligible and qualify for quota retirement
- Direct Fireworks usage at fireworks.ai is billed separately and does not count toward MACC
Troubleshooting
FireConnect
Use FireConnect to route local coding harnesses through your Foundry deployments without hand-editing config files.FireConnect + Microsoft Foundry
Configure
--provider azure, then run fireconnect opencode on, fireconnect codex on, or fireconnect pi on --main <deployment-name>on on those harnesses always wires direct Fireworks for now, regardless of global --provider azure.
--azure routing, turning Foundry off, and switching back to direct Fireworks.
Additional resources
- Enable Fireworks on Foundry (Microsoft Learn)
- Microsoft Foundry portal
- Fireworks fine-tuning docs
- Fireworks Trust Center
- sales@fireworks.ai for PTU provisioning and Custom Model support