Playground
Teste a API diretamente no navegador
← Documentação
Resposta
A resposta aparecerá aqui.
Equivalent cURL:
curl https://api.arena-ia.com/v1/chat/completions \ -H "Authorization: Bearer arena-SUA_CHAVE" \ -H "Content-Type: application/json" \ -d '{ "model": "aria", "messages": [ { "role": "user", "content": "Olá! Em uma frase, o que é inteligência artificial?" } ], "stream": true }'