Kedy Maxwell
All models

Scientific · Open source · Apache 2.0

Kedy Maxwell

A 1B parameter model trained on scientific literature, mathematical reasoning, and STEM domains — compact enough to run locally, precise enough to trust.

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

Research assistance

Summarize papers, extract methods, and synthesize findings across literature.

Math & equations

Step-by-step solutions for algebra, calculus, statistics, and formal proofs.

Data analysis

Interpret results, suggest statistical methods, and explain experimental design.

STEM education

Explain complex concepts, generate practice problems, and tutor students.

MATH58.2%

Competition math problems requiring multi-step reasoning across 7 difficulty levels.

GSM8K74.1%

Grade school math word problems requiring 2–8 step arithmetic reasoning.

GPQA41.3%

Graduate-level expert questions in biology, chemistry, and physics.

MMLU-STEM68.9%

STEM subset of Massive Multitask Language Understanding covering 20 science domains.

SciQ93.4%

Science questions from natural science exams and educational resources.

ARC-Challenge62.8%

Hard science questions requiring knowledge beyond simple retrieval or co-occurrence.

# Install Kedy CLI
pip install kedy

# Pull the model
kedy pull maxwell-1b

# Run inference
from kedy import Model

model = Model("maxwell-1b")
response = model.generate(
    "Derive the quadratic formula from ax² + bx + c = 0.",
    max_tokens=512
)
print(response.text)

Ready to use Maxwell?

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