Skip to main content

DatalayerInferenceConfig

Agent Runtimes


Agent Runtimes / inference/DatalayerInferenceProvider / DatalayerInferenceConfig

Interface: DatalayerInferenceConfig

Defined in: inference/DatalayerInferenceProvider.ts:37

Datalayer-specific configuration

Extends

Properties

agentId?

optional agentId?: string

Defined in: inference/DatalayerInferenceProvider.ts:48

Agent ID for agent-specific inference


apiKey

apiKey: string

Defined in: inference/DatalayerInferenceProvider.ts:39

Datalayer API key

Overrides

InferenceProviderConfig.apiKey


baseUrl?

optional baseUrl?: string

Defined in: inference/DatalayerInferenceProvider.ts:42

Base URL for Datalayer API

Overrides

InferenceProviderConfig.baseUrl


model?

optional model?: string

Defined in: inference/DatalayerInferenceProvider.ts:45

Model to use

Overrides

InferenceProviderConfig.model


options?

optional options?: Record<string, unknown>

Defined in: types/inference.ts:57

Additional provider-specific options

Inherited from

InferenceProviderConfig.options


timeout?

optional timeout?: number

Defined in: types/inference.ts:54

Request timeout in milliseconds

Inherited from

InferenceProviderConfig.timeout