Marketplace · 45+ models
Automation & RPA Software that does the work
Process automation, workflow AI, document processing, intelligent OCR, and RPA agents — for finance ops, contract review, KYC, and back-office automation.
Editor's pick
The automation & rpa model most teams reach for first.
LayoutLMv3
Multimodal layout-aware document understanding (text + image + position).
Spec sheet
- Family
- Microsoft
- Parameters
- 133M / 368M
- License
- CC-BY-NC-SA 4.0
- Status
- Live
- Best for
- Software that does the work
- Sits in
- Automation & RPA
Pricing and routing rank visible on InferenceBench. Variants and quantisations appear in the Yobibyte deploy console.
The rest of the lineup
5 more in Automation & RPA. All deployable in one click.
Transformer-based OCR for printed and handwritten text recognition.
Pretrained on web screenshots — strong on charts, UIs, and infographics.
Production-grade multilingual OCR pipeline with table recognition.
Vision-language model specialized for UI and infographic understanding.
Showing 6 of 45+. The full catalog (with quantisations, hardware variants, and per-region pricing) lives in the Yobibyte console.
Quick start
Five lines to your first automation & rpa call.
Every model in this category is reachable from the same Yobitel SDK. Swap the model name; the rest of the call shape stays identical. Authenticated via your workspace key.
from yobitel import Inference
# LayoutLMv3 — document understanding
client = Inference(model="microsoft/layoutlmv3")
invoice = client.extract(
pdf="invoice_2025_q1.pdf",
schema={
"invoice_number": "string",
"total_amount": "decimal",
"line_items": "array",
"payment_terms": "string",
},
)
print(invoice.invoice_number, invoice.total_amount)Where teams ship this
Real automation & rpa. In production.
Four use cases that customers run today. Pick a model from the lineup above, deploy on Yobibyte, plug it into the surrounding stack. Done.
- 01
Invoice and receipt processing
- 02
Contract analysis and clause extraction
- 03
Form and ID document understanding
- 04
Email triage and ticket routing
Frameworks
Bring what your team already knows
Yobitel handles the serving layer (GPU scheduling, KV cache, autoscaling, request batching) so your team focuses on the model and the product.
Learn about YobibyteExplore the rest
Other categories in the marketplace
Computer Vision
Object detection, image classification, segmentation
NLP & Language
Text generation, translation, sentiment, summarization
Generative AI
Image gen, text gen, code gen, multimodal
Data Analytics
Predictive analytics, forecasting, anomaly detection
Industry-Specific
Vertical-specific models by industry
Speech & Audio
ASR, TTS, speaker diarization, audio classification
Recommendation
Recommender systems, personalization, content matching
Don't see what you need?
Bring your own model or fine-tune one of ours. Yobitel engineers can sit with your team and ship the right stack.