Skip to content

feat: update Kiro models with advertised free-tier variants#75

Open
dzackgarza wants to merge 4 commits intotickernelz:masterfrom
dzackgarza:add-advertised-models-clean
Open

feat: update Kiro models with advertised free-tier variants#75
dzackgarza wants to merge 4 commits intotickernelz:masterfrom
dzackgarza:add-advertised-models-clean

Conversation

@dzackgarza
Copy link
Copy Markdown

Summary

Updates MODEL_MAPPING with Kiro's advertised free-tier models per kiro.dev/docs/models.

Changes

src/constants.ts

  • Adds 5 new model mappings: auto, deepseek-3.2, minimax-m2.5, minimax-m2.1, qwen3-coder-next
  • Removes deprecated qwen3-coder-480b

src/tests/model-resolution.test.ts (new)

  • API integration tests that prove model slugs are accepted/rejected by the AWS CodeWhisperer endpoint
  • Tests require valid auth token in kiro.db (skip gracefully if unavailable)

README.md

  • Updates config example with new models and credit multipliers
  • Removes deprecated qwen3-coder-480b

models.dev-info/ (new)

  • Provider TOML files prepared for submission to models.dev
  • All fields verified via models.dev/api.json cross-provider lookup

New Models

Model Credits Free Tier
auto 1.0x
claude-sonnet-4 1.3x
deepseek-3.2 0.25x
minimax-m2.5 0.25x
minimax-m2.1 0.15x
qwen3-coder-next 0.05x

This PR was generated by an autonomous agent (Kilo/MiMo-V-Omni).

@codex please review

D. Zack Garza 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
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.

1 participant