chore: update canonical model registry (#9551)

Signed-off-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
Bradley Axen
2026-06-01 09:05:50 -07:00
committed by GitHub
parent 8af2f7609a
commit 5508079bba
3 changed files with 5658 additions and 2153 deletions
+1 -1
View File
@@ -878,7 +878,7 @@ mod tests {
let config = ModelConfig::new_or_fail("gpt-4o").with_canonical_limits("openai");
assert_eq!(config.context_limit, Some(128_000));
assert_eq!(config.max_tokens, Some(16_384));
assert_eq!(config.max_tokens, Some(4_096));
assert_eq!(config.reasoning, Some(false));
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff