large-models-interface
Version:
A comprehensive, unified interface for all types of AI models - natural language, vision, audio, and video. Supports 51 providers with dynamic model discovery and multi-modal capabilities.
17 lines (16 loc) • 428 B
JSON
{
"url": "https://api.coze.com/open_api/v2/chat",
"model": {
"default": "command-r-plus",
"large": "command-r-plus",
"small": "command-r",
"agent": "command-r-plus"
},
"createMessageObject": "getMessageObject",
"stream": true,
"jsonMode": false,
"maxTokens": true,
"hasEmbeddings": false,
"modelsEndpoint": "https://api.coze.com/open_api/v2/models",
"modelsFile": "./data/models/coze.json"
}