API Playground

Use the interactive tester below to send live requests to the API. Edit the JSON payload directly to customize the model, messages, and parameters.

POST
https://api.ai.seedofcode.dev/api/chat
Loading...
curl -X POST https://api.ai.seedofcode.dev/api/chat \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer " \
  -d '{
  "model": "qwen2.5vl:7b",
  "messages": [
    {
      "role": "user",
      "content": "What is 2+2?"
    }
  ]
}'
RESPONSE
Click "Send Request" to see the API response.