novita

zai-org/glm-4.6

Context

200K

Input

text

Output

text

Tool calling

Supported

About this model

GLM-4.6 is a large language model with improvements over GLM-4.5, featuring a 200K context window, superior coding performance, advanced reasoning, and stronger agentic capabilities in tool use and search-based agents. It also offers refined writing and more natural role-playing.

Capabilities

text

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "f763a93d3e3a44e0a581f416d1691533",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

f763a93d3e3a44e0a581f416d1691533

Available

Input

$0.550 / 1M

Output

$2.200 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.550 / 1M
Output tokens$2.200 / 1M

Performance

Published evaluation results associated with this model.

GPQA-Diamond

score81

SWE-bench Verified

score68

HLE

score17.2

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "f763a93d3e3a44e0a581f416d1691533",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'