SSD Nodes Learn 8GB RAM — $66/yr
How to do am Matt ConnorBy Matt Connor · Updated 2026-08-02

Claude for Students: How Much E Go Cost for 2026

No individual student discount for Claude as of July 2026. See the free tier, university route, and wetin one coursework month fit cost with API.

Claude tốn bao nhiêu cho sinh viên?

Claude cho sinh viên có thể miễn phí hoặc tính theo giá bán lẻ đầy đủ, vì tính tới July 2026 chưa có mức giảm giá riêng cho từng sinh viên ở khoảng giữa hai mức đó. Bảng giá mà Anthropic công bố không có mức giá dành cho sinh viên đã xác minh, không có mã .edu, và không có gói học thuật mà bạn tự mua được. Sinh viên có thể dùng gói miễn phí cho nhiều bài học, gói dùng chung cho cả trường do trường mua, và API trả theo mức sử dụng, có thể chạy suốt một học kỳ với chi phí bằng một ly cà phê.

Bài viết này nói rõ cái gì đang được cung cấp và cái gì không có, đồng thời ghi ngày đọc cho từng mức giá. Giá có thể thay đổi. Hãy xem claude.com/pricing là nguồn thông tin chính thức, còn trang này là phần giải thích.

Any student discount dey for Claude?

No, if na individual purchase. Na the exact situation as of July 2026 be this.

  • Dem no dey offer am: discounted Pro or Max price for verified students, student promo code, or cheaper rate for a .edu email address. None of these dey for the pricing page.
  • Wetin dem dey offer: Claude for Education, wey Anthropic describe as "a comprehensive university-wide plan for an institution, including its students, faculty, and staff". Na the institution dey buy am. Student no fit buy am directly.
  • Another true thing: the free plan dey real and e no be trial. E no get expiry date.

Any site wey dey sell "Claude student code" dey sell something wey Anthropic no dey issue. Some of those pages dey resell shared logins. That one break the terms wey you agree to and fit make dem close the account. No code dey to search for, so stop the search and choose one of the three real routes below.

The retail prices wey dem dey use compare those routes, as read on 30 July 2026: Free na $0. Pro na $20 per month if dem bill monthly, or $17 per month for the annual plan, wey bills $200 upfront. Max starts at $100 per month. Team seats start at $20 per seat per month if dem bill annually. If you dey compare the tiers, which Claude plan fit the way you dey work explains the complete lineup.

Wetin the free plan really give you

The free tier na the first thing student suppose use finish, because e get more ability than the price suggest. As of July 2026 e include web search, file creation, code execution, connectors, and extended thinking. You dey talk to the same models wey paying user dey talk to. Wetin you dey pay for on paid plan na more usage and plumbing, no be smarter Claude.

Two things wey free plan no include matter to students. Claude Code, the terminal coding agent, start from Pro. And the free allowance small reach say heavy afternoon of essay drafting fit use am finish.

When you reach the limit, you go see message wey name the reset time, something like You've hit your session limit. Na subscription limit be that, no be error, and changing model no go clear am. Wetin to do when you reach Claude usage limit explain the difference between that limit and the API separate rate limits.

For student wey dey use free, the practical routine simple. Do the work wey need plenty thinking in one focused block, because the allowance dey reset based on rolling window, no be midnight. Keep the long back-and-forth for when the window don refill.

Claude for Education: university route wey you fit use

Claude for Education na the only official discounted access, and your institution must be the buyer. If your university don sign up, you go get access with your student account without any personal cost. Ask your IT service desk or library first, because the licence fit don already dey before students hear about am.

The version wey dem dey sell to universities adds study-focused behaviour wey Anthropic dey call learning mode. Anthropic describes am as e dey work "like a good tutor: e dey ask questions wey go help you find the answers by yourself". This one help students build skills wey dem fit use for different situations instead of only collecting answers. This framing dey important for academic integrity policies, and na usually the reason department go agree to am.

If your university never sign up, send one email to the person wey dey manage software licensing. E no go cost you anything. If dem don sign up, you don finish reading.

API na the real budget way

If you want pass the free plan and $20 per month no dey inside your budget, Claude API na the answer wey most students dey skip. You go create account for Claude Console, add payment method, and pay per token with no monthly fee and no allowance wey fit finish. No wall dey. Na meter dey, and for coursework workload, that meter cheap well-well.

The prices per million tokens (the docs dey write am as MTok), as of July 2026:

  • claude-haiku-4-5: $1 for input, $5 for output. 200K context.
  • claude-sonnet-5: $2 for input, $10 for output with introductory pricing until 31 August 2026, then e go be $3 and $15. 1M context.
  • claude-opus-4-8: $5 for input, $25 for output. 1M context.

One million tokens na roughly 750,000 words, so this unit big pass wetin student workload need. Na this be the main reason API better for here.

The catch clear and e worth mentioning: API no give you chat interface. You get key and endpoint, then you either use client wey accept key or write small lines of code. One request fit look like this.

curl https://api.anthropic.com/v1/messages \
  -H "x-api-key: $ANTHROPIC_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "content-type: application/json" \
  -d '{"model":"claude-haiku-4-5","max_tokens":1024,"messages":[{"role":"user","content":"Explain the Nyquist limit in two paragraphs."}]}'

