GLM-4.7
GLM · Per Token
glm-4.7AvailableChatReasoningVisionTool UseJSON ModeContext Window: 205KMax Output Tokens: 131K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $0.60 | $0.42 |
| Output | $2.20 | $1.54 |
Parameters
Context Window
205K tokens
Max Output Tokens
131K tokens
Best For
Chat
Conversational AI, customer support, and Q&A
Reasoning
Complex reasoning tasks, analytical work, and research
Vision
Image understanding, document analysis, and visual reasoning
Cost Calculator
1M
0.5M
Estimated Monthly Cost$1.19
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "glm-4.7",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does GLM-4.7 cost?
On LemonData, GLM-4.7 costs $0.4200 per 1M input tokens and $1.5400 per 1M output tokens, which is up to 30% off the official pricing.
What is GLM-4.7 best for?
GLM-4.7 excels at Chat, Reasoning, Vision. Access it through LemonData's unified API with a single API key.
How to use GLM-4.7 API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.