Chutes AI is not using updated models #3458

Closed
opened 2026-02-16 17:40:09 -05:00 by yindo · 11 comments
Owner

Originally created by @devslimbr on GitHub (Dec 10, 2025).

Originally assigned to: @rekram1-node on GitHub.

Description

Chutes AI does not appear to be using or displaying the latest updated models. When I start OpenCode and search for the model “Devstral 2 123B Instruct 2512”, it does not appear in the list.
However, when testing the same workflow in Roocode, the model is available normally.

I also tried running --refresh to force the model list update, but the issue persists.

OpenCode version

1.0.43

Steps to reproduce

  1. Start opencode.
  2. Search for the model Devstral 2 123B Instruct 2512 in Chutes.
  3. Model does not appear.

Notice that the model appears correctly in Roocode.

Screenshot and/or share link

No response

Operating System

WSL Windows 11

Terminal

Windows Terminal

Originally created by @devslimbr on GitHub (Dec 10, 2025). Originally assigned to: @rekram1-node on GitHub. ### Description Chutes AI does not appear to be using or displaying the latest updated models. When I start OpenCode and search for the model “Devstral 2 123B Instruct 2512”, it does not appear in the list. However, when testing the same workflow in Roocode, the model is available normally. I also tried running --refresh to force the model list update, but the issue persists. ### OpenCode version 1.0.43 ### Steps to reproduce 1. Start opencode. 2. Search for the model Devstral 2 123B Instruct 2512 in Chutes. 3. Model does not appear. _Notice that the model appears correctly in Roocode._ ### Screenshot and/or share link _No response_ ### Operating System WSL Windows 11 ### Terminal Windows Terminal
yindo added the bug label 2026-02-16 17:40:09 -05:00
yindo closed this issue 2026-02-16 17:40:09 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 10, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #4734: [FEATURE]: Refresh models manually - Documents that users must manually clear cache to see latest models
  • #4493: Gemini 3 is not listed in openrouter available models - Similar issue with models not appearing in list
  • #4463: [FEATURE]: Github Copilot Gemini 3 Pro - Similar problem with model availability
  • #2961: Models not showing up in list (referenced in #4734)
  • #2047: LM Studio Failure to refresh models - Models not refreshing without cache clear
  • #2456: Lmstudio Models are not listed correctly - Related to model list refresh issues

The core issue appears to be that model lists are cached and there's no UI way to refresh them. Users are currently directed to manually delete ~/.cache/opencode/models.json to see newly available models, which is not a good user experience.

Feel free to ignore if these don't address your specific case, but these all seem related to the model caching/refresh behavior you're experiencing.

@github-actions[bot] commented on GitHub (Dec 10, 2025): This issue might be a duplicate of existing issues. Please check: - #4734: [FEATURE]: Refresh models manually - Documents that users must manually clear cache to see latest models - #4493: Gemini 3 is not listed in openrouter available models - Similar issue with models not appearing in list - #4463: [FEATURE]: Github Copilot Gemini 3 Pro - Similar problem with model availability - #2961: Models not showing up in list (referenced in #4734) - #2047: LM Studio Failure to refresh models - Models not refreshing without cache clear - #2456: Lmstudio Models are not listed correctly - Related to model list refresh issues The core issue appears to be that model lists are cached and there's no UI way to refresh them. Users are currently directed to manually delete `~/.cache/opencode/models.json` to see newly available models, which is not a good user experience. Feel free to ignore if these don't address your specific case, but these all seem related to the model caching/refresh behavior you're experiencing.
Author
Owner

@ariane-emory commented on GitHub (Dec 11, 2025):

This is a models.dev issue, since that's where opencode retrieves its models list from. Please submit the issue on the models.dev repo here: https://github.com/sst/models.dev

@ariane-emory commented on GitHub (Dec 11, 2025): This is a models.dev issue, since that's where opencode retrieves its models list from. Please submit the issue on the models.dev repo here: https://github.com/sst/models.dev
Author
Owner

@rekram1-node commented on GitHub (Dec 11, 2025):

they can be submitted either place, it's alright thank u tho!

