Skip to main content

ModelDefinition

@forge/monorepo


@forge/monorepo / backend/src / ModelDefinition

Type Alias: ModelDefinition

ModelDefinition = object

Defined in: backend/src/models/index.ts:103

Properties

capabilities

readonly capabilities: ModelCapabilities

Defined in: backend/src/models/index.ts:109


dataResidency

readonly dataResidency: readonly string[]

Defined in: backend/src/models/index.ts:113

ISO 3166 regions the provider will process this model's data in.


inputModalities

readonly inputModalities: readonly InputModality[]

Defined in: backend/src/models/index.ts:108


label

readonly label: string

Defined in: backend/src/models/index.ts:106


lifecycle

readonly lifecycle: ModelLifecycle

Defined in: backend/src/models/index.ts:107


limits

readonly limits: ModelLimits

Defined in: backend/src/models/index.ts:110


modelId

readonly modelId: string

Defined in: backend/src/models/index.ts:105


pricing

readonly pricing: ModelPricing

Defined in: backend/src/models/index.ts:111


provider

readonly provider: ModelProvider

Defined in: backend/src/models/index.ts:104