novita
zai-org/glm-4.7
Context
200K
Input
text
Output
text
Tool calling
Supported
About this model
GLM-4.7 is a large language model focused on coding, agentic tasks, and complex reasoning. It introduces Interleaved Thinking, Preserved Thinking, and Turn-level Thinking for improved stability and performance in multi-turn, long-horizon tasks. It shows significant gains over its predecessor in multilingual agentic coding, terminal-based tasks, and tool use.
Capabilities
text
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "0cbd861c491f4e589fa4ca9ec354f4ba",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
0cbd861c491f4e589fa4ca9ec354f4ba
Input
$0.600 / 1M
Output
$2.200 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.600 / 1M |
| Output tokens | $2.200 / 1M |
Performance
Published evaluation results associated with this model.
GPQA-Diamond
score85.7
SWE-bench Verified
score73.8
HLE
score24.8
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "0cbd861c491f4e589fa4ca9ec354f4ba",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'