File size: 782 Bytes
cfcbbc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Model list for testing
# 
# Usage: Copy this file to models.txt and customize for your tests
#
# Format:
#   - One model per line
#   - Use CBORG model aliases (see CBORG_MODEL_MAPPINGS.md)
#   - IMPORTANT: File MUST end with a blank line
#   - Repeat model names to run multiple trials
#
# Available models (examples):
#
# Anthropic Claude models:
#   anthropic/claude-sonnet:latest
#   anthropic/claude-opus:latest
#   anthropic/claude-haiku:latest
#
# OpenAI models:
#   openai/gpt-5-mini
#   openai/gpt-5
#   openai/o3
#   openai/o3-mini
#
# Google Gemini:
#   google/gemini:latest
#   google/gemini-flash
#
# Example configuration (uncomment to use):
# anthropic/claude-sonnet:latest
# openai/gpt-5-mini
# google/gemini:latest
#
# IMPORTANT: Add blank line below (required)