UNPKG

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.

22 lines 569 B
{ "url": "http://localhost:8080/v1/chat/completions", "model": { "default": "gpt-3.5-turbo", "large": "gpt-3.5-turbo", "small": "gpt-3.5-turbo", "agent": "openhermes" }, "embeddingUrl": "http://localhost:8080/embedding", "embeddings": { "default": "none", "large": "none", "small": "none" }, "createMessageObject": "getMessageObject", "stream": true, "jsonMode": false, "maxTokens": true, "hasEmbeddings": true, "modelsEndpoint": "http://localhost:8080/v1/models", "modelsFile": "./data/models/llamacpplocal.json" }