通过 Barq 统一网关提供的高性能 AI 模型。
curl https://api.barqapi.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $BARQ_API_KEY" \
-d '{
"model": "gemma-2-9b",
"messages": [{"role": "user", "content": "你好!"}]
}'