Venice Embeddings
venice_embeddingsGenerate text embeddings for a single string or an array of texts using OpenAI-compatible embedding models, with support for float or base64 encoding formats and flexible model selection.
Instructions
Compute embeddings for text input (OpenAI-compatible). Operator preferences — default: text-embedding-3-small; also try: gemini-embedding-001. Operator batch preferred; OpenAI-compatible. Supports x402 wallet auth (no Venice account needed) and API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text or array of texts. | |
| model | No | Embedding model id. | |
| encoding_format | No |