Marketplace · 50+ models
Industry-Specific Models that already speak your domain
Healthcare, finance, manufacturing, retail, energy, legal, and logistics domain-trained AI — pre-trained on industry corpora, ready to fine-tune on your data.
Editor's pick
The industry-specific model most teams reach for first.
Med-PaLM 2
Medical reasoning model surpassing USMLE pass-mark on board-style questions.
Spec sheet
- Family
- Google Research
- Parameters
- —
- License
- Research API
- Status
- Live
- Best for
- Models that already speak your domain
- Sits in
- Industry-Specific
Pricing and routing rank visible on InferenceBench. Variants and quantisations appear in the Yobibyte deploy console.
The rest of the lineup
5 more in Industry-Specific. All deployable in one click.
BERT pretrained on PubMed and PMC biomedical literature.
Financial sentiment classifier trained on analyst reports and filings.
Pretrained on EU and US legal corpora; strong on contract NLI tasks.
Finance-domain LLM trained on Bloomberg's 363B-token financial dataset.
Showing 6 of 50+. The full catalog (with quantisations, hardware variants, and per-region pricing) lives in the Yobibyte console.
Quick start
Five lines to your first industry-specific 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
# Med-PaLM 2 — clinical QA with citations
client = Inference(model="google/med-palm-2")
answer = client.ask(
question="First-line treatment for type 2 diabetes?",
citations=True,
audience="clinician",
)
print(answer.text)
for c in answer.citations:
print(f" → {c.source} ({c.year})")Where teams ship this
Real industry-specific. 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
Clinical decision support and triage
- 02
Financial risk scoring and compliance
- 03
Legal contract review and discovery
- 04
Scientific literature search and synthesis
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
Automation & RPA
Process automation, workflow AI, document processing
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.