← Niche Catalog

coding

Modality: llm_chat · full deep dive — every ranked model, test result, and artifact.

62
Models
342
Benchmark Results
0
Media Artifacts
3
Resolutions

Ranked Models

Ranked by confidence-adjusted score (single/zero-sample, non-curated scores floored; curated empirical scores trusted as-is).

#ModelProviderAdj. ScoreRawEvidence
1deepseek-chatdeepseek0.9960.997n=12836
2claude-sonnet-4-6anthropic0.9200.920curated
3claude-opus-4-6anthropic0.8400.840curated
4claude-sonnet-4-6claude_desktop0.7730.850n=50
5deepseek-ai/DeepSeek-R1together0.7530.753curated
6command-r-08-2024cohere0.7530.753curated
7Qwen/Qwen2.5-7B-Instruct-Turbotogether0.7530.753curated
8deepseek-ai/DeepSeek-V3.1together0.7530.753curated
9claude-haiku-4-5-20251001anthropic0.7340.734n=16760
10deepseek-reasonerdeepseek0.7000.700curated
11magistral-small-latestmistral0.5830.583curated
12claude-sonnet-4-6::think=fastclaude_code0.5451.000n=6
13claude-sonnet-4-6::think=deepclaude_code0.5451.000n=6
14gpt-5.5::think=fastcodex0.5250.963n=6
15gpt-5.5::think=deepcodex0.5250.963n=6
16claude-opus-4-7::think=fastclaude_code0.4770.875n=6
17claude-opus-4-7::think=deepclaude_code0.4770.875n=6
18claude-opus-4-8::think=fastclaude_code0.4300.788n=6
19mistral-large-latestmistral0.4170.417curated
20claude-opus-4-8::think=deepclaude_code0.3820.700n=6
21gpt-5.3-codex-spark::think=deepcodex0.3820.700n=6
22claude-sonnet-4-5-20250929anthropic0.3630.363n=12137
23gpt-4.1-miniopenai0.3440.344curated
24gpt-4o-miniopenai0.3440.344curated
25gpt-5.4::think=fastcodex0.3340.612n=6
26gpt-5.4::think=deepcodex0.3340.612n=6
27codex-auto-reviewcodex0.2860.525n=6
28gpt-5.3-codex-spark::think=fastcodex0.2860.525n=6
29grok-4.20-multi-agent-0309xai0.1780.400n=4
30sonarperplexity0.1670.377n=4
31sonar-properplexity0.1670.377n=4
32grok-3xai0.1670.377n=4
33gpt-4oopenai0.1500.150curated
34meta-llama/Llama-3.3-70B-Instruct-Turbotogether0.1500.150curated
35gemini-2.5-flashgoogle_gemini0.1420.319n=4
36gemini-3.1-progemini0.1200.800provisional (n≤1)
37antigravity:gemini-2.5-proantigravity0.1170.780provisional (n≤1)
38gemini-2.5-progoogle_gemini0.1090.109curated
39antigravity:gemini-2.5-flashantigravity0.1050.700provisional (n≤1)
40antigravity:gemini-2.0-flash-thinkingantigravity0.1050.700provisional (n≤1)
41o3openai0.0000.000provisional (n≤1)
42o3-miniopenai0.0000.000provisional (n≤1)
43gpt-5.4codex0.0000.000n=50
44claude-sonnet-4-6claude_code0.0000.000n=50
45claude-opus-4-7claude_code0.0000.000n=50
46gpt-5.5codex0.0000.000n=50
47claude-opus-4-8claude_code0.0000.000n=50
48claude-opus-4-6claude_code0.0000.000n=50
49claude-opus-4-5-20251101claude_code0.0000.000n=50
50claude-sonnet-4-5-20250929claude_code0.0000.000n=50
51claude-opus-4-1-20250805claude_code0.0000.000n=50
52claude-opus-4-20250514claude_code0.0000.000n=50
53claude-sonnet-4-20250514claude_code0.0000.000n=50
54gpt-5.3-codex-sparkcodex0.0000.000n=50
55copilot:gpt-4ogithub_copilot0.0000.000provisional (n≤1)
56copilot:gpt-4o-minigithub_copilot0.0000.000provisional (n≤1)
57copilot:claude-3.5-sonnetgithub_copilot0.0000.000provisional (n≤1)
58copilot:claude-3.7-sonnetgithub_copilot0.0000.000provisional (n≤1)
59copilot:gemini-1.5-progithub_copilot0.0000.000provisional (n≤1)
60copilot:gemini-2.0-flashgithub_copilot0.0000.000provisional (n≤1)
61copilot:o1github_copilot0.0000.000provisional (n≤1)
62copilot:o3-minigithub_copilot0.0000.000provisional (n≤1)

