Skip to main content
Pass optional features beyond the OpenAI core schema on chat requests:

Parameters

SDK notes

  • TypeScript OpenAI SDK: pass icelake_parameters on the request object (may need a type cast).
  • Python OpenAI SDK: pass via extra_body={ "icelake_parameters": { ... } }.