Update model catalog to current Go plan roster - #13
Open
Majidalee1 wants to merge 1 commit into
Open
Conversation
Rebuild models.json from the official Command Code Go plan listing (https://commandcode.ai/docs/plans/go), which now includes 32 models. Adds GPT-5.6 Luna, Grok 4.5, Muse Spark 1.2 Contributor, Qwen 3.8 Max, Qwen 3.7 Plus/Flash, Kimi K3, Kimi K2.7 Code (and Highspeed), GLM-5.2 (+ Fast), MiniMax M3, Step 3.7 Flash, Tencent Hy3, Nemotron 3 Ultra, MiMo V2.5 (+ Pro), Inkling (+ Small), and Laguna S 2.1 (free). Drops premium models not available on the Go plan (Claude, Gemini, GPT-5.3/5.4/5.5, GPT-5.6 Terra) and refreshes per-token rates to the current Go-plan pricing. Regenerates the README model table.
|
@Majidalee1 I'm just curious how did you get the exact model codes and its parameters in Command Code? |
Author
|
@daryllmagsombol they have a public endpoint for models, see https://api.commandcode.ai/provider/v1/models |
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.
Summary
Rebuilds
models.jsonfrom the official Command Code Go plan listing (commandcode.ai/docs/plans/go) and regenerates the README model table.The catalog now reflects the 32 models available on the $1/month Go plan, with exact slugs from the CLI model registry (commandcode.ai/docs/reference/cli/models).
What changed
New models added
gpt-5.6-luna— GPT-5.6 Luna (included on Go)xai/grok-4.5— Grok 4.5 (included on Go)meta/muse-spark-1.2-contributor— Muse Spark 1.2 Contributor (included on Go)Qwen/Qwen3.8-Max,Qwen/Qwen3.7-Plus,Qwen/Qwen3.7-Flashmoonshotai/Kimi-K3,Kimi-K2.7-Code,Kimi-K2.7-Code-Highspeedzai-org/GLM-5.2,GLM-5.2-FastMiniMaxAI/MiniMax-M3stepfun/Step-3.7-Flashtencent/hy3-paidnvidia/nemotron-3-ultra-550b-a55bxiaomi/mimo-v2.5,xiaomi/mimo-v2.5-prothinkingmachines/inkling,inkling-smallpoolside/laguna-s-2.1-free(free while capacity lasts)Removed premium models not on the Go plan (Claude, Gemini, GPT-5.3/5.4/5.5) — these would fail on a Go-only account.
Refreshed per-token rates (
input/output/cache_read/cache_write) to the current Go-plan pricing, including active discounts (e.g. DeepSeek V4 Pro at $0.435 in / $0.87 out, MiniMax M3 at half price).Notes
plugin.ts.toConfigKey()stay unique (verified no collisions after the slug rename of Kimi K3'saiusage).main(verified by stashing the change and re-running), unrelated to this update.