Optimized for viral social media content, engaging posts, and platform-specific formats. Captures attention instantly.
model: "nova" 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": "nova",
"messages": [{"role": "user", "content": "..."}]
}'