Files
Memoh/conf/providers/anthropic.yaml
T
Acbox 897cc32194 feat(web): add @memoh/icon package and unify brand icon system
Replace FontAwesome/CDN brand icons with local SVG-based Vue components
in a new shared @memoh/icon package. Provider icon URLs in conf/providers
YAML files are replaced with preset names, intercepted by ProviderIcon
component on the frontend. SearchProviderLogo and ChannelIcon components
are migrated to @memoh/icon. All icon containers now use a unified
circular gray (rounded-full bg-muted) style. Adds wechat and matrix
channel icons.
2026-03-22 22:07:32 +08:00

69 lines
1.6 KiB
YAML

name: Anthropic
client_type: anthropic-messages
icon: anthropic
base_url: https://api.anthropic.com
models:
- model_id: claude-opus-4-6
name: Claude Opus 4.6
type: chat
config:
compatibilities: [vision, tool-call, reasoning]
context_window: 1000000
- model_id: claude-sonnet-4-6
name: Claude Sonnet 4.6
type: chat
config:
compatibilities: [vision, tool-call, reasoning]
context_window: 1000000
- model_id: claude-opus-4-5-20251101
name: Claude Opus 4.5
type: chat
config:
compatibilities: [vision, tool-call, reasoning]
context_window: 200000
- model_id: claude-sonnet-4-5-20250929
name: Claude Sonnet 4.5
type: chat
config:
compatibilities: [vision, tool-call, reasoning]
context_window: 200000
- model_id: claude-haiku-4-5-20251001
name: Claude Haiku 4.5
type: chat
config:
compatibilities: [vision, tool-call, reasoning]
context_window: 200000
- model_id: claude-opus-4-1-20250805
name: Claude Opus 4.1
type: chat
config:
compatibilities: [vision, tool-call, reasoning]
context_window: 200000
- model_id: claude-opus-4-20250514
name: Claude Opus 4
type: chat
config:
compatibilities: [vision, tool-call, reasoning]
context_window: 200000
- model_id: claude-sonnet-4-20250514
name: Claude Sonnet 4
type: chat
config:
compatibilities: [vision, tool-call, reasoning]
context_window: 200000
- model_id: claude-3-haiku-20240307
name: Claude 3 Haiku
type: chat
config:
compatibilities: [vision, tool-call]
context_window: 200000