PulseAugur
EN
LIVE 07:59:26

DeepSeek model name change causes 26-minute outage for dev.to gateway

A development team experienced a 26-minute outage when DeepSeek retired two API model names, deepseek-chat and deepseek-reasoner, replacing them with deepseek-v4-pro and deepseek-v4-flash. The team's LLM gateway continued to use the old model names, resulting in HTTP 400 errors for all model calls. Their configured fallback mechanism failed because it used the same provider and API key, meaning it was also affected by the model name change. The issue was resolved by updating the gateway configuration to use the new model names, and the team identified a design flaw in their fallback strategy, noting that true resilience requires crossing provider boundaries. AI

IMPACT Highlights the fragility of LLM integrations and the need for robust fallback strategies that cross provider boundaries.

RANK_REASON The item describes a specific technical issue and its resolution related to an LLM provider's API changes, impacting a user's system.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

DeepSeek model name change causes 26-minute outage for dev.to gateway

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Gad Ofir ·

    Your LLM Fallback Probably Isn't a Fallback

    <p>At 04:00 UTC, every model call through our LLM gateway started returning<br /> HTTP 400. Not some calls. All of them. Our tier-1 CI gate flagged it, and the<br /> fix was committed at 04:26 UTC the same morning — about 26 minutes end to end.</p> <p>This is the post-mortem.</p>…