docs/deepseek.md
DeepSeek is API-only. Balance is reported by GET https://api.deepseek.com/user/balance,
so CodexBar only needs a valid API key to show your remaining credit balance.
DEEPSEEK_API_KEY / DEEPSEEK_KEY, or selected from DeepSeek token accounts in ~/.codexbar/config.json.GET https://api.deepseek.com/user/balanceAuthorization: Bearer <api key>, Accept: application/jsonis_available, and a balance_infos array with per-currency entries
(total_balance, granted_balance, topped_up_balance).$50.00 (Paid: $40.00 / Granted: $10.00).is_available is false, it shows "Balance unavailable for API calls".DEEPSEEK_API_KEY / DEEPSEEK_KEY.Sources/CodexBarCore/Providers/DeepSeek/DeepSeekProviderDescriptor.swift (descriptor + fetch strategy)Sources/CodexBarCore/Providers/DeepSeek/DeepSeekUsageFetcher.swift (HTTP client + JSON parser)Sources/CodexBarCore/Providers/DeepSeek/DeepSeekSettingsReader.swift (env var resolution)Sources/CodexBar/Providers/DeepSeek/DeepSeekProviderImplementation.swift (provider activation and token-account visibility)Sources/CodexBarCore/TokenAccountSupportCatalog+Data.swift (DeepSeek token-account injection)