cd /news/developer-tools/cli-modelarium-0-1-4-10-llm-provider… · home topics developer-tools article
[ARTICLE · art-38507] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

Cli-Modelarium 0.1.4: 10 LLM providers now, with Qwen and GLM

Cli-Modelarium 0.1.4 adds support for Alibaba's Qwen models (via DashScope) and Z.AI's GLM models, bringing the total to 10 cloud LLM providers. The command-line tool enables side-by-side comparison of models with statistical analysis, cost tracking, and hallucination detection.

read1 min views1 publishedJun 24, 2026

Quick release note. Cli-Modelarium 0.1.4 just shipped, and the headline is two new providers.

You can now compare Alibaba's Qwen models (via DashScope) and Z.AI's GLM models side by side with the rest of the lineup: OpenAI, Anthropic, Google, xAI, DeepSeek, Mistral, Groq, OpenRouter, plus your local models. That brings it to 10 cloud providers.

If you have wanted to benchmark the open-weight models against the frontier ones on your own prompts, it is now a single command:

pip install --upgrade cli-modelarium

cli-modelarium "Write a haiku about garbage collection in programming" \
  --models qwen3.7-max,glm-5.2,gpt-5.4,claude-opus-4-8 \
  --runs 10 --max-cost 0.50

You get a side by side table with cost and latency per model. With --runs

greater than 1 it repeats the trials and runs the statistical tests automatically, so you can tell a real difference from noise instead of eyeballing one output. The --max-cost

flag is a hard cap, so a multi-model run does not surprise your API bill.

Cli-Modelarium is a command line tool for comparing LLM outputs side by side, with real statistics (bootstrap confidence intervals, paired significance tests, McNemar's), CI-ready assertions, hallucination detection, LLM-as-judge scoring, and cost tracking. One pip install, no infrastructure, Apache 2.0.

Would love to hear how the new providers work for your use case.

── more in #developer-tools 4 stories · sorted by recency
── more on @cli-modelarium 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/cli-modelarium-0-1-4…] indexed:0 read:1min 2026-06-24 ·