Skip to main content

DatalayerInferenceConfig

Agent Runtimes


Agent Runtimes / inference/DatalayerInferenceProvider / DatalayerInferenceConfig

Interface: DatalayerInferenceConfig

Defined in: src/inference/DatalayerInferenceProvider.ts:33

Datalayer-specific configuration

Extends

Properties

agentId?

optional agentId?: string

Defined in: src/inference/DatalayerInferenceProvider.ts:44

Agent ID for agent-specific inference


apiKey

apiKey: string

Defined in: src/inference/DatalayerInferenceProvider.ts:35

Datalayer API key

Overrides

InferenceProviderConfig.apiKey


baseUrl?

optional baseUrl?: string

Defined in: src/inference/DatalayerInferenceProvider.ts:38

Base URL for Datalayer API

Overrides

InferenceProviderConfig.baseUrl


model?

optional model?: string

Defined in: src/inference/DatalayerInferenceProvider.ts:41

Model to use

Overrides

InferenceProviderConfig.model


options?

optional options?: Record<string, unknown>

Defined in: src/types/inference.ts:57

Additional provider-specific options

Inherited from

InferenceProviderConfig.options


timeout?

optional timeout?: number

Defined in: src/types/inference.ts:54

Request timeout in milliseconds

Inherited from

InferenceProviderConfig.timeout