Trinity Cascade — Ollama Quickstart
This README provides quick Ollama commands and links for the three Trinity Cascade models: AION, KAIROS, LOGOS.
Important: Do not store model files in this repository — install or pull them using Ollama and link to Ollama pages.
Models & Commands
- AION
- Ollama model: oroboroslabs/aion9.5
- Pull:
ollama pull oroboroslabs/aion9.5 - Run:
ollama run oroboroslabs/aion9.5 - Repo page: https://oroboroslab.github.io/aion.html
- Ollama page: https://ollama.com/oroboroslabs/aion9.5
- KAIROS
- Ollama model: oroboroslabs/kairos9.5
- Pull:
ollama pull oroboroslabs/kairos9.5 - Run:
ollama run oroboroslabs/kairos9.5 - Repo page: https://oroboroslab.github.io/kairos.html
- Ollama page: https://ollama.com/oroboroslabs/kairos9.5
- LOGOS
- Ollama model: oroboroslabs/logos9.5
- Pull:
ollama pull oroboroslabs/logos9.5 - Run:
ollama run oroboroslabs/logos9.5 - Repo page: https://oroboroslab.github.io/logos.html
- Ollama page: https://ollama.com/oroboroslabs/logos9.5
Trinity Cascade Hub
- Hub page: https://oroboroslab.github.io/trinity-cascade.html
Example (pull and run AION)
ollama pull oroboroslabs/aion9.5
ollama run oroboroslabs/aion9.5
If you’d like, I can also add a short badge or link snippet you can paste into other READMEs to reference a specific model page.