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
516
473
2314
Follow
Divyabiju's profile picture
SethTharo's profile picture
jayomb's profile picture
628 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
11 days ago
MCP Server Enhancements
liked
a model
11 days ago
Nanbeige/Nanbeige4.2-3B
reacted
to
nwaughachukwuma
's
post
with β€οΈ
11 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
166
Sort:Β Recently updated
Runtime error
Agents
OpenGPT
π
Runtime error
Agents
OpenGPT
π
Runtime error
Agents
EasyBulbi Gradio Discord Bot
π
Runtime error
Agents
EasyBulbi
π
Runtime error
Agents
NeuralServer
π¦
Sleeping
Agents
Yestara
π
Runtime error
Agents
GeneralistAutogenAgent
π
Paused
Agents
Mistralmed
π₯
Runtime error
SocratesMistral
π’
Runtime error
Agents
2
Quran in Urdu
π
Runtime error
Agents
2
Bible Scriptures
π
Runtime error
Agents
happyfish
π‘
Runtime error
Agents
Ezchat
π
Runtime error
Agents
betterbeige
π‘
Runtime error
Agents
purplewave
π
Runtime error
Agents
synthvibes
πΉ
Runtime error
Agents
2
cybermints
π₯Ά
No application file
Agents
Autogen 1
π
Runtime error
Agents
1
indiansummer
β
Runtime error
Agents
2
GreenBlast
π
No application file
Agents
LunarLander
π¦
No application file
Agents
Qwen
π
Previous
1
...
5
6
7
Next