Azure OpenAI o1 model has no vision support? #5321
Unanswered
aadishj19
asked this question in
Troubleshooting
Replies: 1 comment 6 replies
-
- group: "region-eastus"
apiKey: "${EASTUS_API_KEY}"
instanceName: "my_instance_name"
version: "2024-12-01-preview" # latest version
models:
o1-mini:
deploymentName: "o1-mini"
o1-preview:
deploymentName: "o1-preview"
- group: "region-sweden"
apiKey: "${SWEDEN_API_KEY}"
instanceName: "my_instance_name"
version: "2024-12-01-preview" # latest version
models:
o1-2024-12-17:
deploymentName: "o1" Currently, o1-mini is not considered a vision model so it will switch to 2025-01-16T01:05:08.594Z error: [OpenAIClient.chatCompletion] Unhandled error type Error: 400 Invalid content type. image_url is only supported by certain models. same with o1-preview: 2025-01-16T01:07:24.748Z error: [OpenAIClient.chatCompletion] Unhandled error type Error: 400 Invalid content type. image_url is only supported by certain models. Same issue with o1-mini and o1-preview on OpenAI (not azure):
-- TL;DR only o1 and not https://oai.azure.com/resource/models/o1/version/2024-12-17/registry/azure-openai |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
when I upload an image to Azure o1, it immediately replies in a second which led me to check the logs. I believe it Is it using 4o instead?
In the console I see this when I only use text:
LibreChat | id: "chatcmpl-AprNJUwupj6EdgSR5yoRRTnjJPVJT",
LibreChat | model: "o1-2024-12-17",
LibreChat | object: "chat.completion",
However when I insert an image:
LibreChat | id: "chatcmpl-AprLzmEtslgjQZjjupoiNYRsM2Esu",
LibreChat | model: "gpt-4o-2024-08-06",
LibreChat | object: "chat.completion",
I guess its using 4o? I thought with the o1 we can now also use vision with it, right? Do note that I have the updated version of the repo as I noticed a similar issue was raised for the openAI o1 model a few days ago. However, even after updating, the issue remains.
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions