Microsoft opens 26 open models to startups on Azure through Fireworks

Microsoft is pushing its newly generally available Fireworks AI integration at startups, publishing a deployment blueprint on August 4, 2026 that pairs a reference architecture for running open models on Microsoft Foundry with a financial incentive: members of the Microsoft for Startups program can apply Azure credits to Fireworks deployments, with the program advertising up to $150,000 in credits. The Fireworks integration reached general availability, placing open-weight models from DeepSeek,

2 min
Microsoft opens 26 open models to startups on Azure through Fireworks

Microsoft is pushing its newly generally available Fireworks AI integration at startups, publishing a deployment blueprint on August 4, 2026 that pairs a reference architecture for running open models on Microsoft Foundry with a financial incentive: members of the Microsoft for Startups program can apply Azure credits to Fireworks deployments, with the program advertising up to $150,000 in credits.

The Fireworks integration reached general availability, placing open-weight models from DeepSeek, Moonshot AI, Z.ai, MiniMax, Qwen, Google, and OpenAI's gpt-oss line inside Azure's model catalog with Azure-side governance and billing. Fireworks AI runs inference behind the catalog; Foundry supplies the control plane.

The Foundry catalog now lists 26 Fireworks-served models, including Moonshot AI's Kimi K2.5, DeepSeek V3.2, MiniMax M2.5, OpenAI's gpt-oss-120b, and a DeepSeek V4 Pro described as a 1.6-trillion-parameter flagship. Six of them, including Kimi K2.6 and Z.ai's GLM-5.1, are available on pay-per-token serverless billing; the rest run on provisioned throughput units, Azure's reserved-capacity pricing.

Infographic of the startup reference architecture: Container Apps to Fireworks endpoint to Foundry control plane

What startups build

The reference architecture runs entirely inside a startup's own Azure subscription: a containerized app on Azure Container Apps calls a Fireworks endpoint deployed through Foundry, with Azure Key Vault holding credentials and Azure Monitor tracking latency, error rate, and token consumption. Teams can add Redis caching and API management as traffic grows, and import custom or fine-tuned weights through a bring-your-own-weights workflow with LoRA adapter support in public preview.

The fine print

The credit terms carry real limits. Credits apply only to pay-per-token Data Zone Standard usage, and provisioned throughput units are excluded. Serverless deployments are confined to six US Azure regions, sit outside Microsoft's EU Data Boundary, carry no FedRAMP authorization, and cannot touch payment-card data. Microsoft also states it does not evaluate the safety or behavior of Fireworks-served models, leaving that assessment to the customer.

One dated item: pay-per-token billing for GLM-5.1 and MiniMax M2.5 is deprecated effective August 7, 2026, though both remain available on provisioned throughput, and pay-per-token offerings for four other catalog models are already deprecated.

The move extends a longer multi-vendor catalog strategy. Microsoft widened its Mistral arrangement in July 2026 to court regulated buyers and has been shifting some Office AI workloads across model providers to manage costs. Outsourcing the inference layer to a specialist rather than building it in-house keeps Foundry's role as the control plane while widening the open-model selection.

Sources

Microsoft Opens 26 Open Models to Startups Through Fireworks AI on Foundry - Unite.AI: https://www.unite.ai/microsoft-opens-26-open-models-to-startups-through-fireworks-ai-on-foundry/

How to deploy Fireworks AI on Microsoft Foundry (startup blueprint), Aug 4 2026: https://www.microsoft.com/en-us/startups/blog/how-to-deploy-fireworks-ai-on-microsoft-foundry-a-startup-architecture-blueprint/

Written by

More to read

  • LLM Load Shedding and Overload Control in Production: Adaptive Admission, Preemption Economics, and Graceful Degradation

    LLM Load Shedding and Overload Control in Production: Adaptive Admission, Preemption Economics, and Graceful Degradation Standard web services rely on well-established overload protection patterns: reverse proxies monitor CPU utilization, memory thresholds, or static queue depths and reject excess HTTP requests with 429 Too Many Requests or 503 Service Unavailable status codes. When applied naively to Large Language Model (LLM) serving infrastructure, these conventional heuristics fail catastro

    1 min
  • Reward Model Overoptimization in Large Language Models: How Goodhart's Law, Proxy Exploitation, and KL Drift Degrade Alignment

    Post-training alignment of large language models relies on optimizing a policy toward objectives defined by human intent and preferences. Because querying human evaluators during every step of continuous reinforcement learning or high-throughput rejection sampling is computationally and logistically infeasible, alignment workflows construct a parameterised proxy reward model. Trained on pairwise preference datasets through formulations such as the Bradley-Terry model, this proxy acts as a surrog

    1 min
  • Dynamic Few-Shot Example Selection in Production: Semantic Retrieval, Diversity Reranking, and Cache-Aligned Prompt Architectures

    In-context learning (ICL) remains one of the most practical mechanisms for steering large language models on specialized tasks, structured output parsing, domain-specific classification, and API tool calling. While zero-shot prompts rely entirely on the model's parametric memory, few-shot prompting provides concrete input-output demonstrations that anchor the model's generation trajectory. In enterprise production environments, however, static few-shot prompting quickly hits operational limits.

    1 min