Pricing #200181
Replies: 5 comments 8 replies
-
|
The difference is between “core hours” and real clock hours. For a personal GitHub Free account, the included Codespaces usage is currently 120 core-hours per month. On a 2-core machine, 1 hour of runtime consumes 2 core-hours, so that equals about 60 real hours on a 2-core codespace. On a 4-core machine it would be about 30 real hours. GitHub Pro has a higher included quota. “Active” means the codespace is running. If you leave the editor open overnight but there is no activity, Codespaces should normally stop automatically after the idle timeout, which is 30 minutes by default. However, if something keeps the codespace active, such as terminal output, a running process, or server traffic, it can continue consuming compute time. Best practice: manually stop the codespace when you are done. Also remember that stopped codespaces do not consume compute, but they can still consume storage until deleted. For Python projects, yes, Codespaces should work well. You can use the terminal, run Python scripts, use the Python REPL with |
Beta Was this translation helpful? Give feedback.
-
Chat Request: This is a single message/prompt you send to GitHub Copilot Chat (in the sidebar or terminal). It is not an entire thread. A thread with 10 questions and 10 replies counts as 10 individual chat requests. Thread-length limits: There isn't a hard limit on the number of messages in a thread, but there is a context window limit. If a conversation gets too long, Copilot might "forget" the very beginning of the conversation to make room for new questions. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much for all your answers!
…On Sat, Jun 27, 2026, 2:54 AM Bharanidharan R ***@***.***> wrote:
One important thing to clarify on the Copilot limits you saw: the "$2,000$
completions and $50$ chat requests" limit actually applies to the Copilot
Free tier, not the paid Individual/Pro plans.If you are on the free tier,
those $50$ chat requests are counted as individual messages (one prompt +
one response), not entire threads. If your workflow involves massive
threads with hundreds of questions, you will hit that free quota very
quickly and would need to upgrade to Pro for uncapped access.(If this helps
clear up the discrepancy on your limits, feel free to mark this thread as
answered!)
—
Reply to this email directly, view it on GitHub
<#200181?email_source=notifications&email_token=AMV6UUJAJPV7RAKNCF5FGDL5B6KURA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGUZTENZWUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVRTG633UMVZF6Y3MNFRWW#discussioncomment-17453276>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMV6UUKVNR4TIXSQC3H6UHT5B6KURAVCNFSNUABIKJSXA33TNF2G64TZHMZTAMJVG4ZTGNBUHNCGS43DOVZXG2LPNY5TCMBTGIYTQMRZUF3AE>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AMV6UUJZIVRZDT35FX33THT5B6KURA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGUZTENZWUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/AMV6UUMG2IGJS6ODN4RDRD35B6KURA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGUZTENZWUZZGKYLTN5XKMYLVORUG64VFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Great project idea. The description is clear and useful. I like the practical application of AI. Good work! |
Beta Was this translation helpful? Give feedback.
-
|
Great project idea! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
I can't figure out pricing. I have a personal github account. One official page mentions 60 hours free/month. Another page mentions 120 hours free/month. What's the difference?
A page says codespaces is charged when it's "active". Does that mean if i leave an editing session open overnight while i'm sleeping, that i'll get charged for all those hours?
I want to edit and execute python projects, 2 cores, including repl (does it have repl?).
Beta Was this translation helpful? Give feedback.
All reactions