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 762 B
{ "url": "https://api.cohere.ai/chat", "model": { "default": "command-r", "large": "command-r-plus", "small": "command-light", "agent": "command-r-plus" }, "embeddingUrl": "https://api.cohere.com/v1/embed", "embeddings": { "expects": { "texts": "{embedding}", "model": "{model}", "input_type": "classification" }, "results": "response.data.embeddings", "default": "embed-english-v3.0", "large": "embed-english-v3.0", "small": "embed-english-light-v3.0" }, "createMessageObject": "getSimpleMessageObject", "stream": true, "jsonMode": false, "maxTokens": true, "hasEmbeddings": true, "modelsEndpoint": "https://api.cohere.ai/v1/models", "modelsFile": "./data/models/cohere.json" }