Start using KrosAI API in under 5 minutes
curl https://api.krosai.com/v1/completions \ -H 'accept: application/json' \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Translate to Yoruba: Hello, how are you?", "model": "KrosMLingual1.0.1" }'