mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
Update model catalog snapshots with new effort field
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9d33c0ff97
commit
dca1e45121
1 changed files with 7 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ mod tests {
|
|||
tools: true,
|
||||
vision: true,
|
||||
reasoning: true,
|
||||
effort: true,
|
||||
},
|
||||
costs: ModelCosts {
|
||||
input_cost_per_mtok: Some(
|
||||
|
|
@ -349,6 +350,7 @@ mod tests {
|
|||
tools: true,
|
||||
vision: true,
|
||||
reasoning: true,
|
||||
effort: true,
|
||||
},
|
||||
costs: ModelCosts {
|
||||
input_cost_per_mtok: Some(
|
||||
|
|
@ -402,6 +404,7 @@ mod tests {
|
|||
tools: true,
|
||||
vision: true,
|
||||
reasoning: false,
|
||||
effort: false,
|
||||
},
|
||||
costs: ModelCosts {
|
||||
input_cost_per_mtok: Some(
|
||||
|
|
@ -460,6 +463,7 @@ mod tests {
|
|||
tools: true,
|
||||
vision: false,
|
||||
reasoning: true,
|
||||
effort: true,
|
||||
},
|
||||
costs: ModelCosts {
|
||||
input_cost_per_mtok: Some(
|
||||
|
|
@ -508,6 +512,7 @@ mod tests {
|
|||
tools: true,
|
||||
vision: true,
|
||||
reasoning: true,
|
||||
effort: true,
|
||||
},
|
||||
costs: ModelCosts {
|
||||
input_cost_per_mtok: Some(
|
||||
|
|
@ -554,6 +559,7 @@ mod tests {
|
|||
tools: true,
|
||||
vision: true,
|
||||
reasoning: true,
|
||||
effort: true,
|
||||
},
|
||||
costs: ModelCosts {
|
||||
input_cost_per_mtok: Some(
|
||||
|
|
@ -620,6 +626,7 @@ mod tests {
|
|||
tools: true,
|
||||
vision: false,
|
||||
reasoning: true,
|
||||
effort: true,
|
||||
},
|
||||
costs: ModelCosts {
|
||||
input_cost_per_mtok: None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue