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 • 438 B
JSON
{
"url": "https://api.groq.com/openai/v1/chat/completions",
"modelsEndpoint": "https://api.groq.com/openai/v1/models",
"modelsFile": "./data/models/groq.json",
"model": {
"default": "llama3-8b-8192",
"large": "llama3-70b-8192",
"small": "gemma-7b-it",
"agent": "llama3-8b-8192"
},
"createMessageObject": "getMessageObject",
"stream": true,
"jsonMode": false,
"maxTokens": true,
"hasEmbeddings": false
}