AIML What is your preferred aggregator for AI services?

I have been using perplexity but I find myself going back to claude.ai for coding related tasks. Even though perplexity has the same model (sonnet 4) i find that it doesnt give the same level of output as in claude.ai. Might be something to do with how they cut short the context window in their api calls.
Yes perplexity limits context tokens to 32k per prompt.
 
I've been using perplexity. The code it writes is not as good as chat gpt free version, with any of the models. It's only good for research. Not for any other tasks
I use Perplexity Pro the most, but it is not even good for research. It gets the things I already know, wrong. When I correct it, it agrees and yet again provides incorrect info and the loop repeats. It seems near impossible to expect accurate summaries from any of the platforms, as you need to know it is wrong, to find the mistake.
 
I use Perplexity Pro for general research when I want quick answers without jumping across websites.
But as @t3chg33k pointed out, it's not great, actually none of them are perfect. It really depends on what you're trying to do.

For automation calls, I use OpenRouter. If you're looking for an alternative, LiteLLM is a good self-hosted option.