Skip to content

@hebo-ai/gateway@0.11.5

Choose a tag to compare

@heiwen heiwen released this 08 May 02:48
· 37 commits to main since this release

馃崒 Features

  • Added xAI Grok 4.3 support

馃悰 Fixes

  • /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).