Files
anomalyco--models.dev/providers/github-copilot/provider.toml
T
2026-07-13 12:28:55 +08:00

12 lines
558 B
TOML

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"