sequenced.ai
Articles/Models & infrastructure/Blueprint//8 min read

Anthropic offers Claude models and tools for knowledge work and agents

Anthropic’s Claude spans user applications, coding workflows and a developer platform. Choosing the right product and model route matters as much as choosing the model.

By Sequenced deskAI-assisted, source-led · how we work
Visit Anthropic website ↗
ClaudeModel and product familyBuilt by Anthropic.
ToolsApplication integrationClient and server tools execute in different places.
$2 / $10Sonnet 5 API ratesUSD per million input/output tokens, checked 15 September 2026.
Structured outputsApplication response formatConstrain supported responses to an agreed JSON schema.
Anthropicanthropic.com · independent research

Represent this company? Verify your work email to access its workspace, or send the desk a factual correction.

Anthropic is the company behind Claude, a family of AI models and products used for writing, analysis, coding and tool-based work. Its offering includes applications for people and a developer platform for building AI into software. The useful buying question is not simply whether Claude can answer a prompt. It is which product, model and tool arrangement can reliably complete the intended workflow at an acceptable cost.

In brief
  1. 01The company Anthropic develops Claude models and products for people and software applications.
  2. 02The best fit Teams that need capable language and coding models with documented tools, output constraints and evaluation workflows.
  3. 03The buying detail Claude subscriptions and API consumption are separate product routes; model and tool usage determine API cost.

01 / ProductThe company, the Claude app and the API

Anthropic1 describes itself as a public benefit corporation working on AI research and products. Claude is its product and model family. A person can use Claude through its applications, while a developer can call models through the platform and integrate them into an application. Claude Code and other work-oriented products add purpose-built interfaces around model capabilities.

These layers should be kept distinct. A Claude subscription gives a person access to specified application features and usage limits. An API application has its own requests, model choices, tools and billing. A team can use both, but a subscription comparison is not an API cost estimate. The same model name can also be available through different commercial and cloud routes with different supported features.

The current model overview3 lists Fable 5.1, Opus 5, Sonnet 5 and Haiku 4.5 among the main choices. All support text and image inputs, text output and tool use, with different latency, context and pricing characteristics. Model availability should be checked for the chosen platform. A headline about a newly announced model does not establish universal access in every Claude product.

02 / AudienceWho should consider Anthropic

Claude is relevant to developers building document workflows, support assistants, analysis tools and software agents. These applications require more than plausible prose: they need usable outputs, access to current data and behavior that can be tested. Anthropic documents tools, structured output and context management that help developers assemble that surrounding system.

For knowledge workers, the application route can be useful when the work is interactive and a person can inspect the result. For a product team handling thousands of requests, the API route provides control over instructions, inputs, output shape and integration behavior. The distinction follows the user experience. A recurring backend process is a different product from an analyst asking follow-up questions in a conversation.

Compare the OpenAI blueprint using the same evaluation tasks and full application requirements. The Mistral AI blueprint is relevant when model deployment options and open-weight choices are part of the decision. Model selection should follow measured suitability for the intended task, rather than a general ranking that ignores workflow, language and operational constraints.

03 / WorkflowA proposed workflow for a support evidence assistant

Imagine a software company building an assistant that helps support staff explain product behavior using its approved documentation. This is a proposed design, not a hands-on test. Start with one product area and a set of real question types: configuration, troubleshooting and limitations. Prepare examples with known answers and include questions for which the documents do not provide an answer.

Build a read-only retrieval tool that returns relevant documentation with stable source identifiers and revision dates. Tool use4 allows Claude to request functions defined by the application. For client tools, the application executes the call and returns the result; server tools run on Anthropic’s infrastructure. The support design should identify which data each tool can read and where that operation occurs.

Require a structured result with a proposed answer, evidence identifiers and an explicit unresolved-question field. Structured outputs5 constrain the response to a schema, and strict tool use constrains tool inputs. These features help software parse the result. They do not establish that the answer is supported or that a cited paragraph means what the model claims, so the evaluator must check those separately.

Ask staff to review the answer beside the retrieved passages. If the question concerns a customer’s account, return only the account facts needed for that answer and keep the first pilot read-only. The assistant should distinguish documented product behavior from customer-specific state. For example, knowing that a feature supports a setting does not prove that the customer enabled it.

Evaluate several model choices on the same cases. Record correct answers, unsupported claims, useful abstentions, tool errors and staff edits. Include a question with an outdated document and one with two similar product names. Those cases reveal whether the workflow preserves evidence boundaries. The first release should help staff produce a supported answer more efficiently, with a clear route to escalate gaps in the documentation.

04 / PricingPricing has separate application and API units

ModelInput tokensOutput tokens
Claude Fable 5.1$10 per million$50 per million
Claude Opus 5$5 per million$25 per million
Claude Sonnet 5$2 per million$10 per million
Claude Haiku 4.5$1 per million$5 per million

