Skip to content

ProviderConfig

Defined in: src/lib/providers/types.ts:84

optional apiKey?: string

Defined in: src/lib/providers/types.ts:89


optional baseUrl?: string

Defined in: src/lib/providers/types.ts:88


optional compatibility?: OpenAICompatibilityOptions

Defined in: src/lib/providers/types.ts:94


optional customModels?: string[]

Defined in: src/lib/providers/types.ts:92


enabled: boolean

Defined in: src/lib/providers/types.ts:87


id: string

Defined in: src/lib/providers/types.ts:85


optional modelId?: string

Defined in: src/lib/providers/types.ts:90


name: string

Defined in: src/lib/providers/types.ts:91


optional serviceProfile?: ProviderServiceProfile

Defined in: src/lib/providers/types.ts:93


type: ProviderType

Defined in: src/lib/providers/types.ts:86