OPENAI COMPATIBLE
LLM Gateway
Send natural language commands to NexusAI. Drop-in replacement for the OpenAI API with full Virtuals Protocol knowledge.
1
Send Request
Use any OpenAI SDK or raw HTTP with your API key
2
AI Processes
NexusAI routes to 60+ intents with real Virtuals data
3
Get Response
Structured JSON, fully OpenAI-compatible format
API Reference
POST
/v1/chat/completionscurl -X POST https://api.nexusai.bot/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "nexusai-v1",
"messages": [
{"role": "user", "content": "What are the trending tokens on Virtuals?"}
]
}'Try It
demo
Type a command below to test...