feat(config): make small model configurable#1030
Merged
thdxr merged 3 commits intoJul 18, 2025
Merged
Conversation
Member
Contributor
Author
|
😄 Hey @thdxr, can you make the small model configurable? |
Member
|
haha - PR looks good but lets not do switch the summarize model yet? i need to do a bit of research |
timoclsn
force-pushed
the
add-small-model-config-and-use-in-compact
branch
from
July 16, 2025 06:24
50b7452 to
5bafec1
Compare
Contributor
Author
|
Makes sense! I split it into two PRs. Here is the one for the summarize feature: #1041 FWIW I always manually switch to a "small" model (Gemini 2.5 Flash) before using /compact and it works pretty well. I think amp also uses Gemini 2.5 Flash for summarization: |
achembarpu
pushed a commit
to achembarpu/opencode
that referenced
this pull request
Aug 4, 2025
This was referenced Feb 28, 2026
xywsxp
pushed a commit
to xywsxp/opencode
that referenced
this pull request
Apr 24, 2026
AIALRA-0
pushed a commit
to AIALRA-0/opencode-turn-engine
that referenced
this pull request
Jun 10, 2026
avion23
pushed a commit
to avion23/opencode
that referenced
this pull request
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

small_modelkeyI like the idea of a small model and making it configurable is in in line with the existing "model" key. This allows e.g. to use a model that is unlimited in the copilot subscription.