Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Capture

One read of Claude Developer Platform

2 pages moved out of 688 read.

corpus-hash api-20260827T130718Z

about-claude/pricing Changed · +4 / -4 lines

### How is token usage calculated? ### Are there free tiers or trials? ### How do discounts stack? ### What payment methods are accepted?

from line 501
 
 ## Frequently asked questions
 
-**How is token usage calculated?**
+### How is token usage calculated?
 
 Tokens are pieces of text that models process. As a rough estimate, 1 token is approximately 4 characters or 0.75 words in English. The exact count varies by language and content type.
 
-**Are there free tiers or trials?**
+### Are there free tiers or trials?
 
 New users receive a small amount of free credits to test the API. [Contact sales](mailto:[email protected]) for information about extended trials for enterprise evaluation.
 
-**How do discounts stack?**
+### How do discounts stack?
 
 Batch API and prompt caching discounts can be combined. For example, using both features together provides significant cost savings compared to standard API calls. See [prompt caching pricing](https://platform.claude.com/docs/en/about-claude/pricing#prompt-caching) for how the multipliers interact.
 
-**What payment methods are accepted?**
+### What payment methods are accepted?
 
 Major credit cards are accepted for standard accounts. Enterprise customers can arrange invoicing and other payment methods.
 

home Changed · +4 / -9 lines

from line 241
   <HomeSection>
     <HomeSectionHeader label="Models" title="The Claude model family" description="Choose the right model for your use case." />
 
-    <HomeModelCards>
-      <HomeModelCard name="Fable 5" badge="Most capable" modelId="claude-fable-5" description="Highest capability for the most demanding reasoning and long-horizon agentic work." href="https://platform.claude.com/docs/en/models/fable-5/overview" />
-
-      <HomeModelCard name="Opus 5" badge="Advanced" modelId="claude-opus-5" description="Excellent for complex analysis, coding, and creative tasks requiring deep reasoning." href="https://platform.claude.com/docs/en/models/opus-5/overview" />
-
-      <HomeModelCard name="Sonnet 5" badge="Best balance" modelId="claude-sonnet-5" description="Ideal balance of intelligence and speed for most production workloads." href="https://platform.claude.com/docs/en/models/sonnet-5/overview" />
-
-      <HomeModelCard name="Haiku 4.5" badge="Fastest" modelId="claude-haiku-4-5" description="Lightning-fast responses for high-volume, latency-sensitive applications." href="https://platform.claude.com/docs/en/models/haiku-4-5/overview" />
-    </HomeModelCards>
+    * [Claude Fable 5](https://platform.claude.com/docs/en/models/fable-5/overview) (`claude-fable-5`) — *Next-generation intelligence for long-running agents* — Most capable · Research · Multi-day tasks
+    * [Claude Opus 5](https://platform.claude.com/docs/en/models/opus-5/overview) (`claude-opus-5`)  New  *For complex agentic coding and enterprise work*  Complex projects · Agents · Coding
+    * [Claude Sonnet 5](https://platform.claude.com/docs/en/models/sonnet-5/overview) (`claude-sonnet-5`) — *The best combination of speed and intelligence* — Everyday tasks · Writing · Cost-efficient
+    * [Claude Haiku 4.5](https://platform.claude.com/docs/en/models/haiku-4-5/overview) (`claude-haiku-4-5`)  *The fastest model with near-frontier intelligence*  Fastest · Lowest cost · High volume
   </HomeSection>
 
   <HomeSection last>