Last updated 1 month ago
Was this helpful?
This documentation is valid for the following list of our models:
voyage-large-2
Voyageโs most powerful generalist embedding model, outperforming popular competing models.
If you donโt have an API key for the AI/ML API yet, feel free to use our .
document
POST /v1/embeddings HTTP/1.1 Host: api.aimlapi.com Authorization: Bearer <YOUR_AIMLAPI_KEY> Content-Type: application/json Accept: */* Content-Length: 90 { "model": "voyage-large-2", "input": "text", "input_type": "document", "encoding_format": "text" }
No content