AIX: Gemini: add maxTemperature

This commit is contained in:
Enrico Ros
2025-05-27 14:23:30 -07:00
parent a0917b4533
commit 66c1af8333
@@ -746,6 +746,7 @@ export namespace GeminiWire_API_Models_List {
temperature: z.number().optional(),
topP: z.number().optional(),
topK: z.number().int().optional(),
maxTemperature: z.number().optional(),
});
export type Response = z.infer<typeof Response_schema>;