Helium AI Chat

Send a message to start a conversation with the Helium AI API. Your API key is pre-loaded.

0 tokens used

Press Enter to send · Shift+Enter for new line

API Playground

Build and test raw API requests directly in the browser.

POST https://api.he2.ai/v1/chat/completions

Request Body

Response
// Response will appear here after sending a request...

cURL Command

curl -X POST https://api.he2.ai/v1/chat/completions \
  -H "Authorization: Bearer he-T5JRav034s7Ar1hHlCISOmnmrEIDnk0t0a6A" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"Hello!"}]}'