Support for explicitly setting mime_type
for vertex ai
#9015
Closed
krrishdholakia
started this conversation in
General
Replies: 3 comments
-
@alexanderar noted OpenAI already supports something similar for audio input - { type: "input_audio", input_audio: { data: base64str, format: "wav" }} |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now on main - #9019 |
Beta Was this translation helpful? Give feedback.
0 replies
-
yeah, and also having the mime type within the url aligns with other modalities like image. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Relevant PR: #8802
Proposed Input:
Concern:
This breaks the openai schema, which would make it harder to call the proxy with this specification, with OpenAI client sdk's - especially in strongly typed languages.
Beta Was this translation helpful? Give feedback.
All reactions