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
14 changes: 13 additions & 1 deletion .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4043,6 +4043,7 @@ components:
- perplexity
- phala
- poolside
- quiver
- recraft
- reka
- relace
Expand Down Expand Up @@ -9393,11 +9394,14 @@ components:
example: 100
type: integer
output_format:
description: Encoding of the returned image bytes.
description: >-
Encoding of the returned image bytes. Most models produce raster formats (png, jpeg, webp). SVG is supported
by vectorization models (e.g. Quiver) — the SVG markup is UTF-8 base64-encoded in `b64_json`.
enum:
- png
- jpeg
- webp
- svg
example: png
type: string
prompt:
Expand Down Expand Up @@ -12535,6 +12539,7 @@ components:
- Venice
- Wafer
- WandB
- Quiver
- Xiaomi
- xAI
- Z.AI
Expand Down Expand Up @@ -17946,6 +17951,7 @@ components:
- Venice
- Wafer
- WandB
- Quiver
- Xiaomi
- xAI
- Z.AI
Expand Down Expand Up @@ -18320,6 +18326,10 @@ components:
additionalProperties:
nullable: true
type: object
quiver:
additionalProperties:
nullable: true
type: object
recraft:
additionalProperties:
nullable: true
Expand Down Expand Up @@ -18760,6 +18770,7 @@ components:
- Venice
- Wafer
- WandB
- Quiver
- Xiaomi
- xAI
- Z.AI
Expand Down Expand Up @@ -24425,6 +24436,7 @@ paths:
- perplexity
- phala
- poolside
- quiver
- recraft
- reka
- relace
Expand Down
Loading