Master storyteller fine-tuned for fiction, creative narratives, and character development. Excels at maintaining tone and style.
model: "lyra" 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": "lyra",
"messages": [{"role": "user", "content": "..."}]
}'