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
调用 gpt 模型 如何生成 图片?
似乎只能文字模型来回复我, 我需要做什么操作?
How do I call the gpt model to generate an image? It seems that only the text model can reply to me. What operation do I need to do?
{ "model": "google/gemini-pro-vision", "stream": true, "frequency_penalty": 0, "presence_penalty": 0, "temperature": 0.6, "top_p": 1, "messages": [ { "content": "随机生成一张风景图片", "role": "user" } ] }
The text was updated successfully, but these errors were encountered:
OpenRouter doesn't support image generation yet! just image inputs
Sorry, something went wrong.
No branches or pull requests
调用 gpt 模型 如何生成 图片?
似乎只能文字模型来回复我, 我需要做什么操作?
How do I call the gpt model to generate an image?
It seems that only the text model can reply to me. What operation do I need to do?
The text was updated successfully, but these errors were encountered: