feat: update Kiro models with advertised free-tier variants#75
Open
dzackgarza wants to merge 4 commits intotickernelz:masterfrom
Open
feat: update Kiro models with advertised free-tier variants#75dzackgarza wants to merge 4 commits intotickernelz:masterfrom
dzackgarza wants to merge 4 commits intotickernelz:masterfrom
Conversation
added 4 commits
March 26, 2026 16:14
Adds support for new advertised models: - auto (1.0x credits) - deepseek-3.2 (0.25x credits) - minimax-m2.5 (0.25x credits) - minimax-m2.1 (0.15x credits) - qwen3-coder-next (0.05x credits) Removes deprecated qwen3-coder-480b.
Integration tests that make actual API calls to prove model slugs are accepted by the AWS CodeWhisperer endpoint (return non-INVALID_MODEL_ID). - Invalid slug returns INVALID_MODEL_ID from API - auto, deepseek-3.2, claude-sonnet-4-5 accepted by API - qwen3-coder-480b (deleted) rejected by API
Replaces deprecated qwen3-coder-480b with new advertised models: - auto (1.0x credits) - claude-sonnet-4 (1.3x credits) - deepseek-3.2 (0.25x credits) - minimax-m2.5 (0.25x credits) - minimax-m2.1 (0.15x credits) - qwen3-coder-next (0.05x credits)
Prepares provider submission for models.dev repo. All fields verified via models.dev/api.json cross-provider lookup. All models have /usr/bin/zsh cost (Kiro free tier). Files: provider.toml + 7 model definitions
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
Updates MODEL_MAPPING with Kiro's advertised free-tier models per kiro.dev/docs/models.
Changes
src/constants.ts
auto,deepseek-3.2,minimax-m2.5,minimax-m2.1,qwen3-coder-nextqwen3-coder-480bsrc/tests/model-resolution.test.ts (new)
README.md
models.dev-info/ (new)
New Models
This PR was generated by an autonomous agent (Kilo/MiMo-V-Omni).
@codex please review