关键指标与最近活动一览。
https://ai.oceango.hk/v1
还没有密钥
curl https://ai.oceango.hk/v1/chat/completions \ -H "Authorization: Bearer $AIROUTER_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4o", "messages": [{"role": "user", "content": "Hello"}] }'