OpenAI-Compatible Request
curl https://api.crosscompute.ai/v1/chat/completions \
-H "Authorization: Bearer cc_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "best/quality",
"messages": [{"role":"user","content":"Plan a GTM launch"}]
}'