Developer platform

Playground

Talk to it in Derja. Or French. Or both.

Enter to send
Request
curl https://baarcha.tn/api/v1/chat/completions \
  -N \
  -H "Authorization: Bearer $BAARCHA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hannibal",
    "messages": [
      {
        "role": "user",
        "content": "شكونك إنتي بالضبط؟"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 512,
    "stream": true
  }'

Runs against the public v1 API with your key. This page executes the same call keylessly as a demo.