v36

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-091882241.2 MB
models
llms

List Embedding Models

List available embedding models using the asynchronous implementation for improved performance

get/v1/models/embedding

Response

Successful Response

embedding_endpoint_type'openai' | 'anthropic' | 'bedrock' | 'google_ai' | 'google_vertex' | 'azure' | 'groq' | 'ollama' | 'webui' | 'webui-legacy' | 'lmstudio' | 'lmstudio-legacy' | 'llamacpp' | 'koboldcpp' | 'vllm' | 'hugging-face' | 'mistral' | 'together' | 'pinecone' required

The endpoint type for the model.

embedding_endpointstring nullable

The endpoint for the model (None if local).

embedding_modelstring required

The model for the embedding.

embedding_diminteger required

The dimension of the embedding.

embedding_chunk_sizeinteger nullable

The chunk size of the embedding.

handlestring nullable

The handle for this config, in the format provider/model-name.

batch_sizeinteger

The maximum batch size for processing embeddings.

azure_endpointstring nullable

The Azure endpoint for the model.

azure_versionstring nullable

The Azure version for the model.

azure_deploymentstring nullable

The Azure deployment for the model.