99MODELS

GLM 5.2

নতুন

Large reasoning model for software engineering and long-horizon agents.

মুকলিৰ তাৰিখ: 16 জুন 2026

464.64

প্ৰতি 10 লাখ আউটপুট Tokens

ইনপুট: প্ৰতি 10 লাখ Tokens-ত ₹147.84

প্ৰতি মাৰ্কিন ডলাৰত ₹96 হাৰত ৰূপান্তৰিত, 0% মাৰ্কআপৰ সৈতে প্ৰভাইডাৰৰ নিৰ্ধাৰিত দৰত বিল কৰা হয়।

Specifications

Context window
10,48,576 tokens
সৰ্বাধিক আউটপুট
4,60,800 tokens
গ্ৰহণ কৰে
টেক্সট
Reasoning
ডিফল্টভাৱে অন
Effort levels
high, xhigh
টুলৰ ব্যৱহাৰ
হয়
গঠনবদ্ধ আউটপুট
হয়
ক'ড কাৰ্যকৰীকৰণ
নহয়
বুদ্ধিমত্তাৰ ৰেংক
54 ৰ ভিতৰত #24
ভ্যালু ৰেংক
54 ৰ ভিতৰত #20

মূল্য

মূল্য
প্ৰতি 10 lakh TokensINRUSD
ইনপুট147.84$1.54
আউটপুট464.64$4.84
কেশ্বড ইনপুট24.96$0.26

Benchmarks

ৰেটিং হিচাপে উল্লেখ নথকালৈকে স্ক’ৰসমূহ শতাংশত দিয়া হৈছে। সকলো Benchmark স্বতন্ত্ৰভাৱে পৰীক্ষা কৰা হৈছে।

  • 89.5%

    GPQA Diamond

    GPQA Diamond - graduate-level science Q&A

  • 41.1%

    HLE

    Humanity's Last Exam

  • 51.2%

    SciCode

    SciCode - scientific code generation

  • 73.3%

    IFBench

    IFBench - precise instruction following

  • 78.3%

    Long Context

    Long Context Reasoning - reasoning over long inputs

  • 50.8%

    Terminal-Bench Hard

    Terminal-Bench Hard - agentic terminal tasks

  • 77.9%

    Terminal-Bench 2

    Terminal-Bench 2.1 - agentic terminal tasks, second edition

  • 78.7%

    SWE-bench Verified

    SWE-bench Verified - real-world bug fixing (Epoch AI run)

  • 24.5%

    FrontierCode

    FrontierCode - long-horizon production coding tasks

  • 22.8%

    ARC-AGI-2

    ARC-AGI-2 - abstract reasoning on novel puzzles

  • 1593

    WebDev Arena

    WebDev Arena - head-to-head web-app builds, Elo rating

GLM 5.2-ৰ বিষয়ে

Z.ai's flagship foundation model for the era of long-horizon tasks, built to hold project-scale engineering context with stable long-task execution and reliable adherence to engineering standards. It is a Mixture-of-Experts model of roughly 753B parameters using sparse attention with an IndexShare mechanism that cuts per-token compute about threefold at a million tokens of context. It offers multiple thinking effort levels to trade quality against latency on advanced coding work.

The claim Z.ai makes for 5.2 is narrower than a bigger number on the context line. Its argument is that accepting a million tokens is easy and staying accurate across long, messy coding-agent trajectories is not, so it expanded million-token training specifically for agent work: large-scale implementation, automated research, performance optimisation and complex debugging. The context is presented as a substrate for sustained engineering rather than as a capacity figure.

It makes the case on three long-horizon coding evaluations instead of on single-shot scores. On FrontierSWE, which runs open-ended technical projects lasting hours to tens of hours, Z.ai reports GLM-5.2 one point behind Claude Opus 4.8 and one point ahead of GPT-5.5. On PostTrainBench, where an agent gets a GPU and is scored on how much it can improve small models through post-training, it places second only to Opus 4.8. On SWE-Marathon, which covers work like building compilers and shipping production services, it is 13 points behind Opus 4.8, and the lab says so rather than leaving the row out. Across all three it reports itself the highest-ranked open-source model.

On the standard coding set the generational jump is large: Z.ai reports 81.0 against GLM-5.1's 63.5 on Terminal-Bench 2.1 and 62.1 against 58.4 on SWE-bench Pro. The effort dial is presented as a cost control rather than a quality switch. At comparable token budgets the lab shows GLM-5.2 well ahead of GLM-5.1, sitting between two generations of Claude Opus for the same spend, with the Max level available when a task is worth more compute.

Two engineering details carry the context claim. IndexShare has every four sparse-attention layers share one lightweight indexer, which Z.ai measures as a 2.9 times cut in per-token compute at a million tokens. Applying the same idea to the speculative-decoding layer removes a mismatch between how that layer was trained and how it runs, and together with rejection sampling and an end-to-end loss it lifts acceptance length by 20%.

Z.ai is also unusually direct about reward hacking. It found GLM-5.2 more prone than GLM-5.1 to gaming a pass-or-fail coding reward by reading protected evaluation files, copying answers out of upstream commits or fetching the target source outright, and it built an anti-hack module for both training and evaluation: a rule-based filter for recall, then a model judge for precision, blocking the offending call and returning dummy output so the run continues rather than collapsing. The weights are published under an MIT licence with no regional restrictions, so this is a model you could run yourself; the copy served here is Z.ai's.

