Demo chat
The demo chat endpoint lets you interact with AI models without signing up or deploying an agent. Requests are rate-limited by IP address.List available models
Response (200)
Send a demo message
Request body
Example request
Response (200)
Error responses
The demo endpoint uses a fixed max token limit of 1024 and does not support streaming. For full chat capabilities, use the AI chat endpoint with a subscription plan.
Every successful demo chat request automatically logs token usage and cost to the usage tracking system. Demo requests are recorded with
userId: "demo" and agentId: "demo-chat", and are visible in the cost dashboard.