providers(minimax): rename Coding Plan → Token Plan in display labels#1776
Open
kapelame wants to merge 1 commit into
Open
providers(minimax): rename Coding Plan → Token Plan in display labels#1776kapelame wants to merge 1 commit into
kapelame wants to merge 1 commit into
Conversation
6 tasks
The product was renamed from "Coding Plan" to "Token Plan" when its scope expanded beyond coding to cover all MiniMax modalities (text, speech, video, music, image). Per https://platform.minimax.io/docs/token-plan/intro: "Token Plan extends upon our former Coding Plan." Updates display name and doc URL for the two affected provider catalog entries. Provider IDs (minimax-coding-plan, minimax-cn-coding-plan) are intentionally unchanged for backward compatibility — anyone with these IDs in opencode.json or elsewhere keeps working. Old /coding-plan/* URLs still 307-redirect to the new /token-plan/* paths upstream. Region disambiguation stays as the URL in parens (matching the existing minimax / minimax-cn naming convention) — no "China" word added, since the URL already conveys the region cleanly in the provider picker.
e4b6350 to
530f60c
Compare
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
MiniMax renamed its subscription product from "Coding Plan" to "Token Plan" when scope expanded to cover all modalities (text/speech/video/music/image), not just coding. This PR updates the display label and documentation URL for the two affected provider catalog entries.
Changes
providers/minimax-coding-plan/provider.tomlname:MiniMax Coding Plan (minimax.io)→MiniMax Token Plan (minimax.io)doc:…/coding-plan/intro→…/token-plan/introproviders/minimax-cn-coding-plan/provider.tomlname:MiniMax Coding Plan (minimaxi.com)→MiniMax Token Plan (minimaxi.com)doc:…/coding-plan/intro→…/token-plan/introRegion disambiguation stays as the URL in parens — matching the existing
minimax/minimax-cnconvention. No "China" word added; the URL conveys the region cleanly in the provider picker.Backward compatibility
Provider IDs
minimax-coding-planandminimax-cn-coding-planare intentionally unchanged. Existingopencode.jsonconfigs and other consumers referencing these IDs keep working. Old/coding-plan/*documentation URLs continue to 307-redirect to the new/token-plan/*paths upstream.Reference: https://platform.minimax.io/docs/token-plan/intro — "Token Plan extends upon our former Coding Plan."
Verification
bun validatepassesnameanddocfields changed for the two providers; all model definitions, costs, and logos untouchedCompanion PR
Plugin in opencode that adds OAuth + API key auth methods to these two providers: anomalyco/opencode#27460