Public USD base API rates checked 15 September 2026 in the model overview3. Per million tokens; cache, tools, batch and platform terms can differ.

For the application route, Claude pricing2 lists Free, Pro at $20 when billed monthly and Max from $100 per month. Team standard seats are $25 monthly or $20 per month with annual billing, and premium seats have a different allowance and price. Enterprise combines a seat charge with usage. These product limits should not be translated into a promised number of API calls.

API cost includes the input sent to the model and the output it produces. In the support example, repeated documentation and tool results may dominate input volume. Prompt caching6 can reuse matching prefixes, with separate write and read rates and cache lifetimes. It helps when the request structure actually creates reusable prefixes; it is not a blanket discount on all input.

Tools can add their own charges, and tool definitions and results also consume model context. Estimate the complete interaction, including unsuccessful attempts and follow-up requests. A cheaper model that needs several corrective turns may be more expensive per accepted answer than a stronger model that finishes the same task. The right comparison uses the full workflow’s observed usage.

05 / DistinctionsWhat stands out in the developer platform

Anthropic’s tool interface makes it possible to separate model reasoning from application execution. A model can propose a lookup or operation, while the application decides how that operation is validated and performed. This is useful when the business already has trusted systems for permissions and data access. The model does not need to become the authority for whether a user may access a record.

Structured responses make a similar separation between formatting and meaning. A support workflow can require an array of source identifiers and a machine-readable status. That removes some parsing uncertainty, while leaving the domain evaluation explicit. A valid object containing an unsupported answer is still a failed result, and a well-designed workflow records it that way.

The range of models also supports a staged evaluation. A compact classification or routing task may not need the same model as a long investigation involving several tools. Keep the routing rule observable and test both paths. Otherwise a cost optimization can silently send difficult cases to a model that has not been evaluated for them.

06 / QuestionsQuestions to answer before operational use

Which data terms apply? Anthropic’s commercial training policy7 says commercial inputs and outputs are not used for training by default, with exceptions such as explicit feedback or consent. Consumer products have separate terms. No-training-by-default is also distinct from retention, tool storage and application logs. Document the actual product and data path rather than treating one policy sentence as the whole architecture.

How does the application handle missing or contradictory evidence? The support assistant needs a useful response when retrieval fails or documentation conflicts. It might ask a staff member to clarify the product version or return an unresolved issue. A prompt that always demands a definitive answer can undermine a carefully designed evidence workflow.

What happens when the model or tools change? Keep a versioned evaluation set and the configuration used for each release. Recheck important cases when a model alias, tool schema or retrieval source changes. A better general model can still alter response style or tool selection in ways that affect an existing application. The test should reflect the product behavior users depend on.

07 / DecisionChoose Claude through a complete, testable task

Anthropic is a strong candidate when the application needs language and coding capabilities with documented mechanisms for tools and constrained output. Begin with a narrow task and make the success criteria visible. Select the model and product route that meet those criteria with acceptable latency, cost and operational effort.

For the support example, retain the question set, source revisions, generated answers, staff corrections and request usage. That record makes the decision repeatable and gives the team a way to evaluate future changes.

01

Build a bounded application

Choose Claude when your evaluation shows reliable outputs on the documents, tools and decisions the application actually uses.

Strong fit
02

Compare deployment needs

Evaluate another model provider when model availability, self-hosting, modality or commercial requirements favor a different route.

Consider alternatives
03

Test the whole interaction

Use a labeled dataset and controlled tools to measure accuracy, unsupported answers and cost before choosing a model tier.

Recommended first step
What should we explore next?

A business worth understanding.

Suggest your business or one you find interesting. Tell us what you want to understand about its product, positioning, design or workflows.

Suggestions are free. Selection and publication stay with the desk.

Sources, each with the date we read it

Numbered citations point here. Copy address adds Sequenced referral tags so the source can recognise where you found it.

  1. 1. Anthropic
    Accessed 2026-09-15https://www.anthropic.com/
  2. 2. Claude pricing
    Accessed 2026-09-15https://claude.com/pricing
  3. 3. Models overview
    Accessed 2026-09-15https://platform.claude.com/docs/en/about-claude/models/overview
  4. 4. Tool use
    Accessed 2026-09-15https://platform.claude.com/docs/en/agents-and-tools/tool-use/overview
  5. 5. Structured outputs
    Accessed 2026-09-15https://platform.claude.com/docs/en/build-with-claude/structured-outputs
  6. 6. Prompt caching
    Accessed 2026-09-15https://platform.claude.com/docs/en/build-with-claude/prompt-caching
  7. 7. Commercial model-training policy
    Accessed 2026-09-15https://privacy.claude.com/en/articles/7996868-is-my-data-used-for-model-training

Continue reading

All in this category