Specialized in poetic forms, literary devices, and artistic expression. From haikus to free verse, crafts beautiful poetry.
model: "verse" in any OpenAI SDK.curl https://www.linguachats.ai//v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "verse",
"messages": [{"role": "user", "content": "..."}]
}'