Skip to content

feat: add AWS Kiro provider#1277

Open
dzackgarza wants to merge 1 commit intoanomalyco:devfrom
dzackgarza:add-kiro-provider
Open

feat: add AWS Kiro provider#1277
dzackgarza wants to merge 1 commit intoanomalyco:devfrom
dzackgarza:add-kiro-provider

Conversation

@dzackgarza
Copy link
Copy Markdown

Summary

Adds AWS Kiro (CodeWhisperer) as a provider with advertised free-tier models.

Source: kiro.dev/docs/models

Models Added

Model ID Display Name Credits Context Cost
auto Auto 1.0x $0
claude-sonnet-4 Claude Sonnet 4.0 1.3x 200K $0
claude-sonnet-4-5 Claude Sonnet 4.5 1.3x 200K $0
deepseek-3.2 DeepSeek 3.2 0.25x 128K $0
minimax-m2.1 MiniMax 2.1 0.15x 200K $0
minimax-m2.5 MiniMax 2.5 0.25x 200K $0
qwen3-coder-next Qwen3 Coder Next 0.05x 256K $0

Notes

  • All models use AWS Builder ID (Google/GitHub OAuth) for authentication
  • Credit multipliers are relative to Auto (1.0x baseline) within Kiro's token system
  • Model capabilities (attachment, reasoning, tool_call, open_weights) verified via models.dev/api.json cross-provider lookup
  • Kiro is available in us-east-1 and eu-central-1 regions

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

Adds Kiro (CodeWhisperer) as a provider with advertised free-tier models:
- auto (1.0x credits)
- claude-sonnet-4 (1.3x credits, 200K context)
- claude-sonnet-4-5 (1.3x credits, 200K context)
- deepseek-3.2 (0.25x credits, 128K context)
- minimax-m2.1 (0.15x credits, 200K context)
- minimax-m2.5 (0.25x credits, 200K context)
- qwen3-coder-next (0.05x credits, 256K context)

All models have /usr/bin/zsh cost (free tier). Fields verified via
models.dev/api.json cross-provider lookup.

Source: https://kiro.dev/docs/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.

1 participant