GLM-4.6 반복 작업: 복잡한 다중 턴 작업에서 더 안정적인 실행을 위해 유지 추론 및 라운드 기반 추론을 도입. 200K 컨텍스트.
OpenAI 호환 — 쓰던 SDK 그대로
https://api.orcarouter.ai/v1from openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="z-ai/glm-4.7",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)do_sampleinclude_reasoningmax_tokensreasoningrequest_idresponse_formatstopstreamtemperaturethinkingtool_choicetool_streamtoolstop_puser_id| 입력 / 1M tokens | $0.600 |
| 출력 / 1M tokens | $2.20 |
| 캐시 읽기 / 1M | $0.110 |
| 통화 | USD |
정가 기준 추정치
추정치일 뿐입니다 — 실제 토큰 수는 제공자의 토크나이저에 따라 달라집니다.
@misc{orcarouter_glm_4_7,
title = {GLM 4.7 API},
author = {Z.ai},
year = {2025},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/z-ai/glm-4.7}
}Z.ai. (2025). GLM 4.7 API. OrcaRouter. https://www.orcarouter.ai/models/z-ai/glm-4.7