[GH-ISSUE #37] Kiro免费限额已出,claude-kiro-oauth 意义不大了 #32

Closed
opened 2026-02-27 07:17:31 +03:00 by kerem · 7 comments
Owner

Originally created by @mailbyms on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/37

官方邮件:Many of you asked for a way to use Kiro beyond the current limits. With the launch of Kiro [pricing plans], this is now possible. Kiro is still in preview, but as of today, we've migrated all existing accounts to our new Kiro Free pricing plan and enabled billing options. The Kiro Free plan gives you 50 vibe requests per month, plus a 2–week bonus of 100 spec requests and 100 vibe requests to try everything out. You can choose to change to a different plan at any time
许多人都要求能够突破 Kiro 当前的限制来使用它。随着 Kiro 定价计划的推出,现在这是可能的。Kiro 仍然处于预览阶段,但从今天起,我们已经将所有现有账户迁移到我们的新 Kiro 免费定价计划,并启用了计费选项。Kiro 免费计划为您提供每月 50 个 vibe 请求,此外还有为期 2 周的额外奖励,包括 100 个 spec 请求和 100 个 vibe 请求,让您可以尝试所有功能。您可以随时从今天开始选择更改到不同的计划。

月度额度用完,全是 429 了

Originally created by @mailbyms on GitHub (Aug 18, 2025). Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/37 官方邮件:Many of you asked for a way to use Kiro beyond the current limits. With the launch of Kiro [pricing plans], this is now possible. Kiro is still in preview, but as of today, we've migrated all existing accounts to our new Kiro Free pricing plan and enabled billing options. The Kiro Free plan gives you 50 vibe requests per month, plus a 2–week bonus of 100 spec requests and 100 vibe requests to try everything out. You can choose to change to a different plan at any time 许多人都要求能够突破 Kiro 当前的限制来使用它。随着 Kiro 定价计划的推出,现在这是可能的。Kiro 仍然处于预览阶段,但从今天起,我们已经将所有现有账户迁移到我们的新 Kiro 免费定价计划,并启用了计费选项。Kiro 免费计划为您提供每月 50 个 vibe 请求,此外还有为期 2 周的额外奖励,包括 100 个 spec 请求和 100 个 vibe 请求,让您可以尝试所有功能。您可以随时从今天开始选择更改到不同的计划。 月度额度用完,全是 429 了
kerem closed this issue 2026-02-27 07:17:32 +03:00
Author
Owner

@justlovemaki commented on GitHub (Aug 18, 2025):

要开发账号池功能了

<!-- gh-comment-id:3194935859 --> @justlovemaki commented on GitHub (Aug 18, 2025): 要开发账号池功能了
Author
Owner

@Jesn commented on GitHub (Aug 18, 2025):

{
    "error": "invalid_client",
    "error_description": "The maximum number of users have consented to scopes for this client"
}


https://oidc.us-east-1.amazonaws.com/authorize?response_type=code&client_id=PedYK0X8_WVfEFjW7yzuonVzLWVhc3BtMQ&redirect_uri=http://127.0.0.1:57311/oauth/callback&scopes=codewhisperer:completions,codewhisperer:analysis,codewhisperer:conversations,codewhisperer:transformations,codewhisperer:taskassist&state=9a389808-b350-4914-ac0e-d9f5c2726aa2&code_challenge=ijXajn4FCvwK_eTwRH1Tt5x_tKfv9hBXpulqj7Cgzis&code_challenge_method=S256

现在一个客户端可以使用差不多 10 个账号登录,超过了就提示上面才错误信息,应该突破他的client_id 就能继续使用

<!-- gh-comment-id:3195677101 --> @Jesn commented on GitHub (Aug 18, 2025): ``` { "error": "invalid_client", "error_description": "The maximum number of users have consented to scopes for this client" } https://oidc.us-east-1.amazonaws.com/authorize?response_type=code&client_id=PedYK0X8_WVfEFjW7yzuonVzLWVhc3BtMQ&redirect_uri=http://127.0.0.1:57311/oauth/callback&scopes=codewhisperer:completions,codewhisperer:analysis,codewhisperer:conversations,codewhisperer:transformations,codewhisperer:taskassist&state=9a389808-b350-4914-ac0e-d9f5c2726aa2&code_challenge=ijXajn4FCvwK_eTwRH1Tt5x_tKfv9hBXpulqj7Cgzis&code_challenge_method=S256 ``` 现在一个客户端可以使用差不多 10 个账号登录,超过了就提示上面才错误信息,应该突破他的`client_id` 就能继续使用
Author
Owner

@justlovemaki commented on GitHub (Aug 18, 2025):

{
    "error": "invalid_client",
    "error_description": "The maximum number of users have consented to scopes for this client"
}


https://oidc.us-east-1.amazonaws.com/authorize?response_type=code&client_id=PedYK0X8_WVfEFjW7yzuonVzLWVhc3BtMQ&redirect_uri=http://127.0.0.1:57311/oauth/callback&scopes=codewhisperer:completions,codewhisperer:analysis,codewhisperer:conversations,codewhisperer:transformations,codewhisperer:taskassist&state=9a389808-b350-4914-ac0e-d9f5c2726aa2&code_challenge=ijXajn4FCvwK_eTwRH1Tt5x_tKfv9hBXpulqj7Cgzis&code_challenge_method=S256

现在一个客户端可以使用差不多 10 个账号登录,超过了就提示上面才错误信息,应该突破他的client_id 就能继续使用

用windows虚拟机应该会生成新的client_id,不停的新建虚拟机,就可以有很多client_id了

<!-- gh-comment-id:3197488225 --> @justlovemaki commented on GitHub (Aug 18, 2025): > ``` > { > "error": "invalid_client", > "error_description": "The maximum number of users have consented to scopes for this client" > } > > > https://oidc.us-east-1.amazonaws.com/authorize?response_type=code&client_id=PedYK0X8_WVfEFjW7yzuonVzLWVhc3BtMQ&redirect_uri=http://127.0.0.1:57311/oauth/callback&scopes=codewhisperer:completions,codewhisperer:analysis,codewhisperer:conversations,codewhisperer:transformations,codewhisperer:taskassist&state=9a389808-b350-4914-ac0e-d9f5c2726aa2&code_challenge=ijXajn4FCvwK_eTwRH1Tt5x_tKfv9hBXpulqj7Cgzis&code_challenge_method=S256 > ``` > > 现在一个客户端可以使用差不多 10 个账号登录,超过了就提示上面才错误信息,应该突破他的`client_id` 就能继续使用 用windows虚拟机应该会生成新的client_id,不停的新建虚拟机,就可以有很多client_id了
Author
Owner

@LaelLuo commented on GitHub (Aug 19, 2025):

主要是号不好搞

<!-- gh-comment-id:3199047624 --> @LaelLuo commented on GitHub (Aug 19, 2025): 主要是号不好搞
Author
Owner

@JochenYang commented on GitHub (Aug 19, 2025):

{
    "error": "invalid_client",
    "error_description": "The maximum number of users have consented to scopes for this client"
}


https://oidc.us-east-1.amazonaws.com/authorize?response_type=code&client_id=PedYK0X8_WVfEFjW7yzuonVzLWVhc3BtMQ&redirect_uri=http://127.0.0.1:57311/oauth/callback&scopes=codewhisperer:completions,codewhisperer:analysis,codewhisperer:conversations,codewhisperer:transformations,codewhisperer:taskassist&state=9a389808-b350-4914-ac0e-d9f5c2726aa2&code_challenge=ijXajn4FCvwK_eTwRH1Tt5x_tKfv9hBXpulqj7Cgzis&code_challenge_method=S256

现在一个客户端可以使用差不多 10 个账号登录,超过了就提示上面才错误信息,应该突破他的client_id 就能继续使用

用windows虚拟机应该会生成新的client_id,不停的新建虚拟机,就可以有很多client_id了

能把 windsurf 弄出来吗?它现在免费额度还行色(ಡωಡ)

<!-- gh-comment-id:3199174183 --> @JochenYang commented on GitHub (Aug 19, 2025): > > ``` > > { > > "error": "invalid_client", > > "error_description": "The maximum number of users have consented to scopes for this client" > > } > > > > > > https://oidc.us-east-1.amazonaws.com/authorize?response_type=code&client_id=PedYK0X8_WVfEFjW7yzuonVzLWVhc3BtMQ&redirect_uri=http://127.0.0.1:57311/oauth/callback&scopes=codewhisperer:completions,codewhisperer:analysis,codewhisperer:conversations,codewhisperer:transformations,codewhisperer:taskassist&state=9a389808-b350-4914-ac0e-d9f5c2726aa2&code_challenge=ijXajn4FCvwK_eTwRH1Tt5x_tKfv9hBXpulqj7Cgzis&code_challenge_method=S256 > > ``` > > > > 现在一个客户端可以使用差不多 10 个账号登录,超过了就提示上面才错误信息,应该突破他的`client_id` 就能继续使用 > > 用windows虚拟机应该会生成新的client_id,不停的新建虚拟机,就可以有很多client_id了 能把 windsurf 弄出来吗?它现在免费额度还行色(ಡωಡ)
Author
Owner

@justlovemaki commented on GitHub (Aug 19, 2025):

windsurf

25 prompt credits/month,官网看到的。kiro是50

<!-- gh-comment-id:3200109706 --> @justlovemaki commented on GitHub (Aug 19, 2025): > windsurf 25 prompt credits/month,官网看到的。kiro是50
Author
Owner

@JochenYang commented on GitHub (Aug 19, 2025):

我记得windsurf 试用不是100吗?》改了吗?那GG了 哈哈哈

     原始邮件

发件人:何夕2077 @.>
发件时间:2025年8月19日 18:10
收件人:justlovemaki/AIClient-2-API @.
>
抄送:JochenYang @.>, Comment @.>
主题:Re: [justlovemaki/AIClient-2-API] Kiro免费限额已出,claude-kiro-oauth 意义不大了 (Issue #37)

justlovemaki left a comment (justlovemaki/AIClient-2-API#37)

windsurf

25 prompt credits/month,官网看到的。kiro是50


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.

<!-- gh-comment-id:3200113744 --> @JochenYang commented on GitHub (Aug 19, 2025): 我记得windsurf 试用不是100吗?》改了吗?那GG了 哈哈哈 原始邮件 发件人:何夕2077 ***@***.***&gt; 发件时间:2025年8月19日 18:10 收件人:justlovemaki/AIClient-2-API ***@***.***&gt; 抄送:JochenYang ***@***.***&gt;, Comment ***@***.***&gt; 主题:Re: [justlovemaki/AIClient-2-API] Kiro免费限额已出,claude-kiro-oauth 意义不大了 (Issue #37) justlovemaki left a comment (justlovemaki/AIClient-2-API#37) windsurf 25 prompt credits/month,官网看到的。kiro是50 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
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/AIClient-2-API-justlovemaki#32
No description provided.