Interface: CustomHostConfigurationOptions
Defined in: src/ai-gateway/integrations-client.ts:36
Options for customHostConfiguration.
Properties
host
host: string;
Defined in: src/ai-gateway/integrations-client.ts:38
Full base URL of the OpenAI-compatible endpoint, including its API prefix.
headers?
optional headers?: Record<string, string>;
Defined in: src/ai-gateway/integrations-client.ts:40
Extra headers sent to that host on every request.