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.
19 lines • 509 B
JSON
{
"url": "https://api.voyageai.com/v1/embeddings",
"model": {},
"embeddingUrl": "https://api.voyageai.com/v1/embeddings",
"embeddings": {
"expects": {
"input": "{embedding}",
"model": "{model}"
},
"default": "voyage-2",
"large": "voyage-large-2",
"small": "voyage-2"
},
"createMessageObject": "getMessageObject",
"maxTokens": false,
"hasEmbeddings": true,
"modelsEndpoint": "https://api.voyageai.com/v1/models",
"modelsFile": "./data/models/voyageai.json"
}