Skip to content

v1.2.0

Choose a tag to compare

@svetzal svetzal released this 05 Feb 23:11
· 72 commits to main since this release

Added

  • Reasoning effort control via CompletionConfig :reasoning_effort field (:low, :medium, :high)
    • Ollama gateway: maps to think: true parameter for extended thinking
    • OpenAI gateway: maps to reasoning_effort API parameter for reasoning models
  • thinking field on GatewayResponse for model reasoning traces (populated by Ollama)