All models · Pricing · API docs
glm-5.3-flash API
GLM-5.3-Flash (Z.AI) — premium wallet model · pay per token from balance · 1.3M context · reads images and calls tools · ⚠ third-party provider: requests are processed by an external upstream
- Type: LLM · chat · reasoning · зрение · 1.3M ctx · pay-as-you-go
- Context: 1.3M
- Access: Wallet · pay per token
- Endpoint: /v1/chat/completions, /v1/responses
Requests to this model are processed outside Russia.
How to connect: change one line — base_url. Get an sk- key in the dashboard.
curl https://api.neuraldeep.ru/v1/chat/completions \
-H "Authorization: Bearer $NEURALDEEP_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"glm-5.3-flash","messages":[{"role":"user","content":"Hello"}]}'