We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i use dall-e-3 but response pollinations url
from g4f.client import Client client = Client() response = client.images.generate( model="dall-e-3", prompt="A haunting, cinematic wide shot of 1920s New York City", response_format="url" ) print(f"Generated image URL: {response.data[0].url}")
https://image.pollinations.ai/prompt/dall-e-3_64878764_A+haunting%2C+cinematic+wide+shot+of+1920s+New+York+City?seed=64878764&width=1024&height=1024&model=dall-e-3&nologo=true&private=false&enhance=false&safe=false
The text was updated successfully, but these errors were encountered:
The provider Polinations AI responds to requests even if the model is not supported; it simply uses the default model.
Sorry, something went wrong.
you can add other model support
g4f hosts ten or more DALL-E 3 providers; however, each requires a valid account. @MominIqbal-1234 @daniij
No branches or pull requests
i use dall-e-3 but response pollinations url
The text was updated successfully, but these errors were encountered: