Skip to content

Commit 7153506

Browse files
committed
Adds support for openrouter/pareto-code
The Pareto Router is a way to have OpenRouter always pick a strong coding model for your needs without committing to a specific one. You express a single min_coding_score preference between 0 and 1, and the router routes your request to a coding model that meets that bar. The Pareto Router is tuned for coding use cases. Under the hood it keeps a curated shortlist of strong coding models currently available on OpenRouter. The exact shortlist and selection logic evolve over time as new models land and benchmarks shift.
1 parent 32461d5 commit 7153506

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "Pareto Code Router"
2+
release_date = "2026-04-21"
3+
last_updated = "2026-04-21"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
structured_output = true
9+
open_weights = false
10+
11+
[limit]
12+
context = 200_000
13+
output = 200_000
14+
15+
[modalities]
16+
input = ["text"]
17+
output = ["text"]

0 commit comments

Comments
 (0)