Skip to content

Commit 22942a9

Browse files
anticomputerCopilot
andcommitted
docs: remove GitHub Models references from README
GitHub Models is no longer available to new customers (see https://github.blog/changelog/2026-06-16-github-models-is-no-longer-available-to-new-customers). Update README to point at GitHub Copilot instead of GitHub Models for token entitlement, and change the example AI_API_ENDPOINT from models.github.ai/inference to api.githubcopilot.com. The github-models provider remains functional in capi.py for existing users; this only removes it from documentation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7962b14 commit 22942a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Python >= 3.10 or Docker
205205

206206
## Configuration
207207

208-
Provide a GitHub token for an account that is entitled to use [GitHub Models](https://models.github.ai) via the `AI_API_TOKEN` environment variable. Further configuration is use case dependent, i.e. pending which MCP servers you'd like to use in your taskflows. In a terminal, you can add `AI_API_TOKEN` to the environment like this:
208+
Provide a GitHub token for an account that is entitled to use [GitHub Copilot](https://github.com/features/copilot) via the `AI_API_TOKEN` environment variable. Further configuration is use case dependent, i.e. pending which MCP servers you'd like to use in your taskflows. In a terminal, you can add `AI_API_TOKEN` to the environment like this:
209209

210210
```sh
211211
export AI_API_TOKEN=<your_github_token>
@@ -226,7 +226,7 @@ Example:
226226
```sh
227227
# MCP configs
228228
CODEQL_DBS_BASE_PATH="/app/my_data/codeql_databases"
229-
AI_API_ENDPOINT="https://models.github.ai/inference"
229+
AI_API_ENDPOINT="https://api.githubcopilot.com"
230230
```
231231

232232
## Deploying from Source

0 commit comments

Comments
 (0)