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 • 505 B
JSON
{
"url": "https://api.novita.ai/v3/openai/chat/completions",
"model": {
"default": "meta-llama/llama-3-8b-instruct",
"large": "meta-llama/llama-3-70b-instruct",
"small": "meta-llama/llama-3-8b-instruct",
"agent": "meta-llama/llama-3-70b-instruct"
},
"createMessageObject": "getMessageObject",
"stream": true,
"jsonMode": false,
"maxTokens": true,
"hasEmbeddings": false,
"modelsEndpoint": "https://api.novita.ai/v3/models",
"modelsFile": "./data/models/novitaai.json"
}