Bioptimus
Biology foundation-model company behind the H-optimus histopathology models.
Models on Rafflesia
H-optimus-0
Create pooled tile-level histopathology representations with the 1.1B-parameter H-optimus-0 vision transformer trained on H&E-stained whole-slide image tiles.
About
Bioptimus builds multi-scale foundation models for biology. Its first open-weight release, H-optimus-0, is a 1.1B-parameter vision transformer trained with self-supervision on hundreds of millions of H&E histopathology tiles drawn from over 500,000 slides.
On Rafflesia, H-optimus-0 is served for tile-level histopathology feature extraction via the runs API through the same provider/family/variant endpoint convention as the sequence models.
Use these models
Every endpoint speaks the same run lifecycle: POST the endpoint id and a typed input, get a run back with outputs, provenance, and measured billing.
# one run lifecycle, every endpoint
curl https://api.rafflesia.ai/v1/runs \
-H "Authorization: Bearer $RAFFLESIA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"endpoint": "bioptimus/h-optimus/0/embed",
"input": { "sequence": "MKTAYIAK..." }
}'