Skip to content
Open
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-1m.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Claude Opus 4.6 (1M context)"
family = "claude-opus"
release_date = "2026-02-13"
last_updated = "2026-02-13"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false

[cost]
input = 0
output = 0

[limit]
context = 936_000
output = 64_000
Comment on lines +17 to +18
Copy link

Choose a reason for hiding this comment

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

I think from the API response (#897 (comment)) it should be

context = 1_000_000
input = 936_00
output = 64_000


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