chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:28:55 +08:00
commit db42b91b75
6397 changed files with 146012 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
name = "GitHub Copilot"
# Reasoning HTTP format (accessed 2026-06-25): POST /chat/completions.
# Supported controls and values come from authenticated GET /models metadata
# and can change by account/model; GitHub's public model comparison does not
# document this private request schema or static mappings.
# https://api.githubcopilot.com/models
# https://docs.github.com/en/copilot/reference/ai-models/model-comparison
env = ["GITHUB_TOKEN"]
npm = "@ai-sdk/openai-compatible"
doc = "https://docs.github.com/en/copilot"
api= "https://api.githubcopilot.com"