Skip to content

ModelCapabilityFilter

Defined in: backend/src/shared.ts:103

Model capability filter options.

readonly optional supportsJSON: boolean

Defined in: backend/src/shared.ts:111

Filter models that support JSON mode output


readonly optional supportsStreaming: boolean

Defined in: backend/src/shared.ts:105

Filter models that support streaming


readonly optional supportsTools: boolean

Defined in: backend/src/shared.ts:109

Filter models that support tool/function calling


readonly optional supportsVision: boolean

Defined in: backend/src/shared.ts:107

Filter models that support vision/image inputs