How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "ray0rf1re/Nano-mini-6.99-v1"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "ray0rf1re/Nano-mini-6.99-v1",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/ray0rf1re/Nano-mini-6.99-v1
Quick Links

Nano-mini-6.99-v1

This is an XL (~76M param) model trained on UltraChat, FineWeb-Longish, and Codex. It supports Thinking, Tool Calling, and Advanced Reasoning.

Downloads last month
14
Safetensors
Model size
76.1M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support