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) • 419 B
JSON
{
"url": "https://api.lingyiwanwu.com/v1/chat/completions",
"model": {
"default": "yi-medium",
"large": "yi-large",
"small": "yi-medium",
"agent": "yi-large"
},
"createMessageObject": "getMessageObject",
"stream": true,
"jsonMode": false,
"maxTokens": true,
"hasEmbeddings": false,
"modelsEndpoint": "https://api.lingyiwanwu.com/v1/models",
"modelsFile": "./data/models/yiai.json"
}