> GitHub Copilot
GitHub Copilot - AI coding assistant across VS Code, CLI, web and mobile; Free/Pro/Pro+/Max plans with monthly AI credits (1 credit = USD 0.01); model choice across OpenAI, Anthropic, Google and Moonshot; 1M context supported in VS Code and CLI.
Value taken from the provider’s own published free-tier terms, expressed in USD.
note: 1 credit = USD 0.01; premium model usage consumes credits at per-model rates.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free | free | — | — | — | 2,000 completions + 50 chat/edits per month; auto model only. |
| Pro | subscription | $10.00/mo | — | — | USD 10/mo; 1,500 credits/mo. |
| Pro+ | subscription | $39.00/mo | — | — | USD 39/mo; 7,000 credits/mo. |
| Max | subscription | $100.00/mo | — | — | USD 100/mo; 20,000 credits/mo. |
Pricing normalized from public sources — always verify with the provider.
// model prices
$ Does GitHub Copilot have a free tier?
Yes — GitHub Copilot offers a free tier that we value at roughly $0.01 in free credits. Always confirm current limits on GitHub Copilot's official pricing page — free tiers change without notice.
$ How much does GitHub Copilot cost per 1M tokens?
The cheapest model we track at GitHub Copilot is Free per 1M input tokens and Free per 1M output tokens. This is normalized from GitHub Copilot's published pricing — verify with the provider before purchasing, since prices change frequently.
$ Is GitHub Copilot safe to use?
Uprouter rates GitHub Copilot as low risk. Official GitHub/Microsoft product with transparent credit pricing. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use GitHub Copilot through Uprouter Connect?
GitHub Copilot is not marked Connect-compatible in our catalog yet. You can still use their API directly, or request compatibility via /submit.
Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order.
No published reviews yet — be the first.
// more_informationprice history · live status · risk & confidence · code snippets
price_history
No recorded changes yet.
live_status
current: unknownNo probes recorded yet.
Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page.
risk_&_confidence
Official GitHub/Microsoft product with transparent credit pricing.
Confidence reflects how much verifiable evidence (official docs, probe history, community reports) backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice.
code_snippets
# GitHub Copilot's own API — get a key from their dashboard
curl https://github.com/features/copilot/chat/completions \
-H "Authorization: Bearer THEIR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-5.5-pro",
"messages": [{ "role": "user", "content": "Hello" }]
}'Direct to the provider — Uprouter receives nothing; verify their current pricing before purchasing.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.