Generate Image
Images Generation Tools
Create images by describing what you want. The AI uses image generation models to transform your text prompts into visuals.
Demo
Describe an image to generate!
Image Generation Tool
The experimental_generateImage function creates images
from prompts. Wrap it in a tool so the AI can call it when needed.
tools/generate-image.ts
Copy
Server Endpoint
+server.ts
Copy
Display Generated Images
Images are returned as base64. Use a data URL to display them immediately without needing to upload to storage first.
+page.svelte
Copy