Large Language Models

Anthropic

premium

Anthropic is an enterprise-grade large language models provider offering Chat Completion, Streaming Chat, Vision Analysis and 1 more through Aweb's unified API. It features full streaming support with premium-tier latency.

Try AnthropicOfficial docs

Specifications

CategoryLarge Language Models
Auth Typeapi_key
Latency Tierpremium
Streamingfull
Pricing Tierpremium
Reliabilitypremium
Qualitypremium
Base URLhttps://api.anthropic.com
SDK Package@anthropic-ai/sdk

Capabilities (4)

Chat Completionllm.chat
Score: 95DEFAULT
Streaming Chatllm.stream
Score: 95DEFAULT
Vision Analysisllm.vision
Score: 95DEFAULT
Structured Outputllm.structured
Score: 95DEFAULT

Public discovery

Inspect Anthropic's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "anthropic")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'anthropic');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Large Language Models providers

OpenAI

premium tier

Groq

economy tier

Mistral AI

standard tier

Google Gemini

economy tier

Getting started →API reference →All capabilities →All providers →