Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ components:
- $ref: '#/components/schemas/InputImage'
- properties: {}
type: 'object'
description: 'Image input content item'
description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.'
example:
detail: 'auto'
image_url: 'https://example.com/image.jpg'
Expand Down Expand Up @@ -8083,7 +8083,7 @@ components:
- $ref: '#/components/schemas/InputImage'
- properties: {}
type: 'object'
description: 'Image input content item'
description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.'
example:
detail: 'auto'
image_url: 'https://example.com/image.jpg'
Expand Down Expand Up @@ -8353,7 +8353,7 @@ components:
- $ref: '#/components/schemas/InputImage'
- properties: {}
type: 'object'
description: 'Image input content item'
description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.'
example:
detail: 'auto'
image_url: 'https://example.com/image.jpg'
Expand Down Expand Up @@ -8975,7 +8975,7 @@ components:
- $ref: '#/components/schemas/InputImage'
- properties: {}
type: 'object'
description: 'Image input content item'
description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.'
example:
detail: 'auto'
image_url: 'https://example.com/image.jpg'
Expand Down Expand Up @@ -11721,7 +11721,7 @@ components:
- 'type'
type: 'object'
InputImage:
description: 'Image input content item'
description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.'
example:
detail: 'auto'
image_url: 'https://example.com/image.jpg'
Expand All @@ -11734,6 +11734,10 @@ components:
- 'low'
- 'original'
type: 'string'
file_id:
type:
- 'string'
- 'null'
image_url:
type:
- 'string'
Expand Down Expand Up @@ -11763,7 +11767,7 @@ components:
- $ref: '#/components/schemas/InputImage'
- properties: {}
type: 'object'
description: 'Image input content item'
description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.'
example:
detail: 'auto'
image_url: 'https://example.com/image.jpg'
Expand Down
Loading