Access to the best OSS models for the cheapest prices on the market
Stop wrestling with complex SDKs. Just copy, paste, and start shipping.
curl -X POST https://crof.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "MODEL-FROM-LIST",
"messages": [{"role": "user","content": "Hello World"}]
}'