Providers
Phonton is BYOK. Provider keys and model routing stay under the developer's control, and Phonton uses the configured adapter for planning and worker calls.
Common environment variables:
export OPENAI_API_KEY="..."
export ANTHROPIC_API_KEY="..."
export GEMINI_API_KEY="..."
export OPENROUTER_API_KEY="..."
export TOGETHER_API_KEY="..."
Windows PowerShell:
$env:OPENAI_API_KEY = "..."
$env:GEMINI_API_KEY = "..."
Inspect resolved config:
phonton config show
phonton doctor --provider
Provider expectations
Provider diagnostics prove that the configured model route can make a small completion call. They do not prove that every account, quota state, proxy, or model alias will support every task.
Public screenshots
Do not publish screenshots that expose provider keys, account ids, private base URLs, or local config paths. Redact before sharing logs.