#14000·OmniRoute

[BUG] API Error: 502 oc/deepseek-v4-flash-free: model — Error from provider (Console)

Author: edgar2015Created Sep 17, 2026Updated Sep 17, 2026
Labelsbug

OmniRoute Version

3.8.50

Installation Method

npm (global)

Operating System

Windows

OS Version

Windows 11

Node.js Version

V24.16.0

Provider(s) Involved

High-Flyer

Model(s) Involved

/deepseek-v4-flash-free

Client Tool

Claude Code

Description

I am running Omniroute locally; I have been working normally, but I am getting this error.

API Error: 502 oc/deepseek-v4-flash-free: model — Error from provider (Console): Upstream request failed: Model is unavailable. (HTTP 400); oc/nemotron-3-ultra-free: auth — [403]: Error from provider (Console): OpenCode's free tier can only be used from within OpenCode (HTTP 403). This is a server-side issue, usually temporary — try again in a moment. If it persists, check your inference gateway (localhost:20128).

Steps to Reproduce

$env:ANTHROPIC_BASE_URL = "http://localhost:20128" $env:ANTHROPIC_AUTH_TOKEN = "MiToken" $env:ANTHROPIC_MODEL = "auto/coding:free" $env:ANTHROPIC_DEFAULT_SONNET_MODEL = "auto/coding:free" $env:ANTHROPIC_DEFAULT_OPUS_MODEL = "auto/best-free" $env:ANTHROPIC_DEFAULT_HAIKU_MODEL = "auto/coding:free" $env:ANTHROPIC_SMALL_FAST_MODEL = "auto/coding:free"

claude --model auto/coding:free

Expected Behavior

I am running Omniroute locally; I have been working normally, but I am getting this error.

Actual Behavior

It stopped working.

Test Impact

Needs a new unit test

Error Logs / Output

Screenshots

Additional Context

No response

Validation Plan

No response