Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
👋
Open to Work
0.6
TFLOPS
Joseph [open/acc] Pollack
PRO
Tonic
517
473
2314
Follow
DavidKRK's profile picture
jjokah's profile picture
loainazeerllp's profile picture
626 followers
·
1,958 following
https://discord.gg/qdfnvSPcqP
josephpollack
Tonic-AI
josephpollack
AI & ML interests
🤖Making robots to help people learn things quicker 👩🏻🚀🚀
Recent Activity
upvoted
a
changelog
1 day ago
MCP Server Enhancements
liked
a model
2 days ago
Nanbeige/Nanbeige4.2-3B
reacted
to
nwaughachukwuma
's
post
with ❤️
2 days 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
's Spaces
165
Sort: Recently updated
Runtime error
Agents
7
E5
🐣
Runtime error
Agents
Cosmo 1B GPU Demo
⚡
Runtime error
Agents
Neo
🐇
Runtime error
Agents
2
stablecode2
⚖
Runtime error
Agents
4
Tonic's Texify
✖
Runtime error
Agents
Tonics Stable Video xt-1-1
🎥
Runtime error
Agents
Noorbot
🌚
Runtime error
Agents
SureRAG
🔬
Runtime error
Agents
Prometheus VL
👀
Runtime error
Agents
3
Olmo
👴
Build error
1
WhisperFusionTest
📉
Runtime error
Agents
E5connector
🐨
Runtime error
Agents
2
Coherebot Gradio Discord Bot
🏢
Runtime error
Agents
Gemini Playground
💬
Runtime error
Agents
Easytulu Gradio Discord Bot
🔥
Runtime error
Chat Ui Template
🚀
Paused
TruLensQwen1 8B
🏆
Runtime error
Agents
EasyYI
🐣
Paused
Agents
1
ClaireGPT Chat
🌜
Runtime error
Agents
1
MultiMedTulu
⚕
Runtime error
Agents
OpenGPT
🚀
Runtime error
Agents
OpenGPT
🚀
Runtime error
Agents
OpenGPT
🚀
Runtime error
Agents
OpenGPT
🚀
Find dating advice and matches with a friendly chatbot
Previous
1
...
3
4
5
6
7
Next