Skip to content

Bug: Limitation #1291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 4 tasks
Ayan-svg72 opened this issue May 30, 2025 · 6 comments
Open
1 of 4 tasks

Bug: Limitation #1291

Ayan-svg72 opened this issue May 30, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@Ayan-svg72
Copy link

Ayan-svg72 commented May 30, 2025

Issue Description

{
    "success": false,
    "error": {
        "delegate": "usage-limited-chat",
        "message": "Error 400 from delegate `usage-limited-chat`: Permission denied.",
        "code": "error_400_from_delegate",
        "$": "heyputer:api/APIError",
        "status": 400
    }

I think it is unlimited to use but I get this error how to fix it & what to do.

Deployment

  • Production (puter.com)
  • Development (npm run start)
  • Docker (via docker run)
  • Docker (via docker-compose)
@Ayan-svg72 Ayan-svg72 added the bug Something isn't working label May 30, 2025
@RobelAdugna
Copy link

I also fence the same issue : Failed to send message. Please try again. Please fix

payload:
{interface: "puter-chat-completion", driver: "openai-completion", test_mode: false, method: "complete",…}
args
:
{messages: [{content: "hi"}], model: "gpt-4o-mini", stream: false}
driver
:
"openai-completion"
interface
:
"puter-chat-completion"
method
:
"complete"
test_mode
:
false

===============

reponse:

{
"success": false,
"error": {
"delegate": "usage-limited-chat",
"message": "Error 400 from delegate usage-limited-chat: Permission denied.",
"code": "error_400_from_delegate",
"$": "heyputer:api/APIError",
"status": 400
}
}

@Ayan-svg72
Copy link
Author

I also fence the same issue : Failed to send message. Please try again. Please fix

payload: {interface: "puter-chat-completion", driver: "openai-completion", test_mode: false, method: "complete",…} args : {messages: [{content: "hi"}], model: "gpt-4o-mini", stream: false} driver : "openai-completion" interface : "puter-chat-completion" method : "complete" test_mode : false

===============

reponse:

{ "success": false, "error": { "delegate": "usage-limited-chat", "message": "Error 400 from delegate usage-limited-chat: Permission denied.", "code": "error_400_from_delegate", "$": "heyputer:api/APIError", "status": 400 } }

I am using multiple models in my project not only GPT but all api is free & unlimited as mentioned. I hope developers will fix it ASAP

@KernelDeimos
Copy link
Contributor

Hi, I assume you're referring to this article. Please read the article carefully; while it is free for developers to provide AI service in an app to an unlimited number of users, individual users to not get unlimited use of AI.

Puter is the pioneer of the "User Pays" model, which allows developers to incorporate AI capabilities into their applications while each user will cover their own usage costs. This model enables developers to access advanced AI capabilities for free, without any API keys or server-side setup.

@Ayan-svg72
Copy link
Author

I am developing a simple AI service website so I use this in my App but I got limitation.

Image

Image

Image

It's free for developers so I use it but is it limited now ?

@KernelDeimos
Copy link
Contributor

You can provide AI service to an unlimited number of users. For each individual user (including the developer), the AI service is metered

@Ayan-svg72
Copy link
Author

So I can only use it limited after complete limit I unable to use this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants