From 507f9afa71ae09e8541995786185f3ac2d4d99ee Mon Sep 17 00:00:00 2001 From: Chandra Kiran G Date: Thu, 30 Jul 2026 12:50:46 +0530 Subject: [PATCH] chore: Add custom_headers at model level spec --- openapi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 0596e92e..ad2be0fb 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -33145,6 +33145,16 @@ components: custom_host: type: string description: Custom Host URL for the model. + custom_headers: + type: object + description: Custom Headers for the model. + properties: + key: + type: string + description: Header key + value: + type: string + description: Header value TokenPricing: type: object