Quickstart
Get Your API Key
Use LLM Models (Text Chat)
curl 'https://cloud.vtrix.ai/llm/chat/completions' \
-H "Authorization: Bearer YOUR_API_KEY" \
-H 'Content-Type: application/json' \
-d '{
"model": "vtrix-gpt-5",
"messages": [{"role":"user","content":"hello"}]
}'Use AI Agents (Specialized Capabilities)
Use Multi-Modal Models (Image Generation)
Last updated