curl https://apigw.mka1.com/api/v1/llm/responses \ --request POST \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --data '{ "model": "meetkai:functionary-urdu-mini-pak", "input": "What is the capital of France?", "stream": false }'
Was this page helpful?