We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
imagine
1 parent 4288e91 commit 75d934aCopy full SHA for 75d934a
typescript/packages/toolshed/routes/ai/spell/handlers/imagine.ts
@@ -22,7 +22,7 @@ export const ImagineDataRequestSchema = z.object({
22
url: { type: "string" },
23
},
24
}),
25
- model: z.string().default("claude-3-7-sonnet").describe(
+ model: z.string().default("google:gemini-2.0-flash").describe(
26
"The LLM to use for data generation",
27
).openapi({ example: "claude-3-7-sonnet" }),
28
prompt: z.string().optional().describe(
0 commit comments