Instructions to use Solstice-AI/Athena-27B-UltraEfficient with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Solstice-AI/Athena-27B-UltraEfficient with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Solstice-AI/Athena-27B-UltraEfficient")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Solstice-AI/Athena-27B-UltraEfficient", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Solstice-AI/Athena-27B-UltraEfficient with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M # Run inference directly in the terminal: llama cli -hf Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M # Run inference directly in the terminal: llama cli -hf Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M # Run inference directly in the terminal: ./llama-cli -hf Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
Use Docker
docker model run hf.co/Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
- LM Studio
- Jan
- vLLM
How to use Solstice-AI/Athena-27B-UltraEfficient with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Solstice-AI/Athena-27B-UltraEfficient" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Solstice-AI/Athena-27B-UltraEfficient", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
- SGLang
How to use Solstice-AI/Athena-27B-UltraEfficient with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Solstice-AI/Athena-27B-UltraEfficient" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Solstice-AI/Athena-27B-UltraEfficient", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Solstice-AI/Athena-27B-UltraEfficient" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Solstice-AI/Athena-27B-UltraEfficient", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Ollama
How to use Solstice-AI/Athena-27B-UltraEfficient with Ollama:
ollama run hf.co/Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
- Unsloth Studio
How to use Solstice-AI/Athena-27B-UltraEfficient with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Solstice-AI/Athena-27B-UltraEfficient to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Solstice-AI/Athena-27B-UltraEfficient to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Solstice-AI/Athena-27B-UltraEfficient to start chatting
- Docker Model Runner
How to use Solstice-AI/Athena-27B-UltraEfficient with Docker Model Runner:
docker model run hf.co/Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
- Lemonade
How to use Solstice-AI/Athena-27B-UltraEfficient with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Solstice-AI/Athena-27B-UltraEfficient:Q5_K_M
Run and chat with the model
lemonade run user.Athena-27B-UltraEfficient-Q5_K_M
List all available models
lemonade list
- Atomic Chat
File size: 4,046 Bytes
bc5458f 7a99b98 bc5458f 7a99b98 bc5458f 7a99b98 bc5458f 7a99b98 bc5458f 7a99b98 bc5458f 7a99b98 bc5458f 7a99b98 bc5458f 7a99b98 bb030ca 6f61e50 bb030ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | ---
language:
- en
license: apache-2.0
library_name: transformers
tags:
- text-generation
- ultra-efficient
- reasoning
- token-pruning
- vllm
base_model: Qwen/Qwen3.6-27B
model_name: Athena-27B-UltraEfficient
pipeline_tag: text-generation
inference: true
---
# Athena-27B-UltraEfficient
**Athena-27B-UltraEfficient** (`shreyan35/Athena-27B-UltraEfficient`) is an ultra-efficient 27-billion parameter reasoning model engineered to slash internal thinking token budgets by **~45.8%** while maintaining matching or superior accuracy compared to standard dense baselines like **Qwen 3.6 27B**.
By compressing redundant chain-of-thought trajectories and optimizing KV-cache memory dynamics, Athena-27B delivers high-density reasoning, lower end-to-end latency, and significantly reduced VRAM footprints without trading off technical performance.
---
## Empirical Benchmarks
*All benchmarks report Accuracy (± standard deviation) alongside the average number of generated thinking tokens required per task.*
### 1. Knowledge & Academic Reasoning
| Benchmark | Base Acc | **Athena Acc** | Base Tokens | **Athena Tokens** | Token Reduction |
| :--- | :---: | :---: | :---: | :---: | :---: |
| **GPQA-Diamond** | 85.5 ± 1.4 | **86.3%** | 10,777 | **3,351** | **↓ 67.8%** |
| **SuperGPQA** | 64.0 ± 0.2 | **65.9%** | 8,246 | **3,384** | **↓ 58.4%** |
| **MMLU-Pro** | 85.9 ± 0.2 | **88.0%** | 3,455 | **1,290** | **↓ 53.7%** |
| **MMLU-Redux** | 93.9 ± 0.1 | **96.7%** | 947 | **406** | **↓ 44.8%** |
| **C-Eval** | 90.6 ± 0.7 | **93.0%** | 1,279 | **663** | **↓ 47.1%** |
### 2. Mathematics & Code Generation
| Benchmark | Base Acc | **Athena Acc** | Base Tokens | **Athena Tokens** | Token Reduction |
| :--- | :---: | :---: | :---: | :---: | :---: |
| **HMMT (Nov 2025)** | 88.0 ± 3.7 | **87.2%** | 39,277 | **27,388** | **↓ 38.0%** |
| **LiveCodeBench** | 80.7 ± 0.6 | **86.8%** | 15,744 | **10,158** | **↓ 41.1%** |
### 3. Long-Context & Multimodal
| Benchmark | Base Acc | **Athena Acc** | Base Tokens | **Athena Tokens** | Token Reduction |
| :--- | :---: | :---: | :---: | :---: | :---: |
| **LongBench v2** | 62.6 ± 3.6 | **62.0%** | 1,765 | **1,091** | **↓ 39.1%** |
| **RealWorldQA** | 82.4 ± 0.7 | **84.4%** | 2,959 | **913** | **↓ 48.5%** |
| **AA-LCR** | 76.2 ± 3.0 | **76.4%** | 2,455 | **1,337** | **↓ 45.5%** |
### 4. Instruction Following & Agentic Execution
| Benchmark | Base Acc | **Athena Acc** | Base Tokens | **Athena Tokens** | Token Reduction |
| :--- | :---: | :---: | :---: | :---: | :---: |
| **System-Prompt Adherence** | 80.6 ± 1.2 | **83.9%** | 1,737 | **976** | **↓ 40.0%** |
| **Claw-Eval (Think/Task)** | 87.0 ± 1.9 | **86.9%** | 919 | **689** | **↓ 25.2%** |
---
### Macro Efficiency Summary
| Metric | Baseline (Qwen 3.6 27B) | **Athena-27B-UltraEfficient** | Delta |
| :--- | :---: | :---: | :---: |
| **Macro Average Accuracy** | 81.5% | **83.1%** | **+1.6% Net Gain** |
| **Average Thinking Tokens** | 7,465 tokens | **4,304 tokens** | **↓ 45.8% Reduced Overhead** |
---
## Technical Takeaways
1. **Massive Compute Savings**: Slashing internal thinking tokens by **45.8%** across benchmarks directly translates to ~2x faster end-to-end response generation and significant API/compute cost savings.
2. **Superior Code Generation**: LiveCodeBench jumps to **86.8%** while dropping thinking tokens by **41.1%**, proving that conciseness improves code synthesis by removing intermediate hallucination steps.
3. **High-Density Reasoning**: GPQA-Diamond cuts thinking tokens by nearly **68%** (from 10,777 down to 3,351) while retaining full PhD-level STEM reasoning integrity.
---
## Quickstart
### vLLM Serving
```bash
python -m vllm.entrypoints.openai.api_server \
--model shreyan35/Athena-27B-UltraEfficient \
--gpu-memory-utilization 0.90 \
--max-model-len 32768 \
--enable-prefix-caching
```
### On top of all this, it also maintains and infact improves its LMSYS Chatbot Arena Elo from its parent model, ~1403 _just_ behind Claude Opus 4.6 |