Setup in Kiro
- Sign up at skillboss.co and create an API key.
- Configure Kiro to use the SkillBoss API endpoint:
https://api.skillboss.co/v1 - Set the model to
qwen/qwen3-coder-plus - Run your first request — Qwen3 Coder Plus is now available in Kiro.
Connect the Qwen3 Coder Plus API to Kiro through SkillBoss — one API key, no provider lock-in. Starting at $1.25/M tokens.
Use qwen/qwen3-coder-plus to generate code for AI agents. Ideal for automation tasks, Claude Code integration, and development workflows requiring intelligent coding assistance.
https://api.skillboss.co/v1qwen/qwen3-coder-plusCall Qwen3 Coder Plus from Kiro using the SkillBoss unified API:
curl -X POST 'https://api.skillboss.co/v1/chat/completions' \
-H 'Authorization: Bearer $SKILLBOSS_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "qwen/qwen3-coder-plus",
"messages": [{"role": "user", "content": "Hello from Kiro"}]
}'The same API key works with all 600+ models. Change the model parameter to switch instantly.
Sign up at skillboss.co, get an API key, and configure Kiro to use the SkillBoss API endpoint (https://api.skillboss.co/v1). Set the model to qwen/qwen3-coder-plus and you're ready to go.
Qwen3 Coder Plus costs $1.25/M tokens via SkillBoss with pay-as-you-go billing. No subscription required.
Yes — SkillBoss provides a unified API compatible with OpenAI format. Change the model parameter to switch between 600+ models instantly without modifying your integration.