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 • 503 B
JSON
{
"url": "https://api.replicate.com/v1/models",
"model": {
"default": "mistralai/mistral-7b-instruct-v0.2",
"large": "meta/meta-llama-3-70b-instruct",
"small": "mistralai/mistral-7b-instruct-v0.2",
"agent": "meta/meta-llama-3-70b-instruct"
},
"createMessageObject": "getMessageObject",
"stream": true,
"jsonMode": false,
"maxTokens": true,
"hasEmbeddings": false,
"modelsEndpoint": "https://api.replicate.com/v1/models",
"modelsFile": "./data/models/replicate.json"
}