Claude Chat/Cowork Desktop App LiteLLM Integration #30827
Replies: 2 comments 2 replies
-
|
Same version of LiteLLM, same issue with Anthropic Claude. Is this expected to work?
The idea is to be able to use the cost-efficient Team Subscription instead of Claude Platform API. Thank you |
Beta Was this translation helpful? Give feedback.
-
|
Your issue sounds like it might be related to authentication and token management with Anthropic's system. It's important to ensure that your token is correctly configured and that Anthropic allows usage under your current subscription. The document you mentioned might have more details on setting up the API. Also, make sure your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone i recently started testing the LiteLLM integration with Anthropics Claude Desktop App for chat and cowork i went trough this document https://docs.litellm.ai/docs/tutorials/claude_desktop_cowork enabled third party inference in developer mode set up the key it restarted and logged me out of the Team Subscription account im using to test this and then came back with this error that i added in a sceenshot. From what i gathered that means that the LiteLLM proxy authenticated me fine but that Anthropic is the one that bounced my authentication due to no usable credentials. My question is does this mean that i need the api authentication with the pay as you go token usage for enterprise or do i just have a misconfiguration somewhere, my LiteLLM config is below:
model_list:
litellm_params:
model: anthropic/claude-opus-4-8
litellm_params:
model: anthropic/claude-sonnet-4-6
litellm_params:
model: anthropic/claude-haiku-4-5-20251001
general_settings:
forward_llm_provider_auth_headers: true
forward_client_headers_to_llm_api: true # Required: forwards OAuth token to Anthropic
master_key: "sk-1111111111111111111111111111111111111111111111"
database_url: "postgresql://user:password@localhost:5432/litellm"
litellm_settings:
master_key: "sk-1111111111111111111111111111111111111111111111"
Any assistance on the topic would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions