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.
26 lines • 655 B
JSON
{
"url": "http://localhost:11434/api/chat",
"model": {
"default": "llama3",
"large": "llama3",
"small": "llama3"
},
"embeddingUrl": "http://localhost:11434/api/embeddings",
"embeddings": {
"expects": {
"prompt": "{embedding}",
"model": "{model}"
},
"results": "response.data.embedding",
"default": "all-minilm",
"large": "all-minilm",
"small": "all-minilm"
},
"createMessageObject": "getMessageObject",
"stream": true,
"jsonMode": true,
"maxTokens": false,
"hasEmbeddings": true,
"modelsEndpoint": "http://localhost:11434/api/tags",
"modelsFile": "./data/models/ollamalocal.json"
}