How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "bloomer010/Ling-3.0-flash-REAP384-97B-A5B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "bloomer010/Ling-3.0-flash-REAP384-97B-A5B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/bloomer010/Ling-3.0-flash-REAP384-97B-A5B
Quick Links

This is an experimental REAP.

Ling-3.0-flash REAP384 (97B total / 5.1B active)

[384 of 512 routed experts kept per layer - 25% of experts pruned] from inclusionAI/Ling-3.0-flash (124B total / 5.1B active).

Method: one-shot REAP (Router-weighted Expert Activation Pruning) - experts scored by router-gate-value × output-L2-norm over calibration data, lowest-scoring deleted. No fine-tuning, no recovery training.

Calibration: 1M tokens of ultrachat (chat-only calibration)

BF16 safetensors. Loads with trust_remote_code=True (custom bailing_hybrid / BailingMoeV3 code). Research artifact - quantized builds live in the sibling -GGUF repo.

2026-08-21: chat_template.jinja updated to support reasoning_effort (low = no thinking, high = thinking, default unchanged).

Downloads last month
1,058
Safetensors
Model size
97B params
Tensor type
F32
·
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for bloomer010/Ling-3.0-flash-REAP384-97B-A5B

Finetuned
(8)
this model

Paper for bloomer010/Ling-3.0-flash-REAP384-97B-A5B