REST API Premium Proxy

Portfolio AI Wrapper

A secure gateway to premium AI models. Integrate powerful AI capabilities into your apps.

Endpoint

POST https://ivansantoso.my.id/api/chat

Supported Models

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)

Authentication

Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY

CURL Example (Windows CMD)

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 Example (Bash/Mac/Linux)

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"
  }'
Live Playground
NO KEY

Enter your API Key below to start testing.