Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionContentPartImageImageUrlParam

OpenaiChatCompletionContentPartImageImageUrlParam

OpenaiChatCompletionContentPartImageImageUrlParam = object

Defined in: src/client/types.gen.ts:3086 

Properties

any?

optional any: unknown

Defined in: src/client/types.gen.ts:3087 


detail?

optional detail: 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?

optional url: string

Defined in: src/client/types.gen.ts:3098 

Either a URL of the image or the base64 encoded image data.

Last updated on