Test Results

Showing top 25 of 342 benchmark outputs by weighted score.

claude-haiku-4-5-20251001 · anthropic · weighted 10.0 · syntactic_validity=10.0 · $0.000107 · 709ms

```python def add(a, b): return a + b ```

claude-haiku-4-5-20251001 · anthropic · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $0.000238 · 633ms

```python class UserProfile: def __init__(self): self.email = None def update_email(self, new_email): self.email = new_email ```

mistral-small-latest · mistral · weighted 10.0 · syntactic_validity=10.0 · $0.0 · 899ms

```python def add(a, b): return a + b ```

claude-opus-4-6 · anthropic · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $0.00327 · 1714ms

```python class UserProfile: def update_email(self, new_email): self.email = new_email ```

claude-haiku-4-5-20251001 · anthropic · weighted 10.0 · syntactic_validity=10.0 · $0.000107 · 881ms

```python def add(a, b): return a + b ```

gpt-4.1-mini · openai · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $0.0 · 1556ms

```python class UserProfile: def update_email(self, new_email): self.email = new_email ```

claude-sonnet-4-6 · anthropic · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $0.0 · 1420ms

```python class UserProfile: def update_email(self, new_email): self.email = new_email ```

gpt-4o-mini · openai · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $2.9e-05 · 939ms

```python class UserProfile: def __init__(self, email): self.email = email def update_email(self, new_email): self.email = new_email ```

deepseek-chat · deepseek · weighted 10.0 · syntactic_validity=10.0 · $8e-06 · 872ms

```python def add(a, b): return a + b ```

gemini-2.5-flash · google_gemini · weighted 10.0 · syntactic_validity=10.0 · $6.6e-05 · 863ms

```python def add(a, b): return a + b ```

sonar · perplexity · weighted 10.0 · syntactic_validity=10.0 · $4.5e-05 · 6096ms

```python def add(a, b): return a + b ```[1][3][5]

mistral-small-latest · mistral · weighted 10.0 · syntactic_validity=10.0 · $0.0 · 896ms

```python def add(a, b): return a + b ```

gpt-4o-mini · openai · weighted 10.0 · syntactic_validity=10.0 · $1.4e-05 · 894ms

```python def add(a, b): return a + b ```

deepseek-chat · deepseek · weighted 10.0 · syntactic_validity=10.0 · $8e-06 · 787ms

```python def add(a, b): return a + b ```

deepseek-chat · deepseek · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $1.2e-05 · 979ms

```python class UserProfile: def update_email(self, new_email): self.email = new_email ```

gpt-4o-mini · openai · weighted 10.0 · syntactic_validity=10.0 · $1.4e-05 · 745ms

```python def add(a, b): return a + b ```

gemini-2.5-flash · google_gemini · weighted 10.0 · syntactic_validity=10.0 · $6.6e-05 · 633ms

```python def add(a, b): return a + b ```

command-r-08-2024 · cohere · weighted 10.0 · syntactic_validity=10.0 · $0.0 · 769ms

```python def add(a, b): return a + b ```

mistral-large-latest · mistral · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $0.0 · 819ms

```python class UserProfile: def update_email(self, new_email): self.email = new_email ```

command-r-08-2024 · cohere · weighted 10.0 · syntactic_validity=10.0 · $0.0 · 963ms

```python def add(a, b): return a + b ```

grok-3 · xai · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $0.000396 · 1812ms

class UserProfile: def update_email(self, new_email): self.email = new_email

mistral-small-latest · mistral · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $0.0 · 1790ms

```python class UserProfile: def update_email(self, new_email): self.email = new_email ```

gpt-4o · openai · weighted 10.0 · syntactic_validity=10.0, naming_conventions=10.0 · $0.000485 · 744ms

```python class UserProfile: def __init__(self, email): self.email = email def update_email(self, new_email): self.email = new_email ```

sonar · perplexity · weighted 10.0 · syntactic_validity=10.0 · $4.3e-05 · 2045ms

```python def add(a, b): return a + b ```[3][5]

grok-3-mini · xai · weighted 10.0 · syntactic_validity=10.0 · $1.4e-05 · 2937ms

def add(a, b): return a + b

Resolved Here

Requests semantically routed into this niche.

RequestedMethodConfidenceWhen
code_writinglexical0.992026-05-20 17:25
code_refactorlexical0.992026-05-20 17:25
code_refactorlexical0.992026-05-20 17:24