SupportedModels interface
Chat completion and embedding models supported by the analyzer.
Properties
| completion | Chat completion models supported by the analyzer. |
| embedding | Embedding models supported by the analyzer. |
Property Details
completion
Chat completion models supported by the analyzer.
completion?: string[]
Property Value
string[]
embedding
Embedding models supported by the analyzer.
embedding?: string[]
Property Value
string[]