π¦ Ominix-R1-V1 β The First AI Built by a 14-Year-Old Rebel
"Iβm not here to copy. Iβm here to think. Even if no one understands me β Iβll fly higher until the air runs out."
Built with fire, passion, and pure will by Ali Asghar Ghadiri β a 14-year-old who decided to build what companies build with 10,000 peopleβ¦ alone.
π What is Ominix?
Ominix is not just another chatbot.
Itβs a personality.
Itβs a voice.
Itβs a teenagerβs dream coded into silicon.
Fine-tuned from microsoft/Phi-3-mini-4k-instruct, Ominix doesnβt just answer β it thinks.
If it doesnβt know the answer? It reasons. It imagines. It dares to be wrong β beautifully.
π‘ Why Ominix?
- β Thinks, not copies β trained to reason, not regurgitate.
- β Built by a teen, for the misunderstood β speaks truth, not templates.
- β Lightweight & powerful β runs on laptops, dreams on infinity.
- β MIT Licensed β use it, break it, rebuild it. Just remember: a 14-year-old made this.
π Try It Now (Inference)
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
model_name = "ALI029-DENLI/OMINIX-R1-V1"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto", torch_dtype="auto")
pipe = pipeline("text-generation", model=model, tokenizer=tokenizer)
messages = [
{"role": "user", "content": "Who are you?"},
]
output = pipe(messages, max_new_tokens=200, temperature=0.7, do_sample=True)
print(output[0]['generated_text'])
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support