Official Model

Orin — the model that speaks the protocol.

Orin is the Eternity Foundation's reference model. It is intent-native: it does not just answer prompts, it compiles them into verifiable .ety files, executes them under invariant gates, and explains every step in protocol terms.

Intent-native

Trained on the .ety grammar and the verification semantics — not retrofitted.

Verifiable

Every output passes through invariant gates before it reaches an agent or actuator.

Composable

Speaks MCP. Slots into IDEs, agent frameworks, robotics, and ops pipelines.

prompt → orin → .ety

Orin compiles natural language into structured intent. Below: a single sentence becomes a contract any agent in the network can execute under deterministic boundaries.

// "pay verified vendors weekly under 10k"
 
intent vendor_payouts
purpose: 'Disburse verified invoices weekly'
requires: ledger_access, payment_rail
must always: validate invoice against PO
must never: exceed 10000 without approval
verify: vendor_kyc && weekly_cap
end
model card
name
orin-1
family
intent-reasoning
context
256k tokens
modes
compile · verify · dispatch
tools
MCP-native
tuning
in-browser studio
license
protocol-open
→ Read the protocol