Բջջային հեռախոս
Միաժամանակ մի քանի հարցումներ իրականացնել։ Ավելացնել հարցումները, ընտրել գործիք և դրանք բոլորը գործարկել։
1
—
Use this tool via API
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"}]}'