Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Optional Icelake-specific extensions on chat completions.
{ "model": "zai-org-glm-5-2", "messages": [{ "role": "user", "content": "..." }], "icelake_parameters": { "enable_web_search": "auto", "enable_web_scraping": false, "enable_web_citations": false, "include_default_system_prompt": false, "strip_thinking_response": false, "disable_thinking": false, "character_slug": "optional-character-id" } }
enable_web_search
"off"
"on"
"auto"
enable_web_scraping
enable_web_citations
include_default_system_prompt
strip_thinking_response
disable_thinking
character_slug
icelake_parameters
extra_body={ "icelake_parameters": { ... } }