From 31c9965a60c55c0ea12a1a6583b3bc7bc4a9d5e3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 1 Jul 2025 02:02:34 +0000 Subject: [PATCH] Update API specifications with fern api update --- fern/apis/api/openapi.json | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 515b1b9b..29464666 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -17659,7 +17659,15 @@ "peak", "boulder", "gypsum", - "zest" + "zest", + "luna", + "celeste", + "orion", + "ursa", + "astra", + "esther", + "estelle", + "andromeda" ], "title": "Preset Voice Options" }, @@ -17671,11 +17679,11 @@ }, "model": { "type": "string", - "description": "This is the model that will be used. Defaults to 'v1' when not specified.", + "description": "This is the model that will be used. Defaults to 'mistv2' when not specified.", "enum": [ - "v1", "mist", - "mistv2" + "mistv2", + "arcana" ], "example": "mistv2" }, @@ -19521,7 +19529,15 @@ "peak", "boulder", "gypsum", - "zest" + "zest", + "luna", + "celeste", + "orion", + "ursa", + "astra", + "esther", + "estelle", + "andromeda" ], "title": "Preset Voice Options" }, @@ -19533,11 +19549,11 @@ }, "model": { "type": "string", - "description": "This is the model that will be used. Defaults to 'v1' when not specified.", + "description": "This is the model that will be used. Defaults to 'mistv2' when not specified.", "enum": [ - "v1", "mist", - "mistv2" + "mistv2", + "arcana" ], "example": "mistv2" },