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 • 497 B
JSON
{
"url": "https://api.perplexity.ai/chat/completions",
"model": {
"default": "llama-3.1-sonar-large-128k-chat",
"large": "llama-3.1-sonar-large-128k-chat",
"small": "llama-3.1-sonar-small-128k-chat",
"agent": "llama-3.1-70b-instruct"
},
"createMessageObject": "getMessageObject",
"stream": true,
"jsonMode": false,
"maxTokens": true,
"hasEmbeddings": false,
"modelsEndpoint": "https://api.perplexity.ai/models",
"modelsFile": "./data/models/perplexityai.json"
}