Skip to content
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

dall-e-3 free tier 429 too many request limit reached #604

Open
1 task done
reiuz opened this issue Dec 28, 2023 · 0 comments
Open
1 task done

dall-e-3 free tier 429 too many request limit reached #604

reiuz opened this issue Dec 28, 2023 · 0 comments
Assignees
Labels
openai api Related to underlying OpenAI API

Comments

@reiuz
Copy link

reiuz commented Dec 28, 2023

Confirm this is a Node library issue and not an underlying OpenAI API issue

  • This is an issue with the Node library

Describe the bug

Hello everyone,

I'm using the OpenAI library obtained from npm in my Next.js project. When I make a call to generate an image using the dall-e-3 model, unfortunately, I always receive a response with a 429 status code, indicating that I've reached the call limit. Strangely, I haven't even made a single call yet, and the documentation suggests that there should be one call per minute.

I've also tried making the call directly without using the library, but I get the same result. I've read that some people have resolved this issue by upgrading to higher-tier plans.

Could someone please let me know if there's a solution to this problem while still using the free tier?

To Reproduce

use openai npm library
try generate image with dall-e-3 model

or make a http call with axios, or postman with dall-e-3 model

Code snippets

No response

OS

Windows 11

Node version

Node 20.10.0

Library version

openai 4.24.1

@reiuz reiuz added the bug Something isn't working label Dec 28, 2023
@rattrayalex rattrayalex added openai api Related to underlying OpenAI API and removed bug Something isn't working labels Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openai api Related to underlying OpenAI API
Projects
None yet
Development

No branches or pull requests

3 participants