← All models

Kimi K2.6 vs GLM-5

Kimi K2.6 vs GLM-5: Side-by-side API pricing and specs — call both with one OpenAI-compatible key on GetModel.

Kimi K2.6
Moonshot AI · Text

Moonshot Kimi K2.6, a Chinese model strong at long-context and general tasks. Served through getmodel's low-cost domestic-models group over an OpenAI-compatible endpoint.

View details →
GLM-5
Zhipu AI · Text

Zhipu GLM-5, a capable Chinese general-purpose model. Served through getmodel's low-cost domestic-models group over an OpenAI-compatible endpoint.

View details →

Pricing comparison

Kimi K2.6GLM-5
Input / 1M tokens $0.527 $0.324 Cheaper
Output / 1M tokens $2.19 $1.46 Cheaper

Specifications

ProviderMoonshot AIZhipu AI
TypeTextText
Endpointsopenaiopenai

How to call

One API key calls both models — just change the "model" field.

from openai import OpenAI
client = OpenAI(base_url="https://getmodel.ai/v1", api_key="$GETMODEL_API_KEY")

# Kimi K2.6
client.chat.completions.create(model="kimi-k2.6", messages=[{"role":"user","content":"Hi"}])
# GLM-5  (same key, just change "model")
client.chat.completions.create(model="glm-5", messages=[{"role":"user","content":"Hi"}])

More comparisons