From 33ee57f5dfa37cdc77c04dc811050d2720deb431 Mon Sep 17 00:00:00 2001 From: dazzatronus Date: Fri, 25 Sep 2026 20:35:39 +1000 Subject: [PATCH] fix: document the name and description returned for each generation model --- schemas/generationmodel.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/schemas/generationmodel.yaml b/schemas/generationmodel.yaml index f84595d..2dd2c0d 100644 --- a/schemas/generationmodel.yaml +++ b/schemas/generationmodel.yaml @@ -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"