You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/chat/completions, /messages, and /responses now accepts hosted tools such as web_search, file_search, and code_interpreter; they are accepted at the API edge but skipped before LLM execution.
/chat/completions, /messages, and /responses now treats null the same as undefined for optional fields commonly echoed by clients.
Responses telemetry now always emits role: "assistant" for output messages and gen_ai.request.service_tier (defaulting to "auto" when omitted).