Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions providers/github-copilot/models/claude-opus-4.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Claude Opus 4.6"
family = "claude-opus"
release_date = "2026-02-05"
last_updated = "2026-02-05"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false

[cost]
input = 0
output = 0

[limit]
context = 128_000
output = 16_000

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be 64_000

Image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixing

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bunch of other sizes for other models are also wrong, hopefully there's an api to get the models

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah ill fix

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


[modalities]
input = ["text", "image"]
output = ["text"]