OpenaiChatCompletionContentPartImageImageUrlParam
OpenaiChatCompletionContentPartImageImageUrlParam =
object
Defined in: src/client/types.gen.ts:3086
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3087
detail?
optionaldetail:string
Defined in: src/client/types.gen.ts:3094
Specifies the detail level of the image. Learn more in the Vision guide .
Any of “auto”, “low”, “high”.
url?
optionalurl:string
Defined in: src/client/types.gen.ts:3098
Either a URL of the image or the base64 encoded image data.
Last updated on