Ollama-Compatible API
Embeddings
Generate vector embeddings for text (Ollama-compatible)
POST
Embeddings
Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Generate a vector embedding for a given text input. Compatible with Ollama’sPOST /api/embeddings format.
Request
Headers
Bearer token:
Bearer YOUR_API_KEYBody
The model to use for generating embeddings. Recommended:
gemma3:4b, gemma3:12b.The text to generate embeddings for.
Optional model parameters (e.g.,
temperature).Response
The vector embedding as an array of floating point numbers. Dimensionality depends on the model.
