A model that was not selected is called #1744

Closed
opened 2026-02-16 17:32:26 -05:00 by yindo · 2 comments
Owner

Originally created by @m1pro on GitHub (Sep 17, 2025).

I've just added credit to try opencode with one of the ZDR providers (selected qwen3-coder).
But, when I look at the usage history, I see calls to a model I didn't not select (claude).

....
17 Sept, 8:18 am qwen3-coder 10187 63 $0.0047
17 Sept, 8:18 am qwen3-coder 10049 61 $0.0046
17 Sept, 8:18 am claude-3-5-haiku 220 10 $0.0002
17 Sept, 8:14 am qwen3-coder 17768 220 $0.0084
17 Sept, 8:14 am qwen3-coder 14579 55 $0.0067
17 Sept, 8:14 am qwen3-coder 10845 52 $0.0050
17 Sept, 8:14 am qwen3-coder 10073 55 $0.0046
17 Sept, 8:14 am claude-3-5-haiku 243 13 $0.0002
17 Sept, 7:57 am qwen3-coder 12657 162 $0.0060
17 Sept, 7:57 am qwen3-coder 12252 393 $0.0062
17 Sept, 7:57 am qwen3-coder 11258 59 $0.0052
17 Sept, 7:56 am qwen3-coder 10110 51 $0.0046
17 Sept, 7:56 am claude-3-5-haiku 283 10 $0.0003

Originally created by @m1pro on GitHub (Sep 17, 2025). I've just added credit to try opencode with one of the ZDR providers (selected qwen3-coder). But, when I look at the usage history, I see calls to a model I didn't not select (claude). .... 17 Sept, 8:18 am qwen3-coder 10187 63 $0.0047 17 Sept, 8:18 am qwen3-coder 10049 61 $0.0046 **17 Sept, 8:18 am claude-3-5-haiku 220 10 $0.0002** 17 Sept, 8:14 am qwen3-coder 17768 220 $0.0084 17 Sept, 8:14 am qwen3-coder 14579 55 $0.0067 17 Sept, 8:14 am qwen3-coder 10845 52 $0.0050 17 Sept, 8:14 am qwen3-coder 10073 55 $0.0046 **17 Sept, 8:14 am claude-3-5-haiku 243 13 $0.0002** 17 Sept, 7:57 am qwen3-coder 12657 162 $0.0060 17 Sept, 7:57 am qwen3-coder 12252 393 $0.0062 17 Sept, 7:57 am qwen3-coder 11258 59 $0.0052 17 Sept, 7:56 am qwen3-coder 10110 51 $0.0046 **17 Sept, 7:56 am claude-3-5-haiku 283 10 $0.0003**
yindo closed this issue 2026-02-16 17:32:26 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 17, 2025):

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

  • #2640: Issues with custom small_model configuration - the claude-3-5-haiku calls you're seeing might be from title generation using the default small_model
  • #1643: Error state if small_model is set to unenabled provider - similar issue where small_model defaults can cause unexpected model usage
  • #1342: Allow selecting the model for title generation in the config - discusses how title generation uses a separate small model (defaults to claude-3-5-haiku)
  • #1645: Wrong model being used despite UI showing correct selection - similar issue where displayed model doesn't match actual usage

The claude-3-5-haiku calls you're seeing are likely from title generation, which uses a separate 'small_model' configuration that defaults to claude-3-5-haiku even when your main model is set to qwen3-coder. This is a known behavior where opencode uses different models for different purposes.

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Sep 17, 2025): This issue might be a duplicate of existing issues. Please check: - #2640: Issues with custom small_model configuration - the claude-3-5-haiku calls you're seeing might be from title generation using the default small_model - #1643: Error state if small_model is set to unenabled provider - similar issue where small_model defaults can cause unexpected model usage - #1342: Allow selecting the model for title generation in the config - discusses how title generation uses a separate small model (defaults to claude-3-5-haiku) - #1645: Wrong model being used despite UI showing correct selection - similar issue where displayed model doesn't match actual usage The claude-3-5-haiku calls you're seeing are likely from title generation, which uses a separate 'small_model' configuration that defaults to claude-3-5-haiku even when your main model is set to qwen3-coder. This is a known behavior where opencode uses different models for different purposes. Feel free to ignore if none of these address your specific case.
Author
Owner

@rekram1-node commented on GitHub (Sep 17, 2025):

@m1pro claude haiku is used to generate the session titles, this is expected

@rekram1-node commented on GitHub (Sep 17, 2025): @m1pro claude haiku is used to generate the session titles, this is expected
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1744