heyo今日无事,分享一个自用服务,AnyRouter转openai跳过cli可在Open WebUI中愉快玩耍 Anthropic->openai 中发帖

AnyRouter转openai 
跳过cli可在Open WebUI中愉快玩耍
Anthropic->openai
[image]
[image]
http://23.82.99.102:8087/v1/chat/completions

curl --location --request POST ‘http://[23.82.99.102:8087](http://23.82.99.102:8087/v1/chat/completions’
–header ‘Authorization: Bearer 你的AnyRouter apikey’
–header ‘Content-Type: application/json’
–data-raw ‘{
“model”: “claude-opus-4-5-20251101”,
“messages”: [
{
...