Model List
The available models change over time as new models are added and older ones are deprecated. For tasks that only require a general LLM or embedding model, use the provided tags instead of hard-coding specific model names. Tags are fully supported as model identifiers in the API and offer a more stable interface, even as the underlying models are updated. The "best-*" tag is a special case that always points to the best model for a given task.
Models are provided on a best-effort basis, which means they will usually be available, but occasional interruptions may occur.
Large Language Models
Embedding Models
| Name | Model | Documentation | License | Tags |
|---|---|---|---|---|
| best-embedding | intfloat/multilingual-e5-large-instruct | https://huggingface.co/intfloat/multilingual-e5-large-instruct | mit | best-embedding embedding |
| nomic-embed-text-v1.5 | nomic-ai/nomic-embed-text-v1.5 | https://huggingface.co/nomic-ai/nomic-embed-text-v1.5 | Apache 2.0 | embedding |
| multilingual-e5-large-instruct | intfloat/multilingual-e5-large-instruct | https://huggingface.co/intfloat/multilingual-e5-large-instruct | mit | best-embedding embedding |
| bge-reranker-v2-m3 | text-embedding-bge-reranker-v2-m3 | https://huggingface.co/BAAI/bge-reranker-v2-m3#model-list | Apache 2.0 | embedding |
