[GH-ISSUE #2] 能指定模型吗 #3

Open
opened 2026-02-27 05:58:02 +03:00 by kerem · 4 comments
Owner

Originally created by @FrederickGrae on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/hnewcity/KiroaaS/issues/2

Originally created by @FrederickGrae on GitHub (Feb 12, 2026). Original GitHub issue: https://github.com/hnewcity/KiroaaS/issues/2
Author
Owner

@hnewcity commented on GitHub (Feb 12, 2026):

Sure, you can use any model that is available in your kiro account.
Like:

curl http://127.0.0.1:38675/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-your-key" \
  -d '{
    "model": "claude-sonnet-4-5",  // Specify model id
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
<!-- gh-comment-id:3889485936 --> @hnewcity commented on GitHub (Feb 12, 2026): Sure, you can use any model that is available in your kiro account. Like: ``` curl http://127.0.0.1:38675/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-your-key" \ -d '{ "model": "claude-sonnet-4-5", // Specify model id "messages": [ {"role": "user", "content": "Hello!"} ] }' ```
Author
Owner

@certess37743447886478-sys commented on GitHub (Feb 13, 2026):

Sure, you can use any model that is available in your kiro account. Like:

curl http://127.0.0.1:38675/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-your-key" \
  -d '{
    "model": "claude-sonnet-4-5",  // Specify model id
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'

您好,kiro是不是不能使用thinking模型? 反向到cc是不是不能用MCP?

<!-- gh-comment-id:3896072640 --> @certess37743447886478-sys commented on GitHub (Feb 13, 2026): > Sure, you can use any model that is available in your kiro account. Like: > > ``` > curl http://127.0.0.1:38675/v1/chat/completions \ > -H "Content-Type: application/json" \ > -H "Authorization: Bearer sk-your-key" \ > -d '{ > "model": "claude-sonnet-4-5", // Specify model id > "messages": [ > {"role": "user", "content": "Hello!"} > ] > }' > ``` 您好,kiro是不是不能使用thinking模型? 反向到cc是不是不能用MCP?
Author
Owner

@hnewcity commented on GitHub (Feb 13, 2026):

MCPs can be applied, and the thinking mode of the claude model can also be enabled. Maybe you could have a try.

<!-- gh-comment-id:3898240390 --> @hnewcity commented on GitHub (Feb 13, 2026): MCPs can be applied, and the thinking mode of the claude model can also be enabled. Maybe you could have a try.
Author
Owner

@certess37743447886478-sys commented on GitHub (Feb 14, 2026):

MCPs can be applied, and the thinking mode of the claude model can also be enabled. Maybe you could have a try.

好的,非常感谢,我试试

<!-- gh-comment-id:3900971199 --> @certess37743447886478-sys commented on GitHub (Feb 14, 2026): > MCPs can be applied, and the thinking mode of the claude model can also be enabled. Maybe you could have a try. 好的,非常感谢,我试试
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/KiroaaS#3
No description provided.