ListModelsOptions
Defined in: packages/ai.matey.types/src/models.ts:141
Options for listing models from a backend.
Properties
Section titled “Properties”filter?
Section titled “filter?”
readonlyoptionalfilter:object
Defined in: packages/ai.matey.types/src/models.ts:152
Filter models by capability requirements. Only models matching ALL specified capabilities will be returned.
supportsJSON?
Section titled “supportsJSON?”
readonlyoptionalsupportsJSON:boolean
supportsStreaming?
Section titled “supportsStreaming?”
readonlyoptionalsupportsStreaming:boolean
supportsTools?
Section titled “supportsTools?”
readonlyoptionalsupportsTools:boolean
supportsVision?
Section titled “supportsVision?”
readonlyoptionalsupportsVision:boolean
forceRefresh?
Section titled “forceRefresh?”
readonlyoptionalforceRefresh:boolean
Defined in: packages/ai.matey.types/src/models.ts:146
Force refresh from remote source (bypass cache).
Default
Section titled “Default”false