121 Commits

Author SHA1 Message Date
github-actions[bot] 0012b37bec fix: GPT 5.6 Sol pricing on copilot is reduced by 50% (#5186)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-21 09:21:57 -05:00
m3 844718cc08 fix(github-copilot): add xhigh effort for Grok 4.6 (#4726) 2026-08-14 13:37:01 -05:00
m3 f88503a06e feat(github-copilot): add Grok 4.6 (#4723) 2026-08-14 12:33:31 -05:00
m3 2c355992c3 feat(github-copilot): add Gemini 3.7 Flash (#4691) 2026-08-14 01:23:22 -05:00
m3 def9abba49 feat(github-copilot): add MAI-Code-1.1-Flash (#4540) 2026-08-12 10:43:05 -05:00
Mathias Stearn 040b5a5486 Fix Kimi K3 prices on copilot (#4314)
Based on https://docs.github.com/en/copilot/reference/copilot-billing/models-and-pricing#moonshot-ai
2026-08-07 09:51:17 -05:00
m3 90aa167cda feat(github-copilot): add Kimi K3 (#4127) 2026-08-07 00:18:52 -05:00
github-actions[bot] 5151160621 fix: Update GitHub Copilot GPT-5.6 Terra and Luna pricing (#3965)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-03 10:59:21 -05:00
m3 d5931d97c2 chore(github-copilot): refresh model catalog (#3979)
Co-authored-by: Marvae <11957602+Marvae@users.noreply.github.com>
2026-08-03 09:44:15 -05:00
m3 dac8dfdf3c feat(github-copilot): add Claude Opus 5 (#3720) 2026-07-24 14:19:25 -05:00
Aiden Cline a5631d2abc fix(github-copilot): add cache_write cost for GPT-5.6 models
GPT-5.6 family bills cache writes at 1.25× uncached input. Match OpenAI
pricing on Copilot Sol/Terra/Luna (including long-context tiers).

Closes #3282
2026-07-17 23:56:28 -05:00
Aiden Cline 522c7cf328 Merge pull request #3180 from petrroll/fix/github-copilot-long-context
fix(github-copilot): correct long-context metadata
2026-07-10 10:21:38 -05:00
Petr Houška d637169c29 feat(github-copilot): add GPT-5.6 models 2026-07-10 13:03:57 +00:00
Petr Houška da30cb58de fix(github-copilot): correct long-context metadata 2026-07-10 13:03:05 +00:00
Aiden Cline 5a096eda1a Merge pull request #2991 from intellectronica/codex/add-github-copilot-kimi-k2-7-code
Add GitHub Copilot Kimi K2.7 Code
2026-07-02 10:17:35 -05:00
Eleanor Berger d7b0f726d1 add GitHub Copilot MAI-Code-1-Flash 2026-07-02 13:46:16 +02:00
Eleanor Berger b80e9d270b add GitHub Copilot Kimi K2.7 Code 2026-07-02 13:46:15 +02:00
Vegard Stikbakke 545cef3cef fix: spell out Copilot Sonnet 5 metadata 2026-07-01 20:19:54 +02:00
Vegard Stikbakke f2ebd91b05 feat: add Claude Sonnet 5 for GitHub Copilot 2026-07-01 09:33:56 +02:00
Aiden Cline 90b578962c Merge pull request #2339 from anomalyco/split/github-copilot-openai-reasoning-options
[github-copilot/openai] Add reasoning options
2026-06-25 09:06:52 -05:00
Aiden Cline 24539c406d Merge pull request #2336 from anomalyco/split/github-copilot-anthropic-reasoning-options
[github-copilot/anthropic] Add reasoning options
2026-06-25 09:06:38 -05:00
Aiden Cline 920a631ab5 fix(github-copilot): remove unsupported Opus budgets 2026-06-24 00:18:26 -05:00
Aiden Cline 09a783c54f chore(github-copilot): remove Raptor Mini 2026-06-18 12:11:08 +02:00
Aiden Cline 8d635f97a8 fix(github-copilot): complete Google reasoning options 2026-06-18 12:06:32 +02:00
Aiden Cline b5d4b84a7a fix(github-copilot): add Anthropic reasoning budgets 2026-06-18 12:06:15 +02:00
Aiden Cline 25e84df306 [github-copilot/google and router] Add reasoning options 2026-06-14 21:03:33 -04:00
Aiden Cline 783905cb1b [github-copilot/openai] Add reasoning options 2026-06-13 16:02:28 -05:00
Aiden Cline a88a77e911 [github-copilot/anthropic] Add reasoning options 2026-06-13 16:02:21 -05:00
Radek Liska c60784fab5 feat(github-copilot): add Claude Fable 5 model 2026-06-11 09:15:02 +02:00
Aiden Cline d50aa210b7 fix: copilot modes 2026-06-05 08:34:41 -05:00
Adam 32d509dd3b Normalize base-model inheritance (#2007) 2026-06-04 12:53:42 -05:00
Adam f6c6f04367 feat(models): add model metadata (#1974)
* feat(models): add model metadata

* feat(models): rename model metadata namespaces
2026-06-03 15:13:54 -05:00
Aiden Cline 78e6c1a2dd fix(github-copilot): preserve model-specific limits 2026-06-01 22:46:56 -05:00
LYY 8a0ea15aca fix(github-copilot): correct limits for models with verified CAPI data
The github-copilot model stubs use [extends] and inherit the upstream
base model's context/input/output limits (~1M), which do not match the
limits GitHub Copilot actually enforces via api.githubcopilot.com/models.

Override the limit fields for the 8 models whose live CAPI values were
verified first-hand. Models that were not enabled on the test account
(no CAPI data available) are intentionally left unchanged.

Refs anomalyco/models.dev#1946
2026-06-02 11:08:51 +08:00
Yu Kobayashi 62d31abff8 June 2026 changes of GitHub Copilot 2026-06-01 22:03:44 +09:00
Tim C 6aa32ba566 fix(copilot): update all context,input,output with correct limits 2026-05-29 08:56:19 +10:00
Tim C 459a563d2b feat(copilot): add claude-opus-4.8 2026-05-29 08:52:42 +10:00
NicoAvanzDev 8569f0dfef [GitHub Copilot] add Gemini 3.5 Flash 2026-05-22 07:57:10 +00:00
Mattia Cerutti 06d87e4411 chore(copilot): remove deprecated models 2026-05-09 00:19:50 +02:00
Saju Sarangdharan 6d283349ad feat(github-copilot): add gpt-5.5
GitHub Copilot now serves gpt-5.5 (verified via GET https://api.githubcopilot.com/models with a Copilot Enterprise token). Adding the catalog row so downstream consumers (e.g. pi-ai) can route requests.
2026-04-25 10:31:21 +02:00
kaspazza 63450ab67d Add Github Copilot Claude Opus 4.7 2026-04-17 20:19:36 +02:00
Graham Campbell 2ef2b10847 Correct anthropic 4.6 knowledge cut-off dates 2026-04-16 16:52:15 +01:00
Spyros Sakellaropoulos 778036c53c Fix capitalization in model name 2026-04-05 00:10:17 +03:00
Aiden Cline cda892e0d7 sync github copilot limits 2026-03-19 21:54:42 -05:00
Aiden Cline 92149b9eaa rm nonexistant github model 2026-03-17 21:41:51 -05:00
Luís Rudge 67d6dac5c5 Add GPT-5.4 mini and nano to GitHub Copilot provider 2026-03-17 18:44:38 -06:00
Aiden Cline 9265852852 tweak: adjust some gh limits to align better w/ api 2026-03-11 15:23:44 -05:00
sachnun 7c68dab3bb feat(provider): add gpt-5.4 for GitHub Copilot 2026-03-06 11:18:11 +07:00
Rishi Vhavle 771102a960 feat: add gpt-5.3-codex to github-copilot provider (#1097) 2026-03-05 18:49:56 -05:00
Aiden Cline 5f135517b1 Remove audio and video from input modalities 2026-02-19 15:48:42 -06:00