Option to use my own cloud llm provider (openai and/or anthropic compatible api endpoint, openrouter, DeepSeek, or kimi coding plan) or local llm (ollama/llama.cpp by changing base_url).
AskUxer -openai -base_url < localhost endpoint > -model < model id name > “user query”
AskUxer -anthropic -base_url < cloud provider endpoint > -model < model id name > “user query”
I don’t use claude and computer use using anthropic api key.
I want to use AskUxer or UxerAction with open source model via other llm provider (most of the provider 2 sdk access point, same API key).
Anthropic sdk is more complex because the extra parameters you should set upfront before calling the API endpoint, openai is more simple, just change model + base_url to local (ollama)/other cloud provider (openrouter).
I believe the trend heading this way, everyone has their own choice of models (open source) + llm provider (local/cloud), whether they pay per token or coding plan subscription and piggyback llm usage via openai/anthropic sdk (like we’ve seen in OSS software/modern SaaS).