[GH-ISSUE #15839] ollama launch claude --model {modelname} fais with API Error: 400 #56607

Open
opened 2026-04-29 11:05:23 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @saneax on GitHub (Apr 27, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15839

What is the issue?

The following models were tried by me -

  1. deepseek-v4-flash:cloud
  2. kimi-k2.6:cloud

sanjaupa@sanjaupa-l-mp2qs5dv:~/t1$ ollama launch claude --model kimi-k2.6:cloud
╭─── Claude Code v2.1.119
...
│ kimi-k2.6:cloud · API Usage Billing │ │
│ ~/t1 │ │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

❯ /init
⎿  API Error: 400 {"error":{"code":"1211","message":"Unknown Model, please check the model code."},"request_id":"202604280034427ba565263dda44b0"}

sanjaupa@sanjaupa-l-mp2qs5dv:~/t1$ ollama launch claude --model deepseek-v4-flash:cloud
╭─── Claude Code v2.1.119 ────────────────────────────────────────────────────────────────────────────────────────────╮
...
│ deepseek-v4-flash:cloud · API Usage Billing │ │
│ ~/t1 │ │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

❯ /init
⎿  API Error: 400 {"error":{"code":"1211","message":"Unknown Model, please check the model code."},"request_id":"20260428003832ab52910addaf4d6e"}

Relevant log output


OS

Linux

GPU

Nvidia

CPU

AMD

Ollama version

0.20.7

Originally created by @saneax on GitHub (Apr 27, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15839 ### What is the issue? The following models were tried by me - 1. deepseek-v4-flash:cloud 2. kimi-k2.6:cloud sanjaupa@sanjaupa-l-mp2qs5dv:~/t1$ ollama launch claude --model kimi-k2.6:cloud ╭─── Claude Code v2.1.119 ... │ kimi-k2.6:cloud · API Usage Billing │ │ │ ~/t1 │ │ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ ❯ /init ⎿  API Error: 400 {"error":{"code":"1211","message":"Unknown Model, please check the model code."},"request_id":"202604280034427ba565263dda44b0"} sanjaupa@sanjaupa-l-mp2qs5dv:~/t1$ ollama launch claude --model deepseek-v4-flash:cloud ╭─── Claude Code v2.1.119 ────────────────────────────────────────────────────────────────────────────────────────────╮ ... │ deepseek-v4-flash:cloud · API Usage Billing │ │ │ ~/t1 │ │ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ ❯ /init ⎿  API Error: 400 {"error":{"code":"1211","message":"Unknown Model, please check the model code."},"request_id":"20260428003832ab52910addaf4d6e"} ### Relevant log output ```shell ``` ### OS Linux ### GPU Nvidia ### CPU AMD ### Ollama version 0.20.7
GiteaMirror added the bug label 2026-04-29 11:05:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#56607