› api.died.pw
curl -X POST https://api.died.pw/v1/chat/completions -H 'Content-Type: application/json' -H 'Authorization: Bearer sk-your-key' -d '{
"model": "openai/gpt-4.1",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'
✓ Request sent
✓ Running AI model
✓ Streaming tokens…
Available models
View all →- openai/gpt-4.1model
- openai/gpt-4.1-minimodel
- openai/gpt-4.1-nanomodel