Parameters
| Parameter | Type | Description |
|---|---|---|
enable_web_search | "off" | "on" | "auto" | Real-time web search |
enable_web_scraping | boolean | Scrape URLs found in the user message |
enable_web_citations | boolean | Request citations when search is on |
include_default_system_prompt | boolean | Include Icelake default system behavior (default false on the public API) |
strip_thinking_response | boolean | Strip thinking blocks from reasoning models |
disable_thinking | boolean | Disable thinking when supported |
character_slug | string | Optional character persona id |
SDK notes
- TypeScript OpenAI SDK: pass
icelake_parameterson the request object (may need a type cast). - Python OpenAI SDK: pass via
extra_body={ "icelake_parameters": { ... } }.