GLM-OCR is a lightweight professional OCR model with only 0.9B parameters, achieving SOTA performance with a score of 94.62 on OmniDocBench V1.5. Optimized for real-world business scenarios, it delivers high-precision recognition for handwritten text, stamps, and code documentation. The model supports directly rendering complex tables into HTML code and extracting structured data from IDs and receipts into standard JSON format, enabling high-accuracy document parsing with minimal resource consumption.
Use your MyRouter API key with an OpenAI-compatible request body.
curl https://api.jiekou.ai/v1/chat/completions \
-H "Authorization: Bearer $MYROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "zai-org/glm-ocr",
"messages": [{"role":"user","content":"Hello from MyRouter"}]
}'