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.
16 lines • 467 B
JSON
{
"url": "https://text.octoai.run/v1/chat/completions",
"model": {
"default": "mistral-7b-instruct",
"large": "mixtral-8x22b-instruct",
"small": "mistral-7b-instruct",
"agent": "mixtral-8x22b-instruct"
},
"createMessageObject": "getSimpleMessageObject",
"stream": false,
"jsonMode": false,
"maxTokens": true,
"hasEmbeddings": false,
"modelsEndpoint": "https://text.octoai.run/v1/models",
"modelsFile": "./data/models/octoai.json"
}