Haiku Generator
Generate traditional 5-7-5 haiku on any topic with AI — each with a short note on what it means.
Input
Optional. Add as much detail as you like (up to 500 characters).
Output
| Title | Content |
|---|---|
| No data yet | |
Guides
Five traditional haiku on whatever you give it — a season, a feeling, a place, an object — each with a one-line note on what it's getting at.
How to use it
- Describe the topic in Extra instructions — "the first snowfall in a mountain town", "the quiet of a library at closing time". The more specific, the more vivid the imagery.
- Press Generate.
- Copy the results, or download them as a CSV.
What it costs
One flat cost covers all 5 haiku — the Generate button shows the exact price live before you run it. Credits reset daily, and a run that fails costs nothing at all.
Does it actually follow the 5-7-5 syllable pattern?
It's asked to, and generally gets close, but language models count syllables imperfectly — treat the structure as traditional-inspired rather than a strict guarantee.
Does it generate the same haiku every time?
No. The model runs with high randomness, so the same topic produces a different set of five haiku each time, including if you press Generate twice in a row.
Is what I type sent anywhere?
Yes — the text you type is sent to the AI provider that writes the haiku, because it's part of the prompt. Don't paste anything confidential into it.
Use it from code
From 24 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/ai-writer/haiku \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"context": "a short example"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `ai-writer__haiku` tool (Haiku Generator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.