@rekram1-node commented on GitHub (Dec 11, 2025): they can be submitted either place, it's alright thank u tho!
Author
Owner

@devslimbr commented on GitHub (Dec 11, 2025):

Today the model showed up, but it gives this error.

Bad Request: {"detail":"Invalid request: Invalid request: {"detail":{"object":"error","message":"Only user, assistant and tool roles are supported, got system.","type":"400","param":null,"code":400}}"}

@devslimbr commented on GitHub (Dec 11, 2025): Today the model showed up, but it gives this error. Bad Request: {"detail":"Invalid request: Invalid request: {\"detail\":{\"object\":\"error\",\"message\":\"Only user, assistant and tool roles are supported, got system.\",\"type\":\"400\",\"param\":null,\"code\":400}}"}
Author
Owner

@rekram1-node commented on GitHub (Dec 11, 2025):

ill fix that

@rekram1-node commented on GitHub (Dec 11, 2025): ill fix that
Author
Owner

@slouffka commented on GitHub (Dec 14, 2025):

The core issue appears to be that model lists are cached and there's no UI way to refresh them. Users are currently directed to manually delete ~/.cache/opencode/models.json to see newly available models, which is not a good user experience.

This small hack actually worked for me.

@slouffka commented on GitHub (Dec 14, 2025): > The core issue appears to be that model lists are cached and there's no UI way to refresh them. Users are currently directed to manually delete ~/.cache/opencode/models.json to see newly available models, which is not a good user experience. This small hack actually worked for me.
Author
Owner

@ariane-emory commented on GitHub (Dec 14, 2025):

@slouffka Huh, the opencode models --refresh command didn't handle that for you? If not, it probably should.

@ariane-emory commented on GitHub (Dec 14, 2025): @slouffka Huh, the `opencode models --refresh` command didn't handle that for you? If not, it probably _should_.
Author
Owner

@slouffka commented on GitHub (Dec 15, 2025):

@slouffka Huh, the opencode models --refresh command didn't handle that for you? If not, it probably should.

Maybe, I scrolled down too fast to notice :D Seems like the mention of models cache was just easier to spot.

@slouffka commented on GitHub (Dec 15, 2025): > [@slouffka](https://github.com/slouffka) Huh, the `opencode models --refresh` command didn't handle that for you? If not, it probably _should_. Maybe, I scrolled down too fast to notice :D Seems like the mention of models cache `was just easier to spot`.
Author
Owner

@slouffka commented on GitHub (Dec 15, 2025):

Also https://opencode.ai/docs/cli/#models does not have any mention of --refresh flag.

opencode models --help this one has btw

@slouffka commented on GitHub (Dec 15, 2025): Also [https://opencode.ai/docs/cli/#models](https://opencode.ai/docs/cli/#models) does not have any mention of --refresh flag. `opencode models --help` this one has btw
Author
Owner

@rekram1-node commented on GitHub (Dec 15, 2025):

/oc use docs agent update cli.mdx models section to document the --refresh flag. Read cmd/models.ts for reference

@rekram1-node commented on GitHub (Dec 15, 2025): /oc use docs agent update cli.mdx models section to document the --refresh flag. Read cmd/models.ts for reference
Author
Owner

@opencode-agent[bot] commented on GitHub (Dec 15, 2025):

Created PR #5596

New%20session%20-%202025-12-15T23%3A44%3A36.001Z
opencode session  |  github run

@opencode-agent[bot] commented on GitHub (Dec 15, 2025): Created PR #5596 <a href="https://opencode.ai/s/AxIoXtnU"><img width="200" alt="New%20session%20-%202025-12-15T23%3A44%3A36.001Z" src="https://social-cards.sst.dev/opencode-share/TmV3IHNlc3Npb24gLSAyMDI1LTEyLTE1VDIzOjQ0OjM2LjAwMVo=.png?model=opencode/claude-opus-4-5&version=1.0.160&id=AxIoXtnU" /></a> [opencode session](https://opencode.ai/s/AxIoXtnU)&nbsp;&nbsp;|&nbsp;&nbsp;[github run](/sst/opencode/actions/runs/20251328345)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3458