Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
إنشاء استجابة محادثة مع دعم Streaming
data: [DONE]
curl https://api.mibyanai.com/v1/chat/completions \ -H "Authorization: Bearer $MIBYAN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "mibyan-4.1", "messages": [{"role": "user", "content": "مرحبًا"}], "stream": true }'