For both PromptLab and Evaluations, Quotient provides access to the following set of models across inference providers by default:

ProviderModel Name
Anthropicclaude-2.1
Anthropicclaude-3-haiku-20240307
Anthropicclaude-3-opus-20240229
Anthropicclaude-3-sonnet-20240229
Anthropicclaude-3-5-sonnet-20240620
Anthropicclaude-3-5-sonnet-20241022
Anthropicclaude-3-5-haiku-20241022
OpenAIgpt-4
OpenAIgpt-4o
OpenAIgpt-4o-2024-05-13
OpenAIgpt-4-turbo-preview
OpenAIgpt-4-0613
OpenAIgpt-4-turbo
OpenAIgpt-4-turbo-2024-04-09
OpenAIgpt-4-1106-preview
OpenAIgpt-4-0125-preview
OpenAIgpt-3.5-turbo
OpenAIgpt-3.5-turbo-1106
OpenAIgpt-3.5-turbo-0125
OpenAIo1-preview
OpenAIo1-mini
OpenAIgpt-4o-mini-2024-07-18
Vertex AIvertex_ai/chat-bison
Vertex AIvertex_ai/chat-bison@002
Vertex AIvertex_ai/gemini-pro
Vertex AIvertex_ai/gemini-1.5-pro
Vertex AIvertex_ai/gemini-1.5-flash-preview-0514
Vertex AIvertex_ai/gemini-1.5-pro-preview-0514
Vertex AIgemini-1.5-pro-002
Vertex AIgemini-1.5-flash-002
Vertex AIvertex_ai/meta/llama-3.2-90b-vision-instruct-maas
Databricksdatabricks/databricks-dbrx-instruct
Databricksdatabricks/databricks-meta-llama-3-70b-instruct
Databricksdatabricks/databricks-mixtral-8x7b-instruct
Together AItogether_ai/deepseek-ai/DeepSeek-R1
Together AItogether_ai/mistralai/Mistral-7B-Instruct-v0.1

Listing Models with the SDK

If you want to programmatically get the set of available models, you can run:

models = quotient.models.list()
print(models)

Or get a specific model’s info:

model = quotient.models.get('gpt-4o-mini-2024-07-18')
print(model)
Want to use a model not listed here? Message us at contact@quotientai.co or on our Discord!