Skip to content
Open
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions providers/github-copilot/models/claude-fable-5.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Sources:
# - https://github.blog/changelog/2026-09-01-claude-fable-5-1-generally-available-in-github-copilot
# - https://docs.github.com/en/copilot/reference/copilot-billing/models-and-pricing
base_model = "anthropic/claude-fable-5-1"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]

[cost]
input = 10
output = 50
cache_read = 0.25
cache_write = 12.5
12 changes: 0 additions & 12 deletions providers/github-copilot/models/claude-opus-4.5.toml

This file was deleted.

17 changes: 0 additions & 17 deletions providers/github-copilot/models/claude-opus-4.6.toml

This file was deleted.

12 changes: 0 additions & 12 deletions providers/github-copilot/models/claude-sonnet-4.5.toml

This file was deleted.

13 changes: 0 additions & 13 deletions providers/github-copilot/models/claude-sonnet-4.toml

This file was deleted.

18 changes: 0 additions & 18 deletions providers/github-copilot/models/gemini-3.1-pro-preview.toml

This file was deleted.

18 changes: 18 additions & 0 deletions providers/github-copilot/models/gemini-3.8-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Sources:
# - https://github.blog/changelog/2026-09-03-gemini-3-8-flash-is-now-available-in-github-copilot
# - https://docs.github.com/en/copilot/reference/copilot-billing/models-and-pricing
base_model = "google/gemini-3.8-flash"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]

[cost]
input = 0.75
output = 3.75
cache_read = 0.075

[limit]
context = 1_000_000
input = 936_000
output = 64_000

[modalities]
input = ["text", "image"]
11 changes: 0 additions & 11 deletions providers/github-copilot/models/gpt-4.1.toml

This file was deleted.

7 changes: 0 additions & 7 deletions providers/github-copilot/models/gpt-5.2-codex.toml

This file was deleted.

7 changes: 0 additions & 7 deletions providers/github-copilot/models/gpt-5.2.toml

This file was deleted.

Loading