Welcome, User

Make your first API request

Add credits to start using the API.
Credit balance: $0.00
Start using the API key
Copy the key as you won't see this again
Ready to use
xai-ZbLpbuYR9L2p4onYLcj3qXPECKK8ybUykPhEZQDmNn4dGLtfPJuWix5bsCSz01sB9UTAJ2H8q9UCfTuW
Try Playground
curl https://api.caether.ai/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $CAETHER_API_KEY" \
  -d '{
    "model": "caether-4.3",
    "input": [
      {
        "role": "system",
        "content": "You are Caether, a highly intelligent, helpful AI assistant."
      },
      {
        "role": "user",
        "content": "What is the meaning of life, the universe, and everything?"
      }
    ]
}'