> GitHub Enterprise Copilot
GitHub Copilot enterprise plans (Business/Enterprise) - AI coding assistant with AI-credit allowances (1,900 / 3,900 credits per user/mo), model choice across OpenAI, Anthropic, Google and select Moonshot models; Enterprise credits are org-pooled; overage at USD 0.01/credit. Copilot is not currently available for self-hosted GitHub Enterprise Server.
Value taken from the provider’s own published free-tier terms, expressed in USD.
note: 1 AI credit = USD 0.01; overage billed at USD 0.01 per credit.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Copilot Business | subscription | $19.00/mo | — | — | USD 19 per user/mo; 1,900 AI credits per user/mo. |
| Copilot Enterprise | subscription | $39.00/mo | — | — | USD 39 per user/mo; 3,900 AI credits per user/mo; org-pooled credits. |
| Credit overage | payg | — | — | — | Beyond included credits: USD 0.01 per AI credit. |
Pricing normalized from public sources — always verify with the provider.
// model prices
$ Does GitHub Enterprise Copilot have a free tier?
No. GitHub Enterprise Copilot does not offer a meaningful free tier — entry requires payment (pay-as-you-go or a plan). We mark this explicitly rather than showing a misleading zero.
$ How much does GitHub Enterprise Copilot cost per 1M tokens?
The cheapest model we track at GitHub Enterprise Copilot is Free per 1M input tokens and Free per 1M output tokens. This is normalized from GitHub Enterprise Copilot's published pricing — verify with the provider before purchasing, since prices change frequently.
$ Is GitHub Enterprise Copilot safe to use?
Uprouter rates GitHub Enterprise Copilot as low risk. Official GitHub/Microsoft product. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use GitHub Enterprise Copilot through Uprouter Connect?
GitHub Enterprise 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.
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 Enterprise Copilot's own API — get a key from their dashboard
curl https://github.com/enterprise/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.