WaldiezModelAPIType
WaldiezModelAPIType =
"openai"
|"azure"
|"deepseek"
|"bedrock"
|"google"
|"anthropic"
|"cohere"
|"mistral"
|"groq"
|"together"
|"nim"
|"other"
Defined in: src/waldiez/models/Model/types.ts:26
WaldiezModelAPIType Represents the type of API used for the model.