Integrate RAELA into your applications with a simple REST API.
https://api.raela.ai/v1Authorization: Bearer YOUR_API_KEYPOST /v1/chat/completions
{
"messages": [
{"role": "user", "content": "Hello"}
],
"max_tokens": 1000,
"temperature": 0.7
}