Everything you need to understand, publish, and use OMLA‑licensed models.
OMLA keeps models freely usable for personal/research work and requires a 30% share of net revenue for commercial use. Models are registered with a single payout address (OMLA wallet) so funds can be automatically split upstream.
Personal/Research: free. Commercial: share 30% of net revenue with upstream creators.
Every model has a unique wallet. Derivatives declare contributions; splits cascade automatically.
Use auditable mechanisms (payment pointers, split contracts). Keep lightweight records.
The Publish page lets you enter model details, contributors, and upstream bases, then download a JSON descriptor.
{ "name": "OpenLM 1.0", "domain": "NLP", "wallet": "0xEXAMPLEWALLET", "source": "https://example.com/openlm", "description": "Example model entry.", "contributions": [ {"name": "You/Your Org", "percent": 100, "wallet": "0xYOURPAYOUT"} ], "bases": [] }
How to edit this section: replace the JSON example or link to your repo format if it changes.
Commercial users allocate 30% of net revenue to the model’s OMLA wallet. That pool pays upstream creators based on declared contributions.
Declare upstream models and contribution percentages. Creator self‑attribution is capped at 50% unless the Board approves an exception.
Fine‑tunes, LoRAs, merges, or adaptations based on a base model. List the base(s) and the percentage contribution for each.
OMLA-ID: <wallet>
to your model card/README and email verify@omla-ai.org.No official API yet. For now:
/data/models.json
for registry demos.Term | Meaning |
---|---|
OMLA wallet | The payout address for a model; used to route the 30% commercial share. |
Derivative | A model built from another (fine‑tune, LoRA, merge, adaptation). |
Contribution % | The share each upstream model/creator should receive. |
Net revenue | Gross receipts minus direct inference/serving costs for that use. |