Remix.run Logo
8cvor6j844qw_d6 a day ago

Should I be looking at someting like an OpenRouter or AI gateway to ensure uptime for something that currently relies on Anthropic API?

Or is there a better alternative to address this availability concern?

floydnoel a day ago | parent | next [-]

OpenRouter works great! I wrote a coding agent CLI that uses it, new models get added all the time. You can check out the code here: https://github.com/nerds-with-keyboards/flite/blob/main/bin/...

retrovrv a day ago | parent | prev [-]

Your best bet is having an account on AWS Bedrock & Vertex AI so you're able to route your request to the same model (such as claude-sonnet-4) but on a different provider.