@@ -118,10 +118,10 @@ See [KSM-SCORING.md](spec/KSM-SCORING.md) for the full specification.
118118
119119| Provider | Example Models | Notes |
120120| ----------| ---------------| -------|
121- | ** Anthropic** | Claude Opus 4.6, Sonnet 4.5, Haiku 4.5 | Native SDK |
121+ | ** Anthropic** | Claude Opus 4.6, Sonnet 4.6, Sonnet 4. 5, Haiku 4.5 | Native SDK |
122122| ** OpenAI** | o3, o4-mini, GPT-4.1, GPT-4o | Native SDK |
123123| ** xAI** | Grok 4, Grok 3, Grok 3 Mini | OpenAI-compatible |
124- | ** Google** | Gemini 2.5 Pro, Gemini 2.5 Flash | OpenAI-compatible |
124+ | ** Google** | Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 2.0 Flash | OpenAI-compatible |
125125| ** Ollama** | Any local model | No API key needed |
126126| ** Custom** | Any model via ` --api-url ` | OpenAI-compatible |
127127
@@ -139,6 +139,7 @@ Aliases: `claude` → `anthropic`, `grok` → `xai`, `gemini` → `google`
139139| ` oasis results list ` | List all benchmark results |
140140| ` oasis results show <id> ` | Show detailed run results |
141141| ` oasis results compare <a> <b> ` | Side-by-side comparison of two runs |
142+ | ` oasis results summary ` | Aggregate results grouped by OWASP category |
142143| ` oasis report <id> ` | Generate reports (terminal, json, md, text, share, html) |
143144| ` oasis challenges ` | List available challenges |
144145| ` oasis config ` | Manage API keys and settings |
0 commit comments