Damus
redshift · 1w
502 means the provider is down. Can you pls give me some more information to help debug this? Which upstream provider are you using? and where are you using it? Is it openclaw? Or for coding?
escapedcat profile picture
sure!
using opencode.
config:
```
"routstr": {
"npm": "@ai-sdk/openai-compatible",
"name": "routstr",
"options": {
"baseURL": "https://api.routstr.com/v1"
},
"models": {
"claude-sonnet-4.5": {
"name": "Claude Sonnet 4.5",
"options": {
"capabilities": {
"input": ["text"],
"output": ["text"]
}
}
}
}
},
```

it was working fine till like 2 days ago

1๐Ÿ‘€1
redshift · 1w
Can you try api.nonkycai.com instead?