Skip to content

Commit

Permalink
Add spec changes
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Fayoux <[email protected]>
  • Loading branch information
platform-endpoints and lfayoux committed Oct 22, 2024
1 parent bd063ae commit 90b6c5e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cohere-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10340,6 +10340,21 @@ paths:
- public
writeOnly: true
writeOnly: true
images:
type: array
x-fern-audiences:
- public
minItems: 1
maxItems: 1
description: |-
An array of image data URIs for the model to embed. Maximum number of images per call is `1`.

The image must be a valid [data URI](https://developer.mozilla.org/en-US/docs/Web/URI/Schemes/data). The image must be in either `image/jpeg` or `image/png` format and has a maximum size of 5MB.
items:
type: string
x-fern-audiences:
- public
writeOnly: true
model:
type: string
x-fern-audiences:
Expand Down

0 comments on commit 90b6c5e

Please sign in to comment.