Skip to content

Update model catalog to current Go plan roster - #13

Open
Majidalee1 wants to merge 1 commit into
brent-weatherall:mainfrom
Majidalee1:update-models-go-plan-2026-08
Open

Update model catalog to current Go plan roster#13
Majidalee1 wants to merge 1 commit into
brent-weatherall:mainfrom
Majidalee1:update-models-go-plan-2026-08

Conversation

@Majidalee1

Copy link
Copy Markdown

Summary

Rebuilds models.json from 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-Flash
  • moonshotai/Kimi-K3, Kimi-K2.7-Code, Kimi-K2.7-Code-Highspeed
  • zai-org/GLM-5.2, GLM-5.2-Fast
  • MiniMaxAI/MiniMax-M3
  • stepfun/Step-3.7-Flash
  • tencent/hy3-paid
  • nvidia/nemotron-3-ultra-550b-a55b
  • xiaomi/mimo-v2.5, xiaomi/mimo-v2.5-pro
  • thinkingmachines/inkling, inkling-small
  • poolside/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

  • Schema unchanged — same fields the plugin already reads in plugin.ts.
  • Config keys derived by toConfigKey() stay unique (verified no collisions after the slug rename of Kimi K3's ai usage).
  • Unit tests: 70 pass / 3 fail — the 3 failures are pre-existing on main (verified by stashing the change and re-running), unrelated to this update.

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.
@daryllmagsombol

daryllmagsombol commented Aug 17, 2026

Copy link
Copy Markdown

@Majidalee1 I'm just curious how did you get the exact model codes and its parameters in Command Code?

@Majidalee1

Copy link
Copy Markdown
Author

@daryllmagsombol they have a public endpoint for models, see https://api.commandcode.ai/provider/v1/models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants