Skip to main content

AIModelRuntime

Agent Runtimes


Agent Runtimes / types/models / AIModelRuntime

Interface: AIModelRuntime

Defined in: types/models.ts:31

Configuration for an AI model runtime (as returned by the server).

Properties

builtinTools

builtinTools: string[]

Defined in: types/models.ts:37

List of builtin tool IDs


id

id: string

Defined in: types/models.ts:33

Model identifier (e.g., 'anthropic:claude-3-5-haiku-20241022')


isAvailable

isAvailable: boolean

Defined in: types/models.ts:41

Whether the model is available (based on env vars)


name

name: string

Defined in: types/models.ts:35

Display name for the model


requiredEnvVars

requiredEnvVars: string[]

Defined in: types/models.ts:39

Required environment variables for this model