Const
Registry of default models per provider, keyed by provider identifier.
These defaults are used when a caller specifies provider: 'openai' without an explicit model field. The task type ('text', 'image', 'embedding') selects which sub-key to read.
provider: 'openai'
model
'text'
'image'
'embedding'
Registry of default models per provider, keyed by provider identifier.
These defaults are used when a caller specifies
provider: 'openai'without an explicitmodelfield. The task type ('text','image','embedding') selects which sub-key to read.