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 697 B
{ "url": "https://api.deepinfra.com/v1/openai/chat/completions", "model": { "default": "openchat/openchat-3.6-8b", "large": "nvidia/Nemotron-4-340B-Instruct", "small": "microsoft/WizardLM-2-7B", "agent": "Qwen/Qwen2-7B-Instruct" }, "embeddingUrl": "https://api.deepinfra.com/v1/openai/embeddings", "embeddings": { "default": "BAAI/bge-base-en-v1.5", "large": "BAAI/bge-large-en-v1.5", "small": "BAAI/bge-base-en-v1.5" }, "createMessageObject": "getMessageObject", "stream": true, "jsonMode": true, "maxTokens": true, "hasEmbeddings": true, "modelsEndpoint": "https://api.deepinfra.com/v1/models", "modelsFile": "./data/models/deepinfra.json" }