You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "tools + multilingual, ≤ $0.2/M prompt, ctx ≥ 32k. Pareto frontier on (1/TTFT, blended cost) when speed data is available, else (AA Agentic Index, blended cost).",
180
+
Description: "tools + multilingual, ≤ $0.2/M prompt, ctx ≥ 32k. Pareto frontier on role quality (TTFT, throughput, then AA quality) versus blended cost.",
125
181
Filter: func(c llm.Capabilities, idstring, aa llm.AAModelInfo) bool {
126
182
returnmultilingualRegex.MatchString(id) &&
127
183
!excludedVendorsRegex.MatchString(id) &&
@@ -138,7 +194,7 @@ var rolePresets = map[string]rolePreset{
Description: "frontier reasoners (thinking/r1/qwq/grok) with tools + multilingual, ≤ $5/M prompt, ctx ≥ 64k. Pareto frontier on (AA Agentic Index, blended cost). Claude via bridge is preferred when configured.",
214
+
Description: "frontier reasoners (thinking/r1/qwq/grok) with tools + multilingual, ≤ $5/M prompt, ctx ≥ 64k. Pareto frontier on role quality (AA Agentic/Coding/Intelligence) versus blended cost. Claude via bridge is preferred when configured.",
159
215
Filter: func(c llm.Capabilities, idstring, aa llm.AAModelInfo) bool {
160
216
returnmultilingualRegex.MatchString(id) &&
161
217
!excludedVendorsRegex.MatchString(id) &&
@@ -168,11 +224,11 @@ var rolePresets = map[string]rolePreset{
Description: "multilingual, ctx ≥ 64k (long history in, short summary out), completion ≤ $2/M. Pareto frontier on (AA Intelligence Index, completion price).",
245
+
Description: "multilingual, ctx ≥ 64k (long history in, short summary out), completion ≤ $2/M. Pareto frontier on role quality (AA Intelligence/Coding) versus completion price.",
190
246
Filter: func(c llm.Capabilities, idstring, aa llm.AAModelInfo) bool {
191
247
returnmultilingualRegex.MatchString(id) &&
192
248
!excludedVendorsRegex.MatchString(id) &&
@@ -197,11 +253,11 @@ var rolePresets = map[string]rolePreset{
Description: "≤ $0.1/M prompt, multilingual, verified paid path for automatic recommendations. Free variants are shown separately until checked. Pareto frontier on (1/TTFT, prompt price) when speed data is available, else (AA Intelligence Index, prompt price). Local Ollama stays the primary recommendation.",
260
+
Description: "≤ $0.1/M prompt, multilingual, verified paid path for automatic recommendations. Free variants are shown separately until checked. Pareto frontier on role quality (TTFT, throughput, then AA quality) versus prompt price. Local Ollama stays the primary recommendation.",
205
261
Filter: func(c llm.Capabilities, idstring, aa llm.AAModelInfo) bool {
0 commit comments