Skip to Content
MCP Platform DocumentationAPI ReferenceType AliasesModel

Type Alias: Model

Model = typeof MODELS[number]

The LLM model to use for the Elements library.

Example

const config: ElementsConfig = { model: { defaultModel: 'openai/gpt-4o', }, }

Last updated on