# 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)