پڕۆسێسی کردن
بە یەکجاری چەند پرسیارێک ئەنجام بدە. پرسیارەکان زیاد بکە، ئامرازێک هەڵبژێرە، پاشان هەموویان ڕابکە
1
—
ئەم ئامرازە بەکاربهێنه لە ڕێگەی ئەپی پی
Automate this tool from your own code. OpenAI-compatible REST endpoint, Bearer-token auth, no extra SDK required. Token costs match the web interface.
curl -X POST https://api.free.ai/v1/chat/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model": "qwen7b", "messages": [{"role": "user", "content": "Hello"}]}'