File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2323
2424** New models and backends
2525
26+ - Add support for ~claude-opus-4-1-20250805~.
27+
2628- Add support for ~gemini-2.5-pro~, ~gemini-2.5-flash~,
2729 ~gemini-2.5-flash-lite-preview-06-17~.
2830
Original file line number Diff line number Diff line change @@ -536,14 +536,22 @@ files in the context."
536536 :input-cost 3
537537 :output-cost 15
538538 :cutoff-date " 2025-03" )
539- (claude-opus-4-20250514
539+ (claude-opus-4-1-20250805
540540 :description " Most capable model for complex reasoning and advanced coding"
541541 :capabilities (media tool-use cache)
542542 :mime-types (" image/jpeg" " image/png" " image/gif" " image/webp" " application/pdf" )
543543 :context-window 200
544544 :input-cost 15
545545 :output-cost 75
546546 :cutoff-date " 2025-03" )
547+ (claude-opus-4-20250514
548+ :description " Anthropic's previous flagship model"
549+ :capabilities (media tool-use cache)
550+ :mime-types (" image/jpeg" " image/png" " image/gif" " image/webp" " application/pdf" )
551+ :context-window 200
552+ :input-cost 15
553+ :output-cost 75
554+ :cutoff-date " 2025-03" )
547555 (claude-3-5-sonnet-20241022
548556 :description " Highest level of intelligence and capability"
549557 :capabilities (media tool-use cache)
You can’t perform that action at this time.
0 commit comments