Kedy Orion
All models

General · Open source · Apache 2.0

Kedy Orion

A 1B parameter general-purpose model — balanced, fast, and instruction-tuned for everyday tasks like chat, summarization, and question answering.

Parameters1B
Context8 192 tokens
LicenseApache 2.0
Min. RAM2 GB
Runs onCPU / GPU

Conversational AI

Power chatbots, virtual assistants, and customer support with natural dialogue.

Summarization

Condense long documents, articles, and reports into clear, concise summaries.

Q&A

Answer questions over documents, knowledge bases, and unstructured text.

Content creation

Draft emails, blog posts, product descriptions, and social copy at scale.

MMLU61.4%

57-subject multiple choice exam spanning STEM, humanities, law, medicine, and more.

HellaSwag80.2%

Commonsense NLI — predicting the correct continuation of an everyday scenario.

ARC-Challenge58.7%

Hard science questions that require knowledge and reasoning beyond pattern matching.

TruthfulQA52.1%

Measures tendency to reproduce common human misconceptions and hallucinations.

WinoGrande74.3%

Commonsense pronoun resolution requiring world knowledge and reasoning.

MT-Bench7.1 / 10

Multi-turn conversation quality judged by GPT-4 across 8 capability categories.

# Install Kedy CLI
pip install kedy

# Pull the model
kedy pull orion-1b

# Run inference
from kedy import Model

model = Model("orion-1b")
response = model.chat([
    {"role": "user", "content": "Summarize the key points of the Paris Agreement."}
])
print(response.text)

Ready to use Orion?

Free and open source. Runs on your hardware. No account required to download.