Zenith

General PurposeRecommended

Versatile all-rounder perfect for everyday content creation, blogging, and general writing tasks. Your reliable creative companion.

Base model
Mistral Nemo 12B
Parameters
12B
Context window
60K tokens
Credits / 1K tokens
150 in · 600 out

Best for

BloggingContentArticles
Use Zenith via the API
OpenAI-compatible — set model: "zenith" in any OpenAI SDK.
bash
curl https://www.linguachats.ai//v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "zenith",
    "messages": [{"role": "user", "content": "..."}]
  }'