Pangolahan batches
Prosesaké prompt kang akèh ing wektu kang padha. Tambahaké prompt, pilih piranti, lan lakuaké kabèh.
1
—
Gunake piranti iki liwat API
Otomatisasi piranti iki saka kode dhewe. OpenAI-kompatibel REST endpoint, Bearer-token otentikasi, ora ekstra SDK dibutuhaké. Token biaya 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"}]}'