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
10 changes: 10 additions & 0 deletions schemas/generationmodel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
- video
- audio
example: video
name:
description: The model's display name, for a model picker.
type: string
example: Seedance 2.0 · Text to video
description:
description: What the model is suited to, in a sentence or two.
type: string
example: >-
Generate cinematic video with realistic motion, prompt-directed camera movement
and optional synchronised audio.
pricing:
description: What one generation with this model costs.
$ref: "./generationmodelpricing.yaml#/GenerationModelPricing"
Expand Down
Loading