Skip to main content

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

No authentication required. Returns the list of models available in demo mode.

Response (200)

Send a demo message

No authentication required. Rate-limited by IP address.

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.

Examples

List models

Send a message

Send with conversation history