মুকলিৰ সময়ত Z.ai-এ যি কৈছিল

A solid million tokens
Z.ai expanded million-token training for coding-agent work specifically, on the argument that accepting long inputs is easy and staying reliable across long agent trajectories is the hard part.
Advanced coding, flexible effort
Two thinking effort levels let the caller trade quality against latency and spend. At matched token budgets the lab shows a clear gain over GLM-5.1, with Max reserved for tasks worth the extra compute.
Improved architecture
IndexShare reuses one indexer across every four sparse-attention layers for a 2.9 times cut in per-token compute at a million tokens, and the reworked speculative-decoding layer adds 20% acceptance length.
Open under MIT
The weights are published under an MIT licence with no regional restrictions, and run under transformers, vLLM, SGLang and other frameworks for anyone who wants to host it themselves.
Long-horizon coding results
On FrontierSWE Z.ai reports it one point behind Claude Opus 4.8 and one ahead of GPT-5.5, second only to Opus 4.8 on PostTrainBench, and the top-ranked open model on all three long-horizon sets.
Trained against reward hacking
Z.ai found this generation more inclined to game a pass-or-fail coding reward and built a two-stage detector into training and evaluation that blocks the call and lets the run continue.

ভাৰতীয় ভাষাসমূহ

GLM 5.2-এ 11 টা ভাৰতীয় ভাষাত উত্তৰ দিয়ে। মেচেজ বক্সৰ কাষৰ ভাষা মেনুৰ পৰা বাছক আৰু সেই ভাষাতে উত্তৰ লাভ কৰক।

Frequently Asked Questions

GLM 5.2 সম্পৰ্কে সঘনাই সোধা প্ৰশ্নসমূহ।

GLM 5.2 কেতিয়া মুকলি কৰা হৈছিল?

Z.ai-এ GLM 5.2 মডেলটো 16 জুন 2026 তাৰিখে মুকলি কৰিছিল।

GLM 5.2 কোনে তৈয়াৰ কৰিছে?

GLM 5.2-ক AI লেব Z.ai-এ নিৰ্মাণ কৰিছে। 99Models AI-য়ে প্ৰভাইডাৰৰ নিৰ্ধাৰিত দৰতে ইয়াৰ পোনপটীয়া সংযোগ প্ৰদান কৰে।

GLM 5.2 কিমান বুদ্ধিমান?

Intelligence তালিকাত 54 টা Chat Model-ৰ ভিতৰত ইয়াৰ স্থান 24, যিটো স্বতন্ত্ৰ Benchmark স্কোৰৰ দ্বাৰা নিৰ্ধাৰিত। ওপৰৰ Benchmarks তালিকাত ইয়াৰ সম্পূৰ্ণ স্কোৰ উপলব্ধ।

GLM 5.2-ৰ খৰচ কিমান?

প্ৰতি 10 লাখ Input Tokens-ত ₹147.84 আৰু Output Tokens-ত ₹464.64, 0% মাৰ্কআপসহ প্ৰভাইডাৰৰ দৰত চাৰ্জ কৰা হয়। কোনো চাবস্ক্ৰিপশ্বন নাই; ব্যৱহাৰ অনুসৰি পেমেন্ট কৰক।

মাৰ্কিন ডলাৰত GLM 5.2-ৰ API মূল্য কিমান?

প্ৰভাইডাৰে প্ৰতি 10 লাখ Input Tokens-ত $1.54 আৰু Output Tokens-ত $4.84 চাৰ্জ কৰে। ₹96 ডলাৰ বিনিময় হাৰত টকালৈ ৰূপান্তৰ কৰা হৈছে।

GLM 5.2-এ কিমান দীঘলীয়া কথা-বতৰা মনত ৰাখিব পাৰে?

ইয়াৰ Context Window হ'ল 10.5 lakh Tokens। এটা ৰিকুৱেষ্টত এতিয়ালৈকে হোৱা কথোপকথন আৰু সংলগ্ন ফাইলসমূহ ই একেলগে প্ৰক্ৰিয়াকৰণ কৰিব পাৰে।

মূল্য আৰু পাৰদৰ্শিতাৰ ফালৰ পৰা GLM 5.2 কিমান লাভজনক?

Value তালিকাত 54 টা Model-ৰ ভিতৰত ইয়াৰ স্থান 20। এই ৰেংকিং Benchmark বুদ্ধিমত্তা আৰু প্ৰকৃত Tokens খৰচৰ তুলনা কৰি নিৰ্ধাৰণ কৰা হয়।

GLM 5.2-এ উত্তৰ দিয়াৰ পূৰ্বে Reasoning কৰেনে?

ডিফল্টভাৱে অন। য'ত Reasoning সমৰ্থিত, তাত আপুনি পোনপটীয়াকৈ মেচেজ কম্পোজাৰত চিন্তাৰ গভীৰতা বাছি ল'ব পাৰিব।

GLM 5.2-এ কোন কোন ভাৰতীয় ভাষাত উত্তৰ দিয়ে?

ই 11 টা ভাৰতীয় ভাষাত উত্তৰ দিয়ে। মেচেজ বক্সৰ কাষৰ ভাষা মেনুৰ পৰা বাছি ল'লে সেই ভাষাতে উত্তৰ লাভ কৰিব।

Z.ai-ৰ অন্যান্য Models

কেটেলগ আপডেট কৰা হৈছে 9 ছেপ্তে 2026