GLM 4.6 (exacto)

Zhipu AI chatreasoningtool_use Long

API ID: z-ai/glm-4.6

Input Price
$0.35
/1M tokens
Output Price
$1.50
/1M tokens

About GLM 4.6 (exacto)

GLM 4.6 (exacto) is a budget-friendly general-purpose model from Zhipu AI with ultra-long context (205k), suitable for conversations, content creation, and general AI tasks.

💰
Price Ranking
#790 lowest price among 950 Chat models

Model Specifications

Context Length
205k
Max Output
205k
Release Date
2025-09-30
Capabilities
chat reasoning tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)
  • Simple Q&A (cheaper models available)

💰 Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.61
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$18.75
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$25.88
/month
500 analyses/day, ~2k tokens each

Zhipu AI Model Lineup

Compare all models from Zhipu AI to find the best fit

Model Input Output Context Capabilities
GLM 4.6 (exacto) Current Free Free 205k chat reasoning tool_use
GLM 4 9B Free Free 32k chat
GLM 4 9B Free Free 32k chat
GLM 4 32B Free Free 33k chat
GLM 4 32B Free Free 33k chat
GLM 4.1V 9B Thinking Free Free 66k chat vision reasoning

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Other Cogito V2 Preview Llama 70B
Input: $0.88
Output: $0.88
Context: 131k
Other Virtuoso Large
Input: $0.75
Output: $1.20
Context: 131k
Other Weaver (alpha)
Input: $0.75
Output: $1.00
Context: 8k
Other Step3
Input: $0.57
Output: $1.42
Context: 66k

🚀 Quick Start

Get started with GLM 4.6 (exacto) API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="z-ai/glm-4.6",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)