Skip to main content
1 credit per call

Method

Does NOT have internet access. Use for extraction/parsing, not research.

Input

string
required
Prompt describing what to generate or extract
ZodSchema
required
Zod schema defining output structure (must be z.object at top level)
string
default:"gpt-5-mini"
Model: "gpt-5-mini", "gemini-2.0-flash", "gemini-2.5-pro", or "claude-sonnet-4-5-20250929"

Output

object
Generated JSON matching the provided schema

Example