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.

28 lines (27 loc) 739 B
{ "url": "https://api.minimax.chat/v1/text/chatcompletion_pro", "model": { "default": "abab6.5s-chat", "large": "abab6.5-chat", "small": "abab6.5s-chat", "agent": "abab6.5-chat" }, "embeddingUrl": "https://api.minimax.chat/v1/embeddings", "embeddings": { "expects": { "texts": ["{embedding}"], "type": "query" }, "results": "response.data.vectors[0]", "default": "embo-01", "large": "embo-01", "small": "embo-01" }, "createMessageObject": "getMessageObject", "stream": true, "jsonMode": false, "maxTokens": true, "hasEmbeddings": true, "modelsEndpoint": "https://api.minimax.chat/v1/text/chatcompletion_pro/models", "modelsFile": "./data/models/minimax.json" }