Healthy response na JSON wey contain content array with the answer and usage block wey report input_tokens and output_tokens. Those two numbers na the bill for that request. If {"type":"error","error":{"type":"authentication_error"}} come back instead, the key inside ANTHROPIC_API_KEY no dey set or e wrong, because API dey reject the request before the model fit see am.

If you prefer make chat window remain, the calculation behind API and flat plan show where the two lines cross.

One full month for coursework workload

Numbers dey better pass adjectives, so here be the cost for one full month, with all the assumptions written down. If you change the assumptions, the answer go change too. Na exactly the point be that.

Assume say one study question dey send about 2,000 input tokens. This na your question plus one or two pages of lecture notes. E dey receive about 800 tokens back. For claude-haiku-4-5, that one mean 2,000 at $1 per MTok, wey be $0.002, plus 800 at $5 per MTok, wey be $0.004. Make we call am $0.006 per question.

Fifteen questions every day across 20 study days na 300 questions, or about $1.80 for the month.

Now add the heavier jobs. To summarise one 40-page reading na roughly 30,000 input tokens and 1,500 output tokens. For claude-sonnet-5 at the introductory rate, that one na $0.06 for input plus $0.015 for output, so e be about $0.075 per reading. Ten of them for one month go add $0.75.

Total for the month: small pass $2.50, compared with $20 for Pro. The difference go remain until your usage stop looking like coursework and start looking like a job. For most students, this one happen around the time wey you dey run an agent all day instead of asking questions.

One more option dey if you get patience. Anthropic's Batch API dey process requests asynchronously "with a 50% discount on both input and output tokens". Most batches dey finish within one hour, and anything wey no finish within 24 hours go expire. If you get plenty readings wey you want summarised by tomorrow instead of now, this one go cut an already small bill by half.

Cheaper model wey you choose on purpose

Model choice dey change wetin student go pay pass anything else, because every model for the range dey charge output at five times the input rate. Haiku 4.5 cost one-fifth of Opus 4.8 for both sides of the meter.

For mechanical work wey you already know how correct answer suppose look, like reformatting citations, extracting definitions, or translating notes, Haiku 4.5 na the correct default. Use Sonnet 5 when the task truly open-ended, like reasoning through a proof or reviewing an argument. Opus 4.8 worth the price for hard agentic work, but essay rarely need that. Choosing between Opus, Sonnet and Haiku explain the tradeoff properly.

Before you commit big prompt, you fit calculate the exact price. The token counting endpoint free, and e dey tell you the input size before you spend anything on output.

curl https://api.anthropic.com/v1/messages/count_tokens \
  -H "x-api-key: $ANTHROPIC_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "content-type: application/json" \
  -d '{"model":"claude-haiku-4-5","messages":[{"role":"user","content":"Explain the Nyquist limit."}]}'

The reply na one field, input_tokens. Multiply am by the input rate above, and you go know wetin the request cost before you send am. No estimate token counts with tokenizer wey dem build for another vendor's models, because the counts dey differ enough to make your budget wrong.

Make your numbers easy to refresh

Every figure for this page get date because AI pricing dey change several times every year, and old number fit worse pass no number. Two habits go help you keep correct figures.

Read the pricing page on the day wey you wan decide, no be the day wey you do the research. The plan fees and per-token rates both dey there, and post like this one na snapshot by definition.

Then read your own meter instead of anybody estimate. For subscription, the /usage view dey show the allowance wey remain for you. For API, the usage block for every response na the correct source for that request, and Console dey show the running total. Your own numbers always dey more accurate pass worked example wey use another person assumptions.

FAQ

Anthropic dey give student discount for Claude Pro?

No. As of July 2026, no individual student rate, student promo code, or academic discount dey for Claude Pro or Max. The only official education pricing na Claude for Education. Na university-wide plan wey the institution dey buy, no be something wey student fit buy. Websites wey dey advertise Claude student codes no dey issue anything wey Anthropic recognise.

Free Claude plan dey enough for university coursework?

For most students, yes, but one thing dey. As of July 2026, the free plan get web search, file creation, code execution, connectors, and extended thinking. So e fit handle reading, drafting, and explanation work. E no include Claude Code, and the usage allowance small enough make long drafting session reach the limit. When e reach limit, you go wait make rolling window reset.

How I fit get Claude for Education for my university?

You no fit buy am by yourself. Ask your IT service desk, library, or the person wey dey manage software licensing whether the institution get Claude for Education agreement. If e get am, your access go come through your student account, without personal cost. If e no get am, department go need make the request, no be individual student.

Claude API cheaper pass subscription for student?

Usually, yes. Coursework workload of about 300 short questions plus ten long readings go cost small pass $2.50 per month on the cheaper models with July 2026 rates, compared with $20 per month for Pro. API dey charge per token and e no get monthly fee, so light use dey cost very little. E go become more expensive than a plan once you dey work with Claude for hours every day instead of just asking questions.

Wetin I go lose if I use API instead of plan?

Na mainly the interface. API go give you a key and an endpoint, so you go provide your own client or write small script. You also go lose Claude Code subscription features and the longer prompt cache wey dey come with plan. In exchange, you get exact cost for every request and no usage wall.

#claude#students#pricing#education#ai