UINTELL TECHNOLOGIES

API

OpenAI-compatible endpoint at https://uintell.org/v1

Models: uintell-agent · uintell-flash · uintell-pro

List models:

curl https://uintell.org/v1/models

Chat completion:

curl https://uintell.org/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"model":"uintell-pro","messages":[{"role":"user","content":"Hello"}]}'