Skip to main content

InferenceProviderConfig

Agent Runtimes


Agent Runtimes / types/inference / InferenceProviderConfig

Interface: InferenceProviderConfig

Defined in: types/inference.ts:43

Inference provider configuration

Extended by

Properties

apiKey?

optional apiKey?: string

Defined in: types/inference.ts:45

API key for authentication


baseUrl?

optional baseUrl?: string

Defined in: types/inference.ts:48

Base URL for API requests


model?

optional model?: string

Defined in: types/inference.ts:51

Model to use for inference


options?

optional options?: Record<string, unknown>

Defined in: types/inference.ts:57

Additional provider-specific options


timeout?

optional timeout?: number

Defined in: types/inference.ts:54

Request timeout in milliseconds