Vaelico V1
Our in-house flagship: Google's Gemma 4 31B, depth-upscaled to 50B and trained on a curated dataset of multi-turn fiction for character consistency and long-form coherence.
Three open models tuned like strange instruments — one cinematic, one precise, one our own. Choose the wolf that matches your world.
Write / Build / Ship
Our in-house flagship: Google's Gemma 4 31B, depth-upscaled to 50B and trained on a curated dataset of multi-turn fiction for character consistency and long-form coherence.
by TheDrummer · Gemma 4 31B
TheDrummer's Artemis 31B — the fan favorite for character roleplay. Expressive, consistent prose with strong character voice, served at near-lossless FP8 precision. Live now in closed beta.
by TheDrummer · GLM-4.5-Air
TheDrummer's GLM-4.5-Air fine-tune — maximum coherence and deep memory across long scenes. Served as a production-ready hosted API.
by zerofata · GLM-4.5-Air
zerofata's GLM-4.5-Air fine-tune — cold, precise and dialogue-forward, optimized for sharp prose and tight pacing.
| Model | Best for | Context | Status |
|---|---|---|---|
| Vaelico V1 | Flagship · character consistency, long arcs | 256K | In dev |
| GLM-Steam 106B | Coherence, deep memory, cinematic prose | 128K | Launching |
| Iceblink 106B | Sharp prose, dialogue, tone control | 128K | Launching |
OpenAI-compatible
curl https://api.vaelico.ai/v1/chat/completions \
-H "Authorization: Bearer $VAELICO_KEY" \
-d '{
"model": "glm-steam-106b",
"messages": [
{ "role": "user",
"content": "Open on a rain-soaked harbor at dawn." }
]
}' Drop-in OpenAI base URL. Works with SillyTavern, Janitor AI, RisuAI & NovelCrafter.