A secure gateway to premium AI models. Integrate powerful AI capabilities into your apps.
POST https://ivansantoso.my.id/api/chat
| Model ID | Description |
|---|---|
| minimax/minimax-m2.5:free | MiniMax M2.5 (Free) |
| arcee-ai/trinity-large-preview:free | Arcee Trinity Large Preview (Free) |
| nvidia/nemotron-3-super-120b-a12b:free | NVIDIA Nemotron 3 Super 120B A12B (Free) |
| z-ai/glm-4.5-air:free | Z.AI GLM 4.5 Air (Free) |
Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
curl -X POST "https://ivansantoso.my.id/api/chat" ^
-H "Content-Type: application/json" ^
-H "Authorization: Bearer YOUR_API_KEY" ^
-d "{\"action\": \"send_message\", \"message\": \"Hello!\", \"model\": \"minimax/minimax-m2.5:free\"}"
curl -X POST 'https://ivansantoso.my.id/api/chat' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"action": "send_message",
"message": "Hello!",
"model": "minimax/minimax-m2.5:free"
}'
Enter your API Key below to start testing.