ASK RHODES Back to chat
ASK RHODES API
Pricing and reference
Available

Streaming chat completions

Ask Rhodes API

Use Rhodes from your own app with bearer-authenticated HTTPS requests. The chat endpoint is currently streaming-only: send "stream": true.

Pricing

Prepaid API balance, debited after each call. Web and app subscriptions do not cover ongoing API usage.

Token typePrice
Input$2 / 1M
Cached input$0.25 / 1M
Output$8 / 1M

Included API trial balance

Create an API key and start testing before adding prepaid balance. Trial usage is metered at the same published API rates.

Free accounts 50K tokens of included API trial balance.
Paid accounts 200K tokens of included API trial balance.

Use it

Base URL

https://rhodesai.com/v1

Authentication

Authorization: Bearer YOUR_API_KEY
Streaming chat completion
curl -N https://rhodesai.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "stream": true,
    "messages": [
      {"role": "user", "content": "Hello, Rhodes."}
    ]
  }'

Streaming only — always send "stream": true. Reuse an x-session-id header to continue a conversation.

Account tools

Keys and balance are managed from your Rhodes account.

Manage API keys Add API balance Sign in