This commit is contained in:
Octopus 2026-04-23 10:42:05 +00:00 committed by GitHub
commit ca4a82533e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 0 deletions

View file

@ -177,6 +177,11 @@ properties:
passthrough_auth:
type: boolean
description: "When true, forwards the client's Authorization header to upstream instead of using the configured access_key. Useful for routing to services like LiteLLM that validate their own virtual keys."
http_headers:
type: object
description: "Custom HTTP headers to include in requests to this LLM provider. Useful for providers requiring non-standard authentication or telemetry headers."
additionalProperties:
type: string
http_host:
type: string
provider_interface:
@ -226,6 +231,11 @@ properties:
passthrough_auth:
type: boolean
description: "When true, forwards the client's Authorization header to upstream instead of using the configured access_key. Useful for routing to services like LiteLLM that validate their own virtual keys."
http_headers:
type: object
description: "Custom HTTP headers to include in requests to this LLM provider. Useful for providers requiring non-standard authentication or telemetry headers."
additionalProperties:
type: string
http_host:
type: string
provider_interface: