Home / GLM-4.7-Flash
ChatGLM

GLM-4.7-Flash

zai-org/glm-4.7-flash
GLM-4.7-Flash, a state-of-the-art model in the 30B class, offers an impressive balance of high performance and efficiency. Designed specifically for Agentic Coding, it enhances coding proficiency, long-horizon planning, and tool synergy, achieving top-tier results on public benchmarks among open-source models of comparable size. It excels at complex agent tasks with superior instruction following for tool usage, while significantly improving the frontend aesthetics and completion efficiency of long-range workflows in Artifacts and Agentic Coding.
Price
Input$0.07 per million tokens
Cached reads$0.01 per million tokens
Output$0.4 per million tokens

Use the following code example to integrate our API:

1from openai import OpenAI
2
3client = OpenAI(
4    api_key="<Your API Key>",
5    base_url="https://api.jiekou.ai/openai"
6)
7
8response = client.chat.completions.create(
9    model="zai-org/glm-4.7-flash",
10    messages=[
11        {"role": "system", "content": "You are a helpful assistant."},
12        {"role": "user", "content": "Hello, how are you?"}
13    ],
14    max_tokens=128000,
15    temperature=0.7
16)
17
18print(response.choices[0].message.content)

Information

Provider
Quantification
bf16

Supported Features

Context length
200000
Maximum output
128000
serverless
Support
Function call
Support
Structured output
Support
Reasoning
Support
Input Capabilities
text
Output Capabilities
text
Contact Us