plano/crates/llm_gateway
Octopus b85fab8696 feat: add http_headers support to LlmProvider for custom upstream headers (fixes #592)
Allows users to specify custom HTTP request headers per LLM provider in
plano_config.yaml, useful for providers requiring non-standard auth or
telemetry headers:

  model_providers:
    - model: provider/model
      access_key: $API_KEY
      http_headers:
        X-Custom-Header: "custom-value"
        X-API-Version: "v1"
2026-04-03 15:09:29 +08:00
..
src feat: add http_headers support to LlmProvider for custom upstream headers (fixes #592) 2026-04-03 15:09:29 +08:00
Cargo.toml Add support for Amazon Bedrock Converse and ConverseStream (#588) 2025-10-22 11:31:21 -07:00