ModelDefinition
@forge/monorepo / backend/src / ModelDefinition
Type Alias: ModelDefinition
ModelDefinition =
object
Defined in: backend/src/models/index.ts:103
Properties
capabilities
readonlycapabilities:ModelCapabilities
Defined in: backend/src/models/index.ts:109
dataResidency
readonlydataResidency: readonlystring[]
Defined in: backend/src/models/index.ts:113
ISO 3166 regions the provider will process this model's data in.
inputModalities
readonlyinputModalities: readonlyInputModality[]
Defined in: backend/src/models/index.ts:108
label
readonlylabel:string
Defined in: backend/src/models/index.ts:106
lifecycle
readonlylifecycle:ModelLifecycle
Defined in: backend/src/models/index.ts:107
limits
readonlylimits:ModelLimits
Defined in: backend/src/models/index.ts:110
modelId
readonlymodelId:string
Defined in: backend/src/models/index.ts:105
pricing
readonlypricing:ModelPricing
Defined in: backend/src/models/index.ts:111
provider
readonlyprovider:ModelProvider
Defined in: backend/src/models/index.ts:104