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) • 444 B
JSON
{
"url": "https://api.moonshot.cn/v1/chat/completions",
"model": {
"default": "moonshot-v1-8k",
"large": "moonshot-v1-128k",
"small": "moonshot-v1-8k",
"agent": "moonshot-v1-32k"
},
"createMessageObject": "getMessageObject",
"stream": true,
"jsonMode": false,
"maxTokens": true,
"hasEmbeddings": false,
"modelsEndpoint": "https://api.moonshot.cn/v1/models",
"modelsFile": "./data/models/moonshotkimi.json"
}