Tonic
·
AI & ML interests
🤖Making robots to help people learn things quicker 👩🏻🚀🚀
Recent Activity
reacted to nwaughachukwuma's post with ❤️ 1 day ago # One API for Every Visual & OCR Models.
The VLM Run Gateway is a fully compatible API for OpenAI chat completions for visual intelligence. If you’re building document extraction or visual understanding, the Gateway exposes OCR, VQA, and detection behind a single interface you already know.
Read the docs: https://docs.vlm.run/gateway/introduction.
We actively support the following recent OCR and VQA models, which you can try today at no cost:
* zai-org/glm-ocr
* rednote-hilab/dots.mocr
* paddleocr/pp-ocrv6
* qwen/qwen3.5-0.8b
## Quickstart
### Python
```
from openai import OpenAI
client = OpenAI(base_url="https://gateway.vlm.run/v1/openai")
response = client.chat.completions.create(
model="zai-org/glm-ocr",
messages=[
{
"role": "user",
"content": [
{
"type": "document_url",
"document_url": {
"url": "https://storage.googleapis.com/vlm-data-public-prod/hub/examples/finance.sec-filings/tsla-8k.pdf"
},
},
],
}
],
extra_body={"method": "markdown", "document_dpi": 150},
)
print(response.choices[0].message.content)
```
### Curl
```
curl https://gateway.vlm.run/v1/openai/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer vlmrun" \
-d '{
"model": "zai-org/glm-ocr",
"messages": [
{
"role": "user",
"content": [
{
"type": "document_url",
"document_url": {
"url": "https://storage.googleapis.com/vlm-data-public-prod/hub/examples/finance.sec-filings/tsla-8k.pdf"
}
}
]
}
],
"method": "markdown",
"document_dpi": 150
}'
```
## Auth and limits
Anonymous auth is enabled, so you can omit the authorization header entirely, or send Bearer "" or Bearer vlmrun. Rate limits are 60 req/min and 1000 req/hr. View all activity Organizations
Tonic/sharing-stuff-with-frens
Tonic/l-operator-instruct
Tonic/voxtral-finetune-20250913_145448
Tonic/sending_files_online_for_my_friends
Updated
Image-Text-to-Text
• Updated • 1
Image-Text-to-Text
• Updated • 2
Image-Text-to-Text
• 2B • Updated Text Generation
• 21B • Updated • 20
• 7
Tonic/gpt-oss-20b-multilingual-reasoner
Text Generation
• Updated • 5
• 2
Tonic/gpt-oss-multilingual-reasoner
Tonic/petite-elle-L-aime-3-sft
Text Generation
• 3B • Updated • 22
• 1
Tonic/c4ai-command-a-03-2025-4bit_nf4_no_double
Text Generation
• 113B • Updated • 9
Tonic/c4ai-command-a-03-2025-4bit_fp4
Text Generation
• 113B • Updated • 8
Tonic/c4ai-command-a-03-2025-4bit_nf4_double
Text Generation
• 114B • Updated • 7
Translation
• 3B • Updated • 180
• 7
Translation
• 3B • Updated • 9
• 5
Translation
• 3B • Updated • 3
• 1
Tonic/climate-guard-toxic-agent
Text Classification
• 0.1B • Updated • 7
• 1
Text Generation
• Updated • 3
Tonic/video-swin-transformer
Updated • 30
• 3
Tonic/paligemma-3b-pt-896
Updated • 7
• 5
Question Answering
• Updated • 3
• 8
Updated • 6
• 10
Reinforcement Learning
• Updated • 1