ChatMessageImageUrl interface
An internet location from which the model may retrieve an image.
Properties
detail | The evaluation quality setting to use, which controls relative prioritization of speed, token consumption, and accuracy. Possible values: "auto", "low", "high" |
url | The URL of the image. |
Property Details
detail
The evaluation quality setting to use, which controls relative prioritization of speed, token consumption, and accuracy.
Possible values: "auto", "low", "high"
detail?: string
Property Value
string
url
The URL of the image.
url: string
Property Value
string