O
Oxen/accounts-fireworks-models-qwen-qwq-32b-preview

accounts-fireworks-models-qwen-qwq-32b-preview

Ready to build with accounts-fireworks-models-qwen-qwq-32b-preview?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "accounts-fireworks-models-qwen-qwq-32b-preview",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'