Skip to content

Model Labs

ByteDance

Technology company whose AI-for-science team publishes the Protenix structure models.

Structure prediction1 model

Models on Rafflesia

Protenix v2

activeApache-2.0
bytedance/protenix/v2/fold

Predict all-atom protein, nucleic-acid, and ligand complex structures with the 464M-parameter Protenix v2 checkpoint in explicit query-only alignment mode.

Structure predictionprotein_sequence + dna_sequence + rna_sequence + ligandstructure_artifact + confidence_measurements + msa_object
$0.10 / prediction

About

ByteDance is a global technology company. Its AI-for-science research publishes Protenix, an open reproduction and extension of all-atom biomolecular structure prediction.

On Rafflesia, ByteDance's Protenix v2 is served for production use via the runs API.

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.

run.sh
# 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": "bytedance/protenix/v2/fold",
        "input": { "sequence": "MKTAYIAK..." }
      }'