Providers

Anthropic

Connect Sythoria to Anthropic's API to chat with the Claude family of models. Claude excels at nuanced reasoning, long-context understanding, and careful instruction following.

Prerequisites

  • An Anthropic Console account
  • An API key from the Anthropic dashboard

Setup

  1. Go to console.anthropic.com
  2. Click Create Key and copy it
  3. In Sythoria, open Settings from the sidebar
  4. Select Anthropic from the Provider Preset dropdown — the API base URL and default model fill in automatically
  5. Paste your API key into the API Key field
  6. The connection indicator should turn green within a few seconds

Your API key is stored securely in your OS keychain. It is never sent to Sythoria's servers. See Privacy & Security.

Default configuration

SettingValue
API Basehttps://api.anthropic.com/v1/messages
Default Modelclaude-opus-4-8
API FormatAnthropic Messages API (Sythoria handles translation automatically)
StreamingSupported

Available models

Model IDBest forContext window
claude-3-5-sonnet-latestBalanced performance — everyday tasks, coding, analysis200K
claude-3-5-haiku-20241022Fast, lightweight responses — quick Q&A, simple tasks200K
claude-3-opus-latestMost capable — complex reasoning, research, long documents200K

Important: API format differences

Anthropic uses a different API format from OpenAI (the Messages API vs. Chat Completions). Sythoria handles this translation automatically — you don't need to worry about message formatting, role mapping, or streaming protocol differences. Just select Anthropic as your provider and chat as normal.

Pricing

Anthropic charges per token based on input and output size. Check anthropic.com/pricing for current rates. New accounts often receive free credits to get started.

Switching models mid-conversation

Use the model dropdown in the chat input bar to switch between Claude Sonnet, Haiku, and Opus without losing your conversation. Each new message uses the currently selected model.

Troubleshooting

ErrorCauseFix
401 UnauthorizedAPI key is invalid or expiredGenerate a new key at console.anthropic.com
429 Rate LimitHit your usage tier's rate limitCheck your console for limits, or wait a moment and retry
400 Bad RequestMessage format issueSythoria handles formatting automatically — if this persists, try starting a new conversation
Connection indicator redNetwork issue or invalid API baseVerify the API base URL is https://api.anthropic.com/v1/messages and click Refresh
SythoriaDocs Navigation