AIModel
Agent Runtimes / types/models / AIModel
Interface: AIModel
Defined in: types/models.ts:11
Specification for an AI model from the catalog.
Properties
default
default:
boolean
Defined in: types/models.ts:23
Whether this is the default model
description
description:
string
Defined in: types/models.ts:19
Model description
id
id:
string
Defined in: types/models.ts:13
Unique model identifier (e.g., 'anthropic:claude-3-5-haiku-20241022')
name
name:
string
Defined in: types/models.ts:17
Display name for the model
provider
provider:
string
Defined in: types/models.ts:21
Provider name (anthropic, openai, bedrock, azure-openai)
requiredEnvVars
requiredEnvVars:
string[]
Defined in: types/models.ts:25
Required environment variable names
version
version:
string
Defined in: types/models.ts:15
Model spec version