Multi-Model
READYGLM, DeepSeek, GPT, Claude via /v1/chat/completions
4model tersedia
- glm-5.2
- deepseek-v4-flash
- deepseek-v4-pro
- deepseek-v4-mod
curl https://api.ngawi-proxy.cloud/v1/chat/completions \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"model":"glm-5.2","stream":true,"messages":[{"role":"user","content":"hi"}]}'Grok
READYGrok chat + Imagine image via /v1 · model selection = GET /v1/models
7model tersedia
- grok-4.5
- grok-4.5-low
- grok-4.5-medium
- grok-4.5-high
- grok-imagine-image
- grok-imagine-image-edit
- grok-imagine-image-quality
curl https://api.ngawi-proxy.cloud/v1/chat/completions \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"model":"grok-4.5","stream":true,"messages":[{"role":"user","content":"hi"}]}'