How to use from
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 "UraionLabs/Uraion-Agent-Steer" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "UraionLabs/Uraion-Agent-Steer",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
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 "UraionLabs/Uraion-Agent-Steer" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "UraionLabs/Uraion-Agent-Steer",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Legacy / unsupported — H-Res runtime claims withdrawn

Status as of 2026-07-27: this repository is retained for provenance. It is not an active Uraion Labs product, is not used by FinStruct, and should not be deployed as an H-Res model.

The audit found 84 model.layers.*.hres.* tensors in model.safetensors, but config.json declares the stock Qwen2ForCausalLM architecture and contains no auto_map, custom model class, or loader that instantiates H-Res modules. The repository also contains no custom modeling code. Standard Transformers and vLLM loading therefore has no runtime module that consumes those tensors. Prior claims that H-Res loads automatically or has full vLLM support are withdrawn.

Additional gaps:

  • no held-out tool-use scores, raw predictions, base-model comparison, or reproducible evaluation;
  • training loss is not evidence of downstream capability;
  • the separate GGUF repository explicitly omits the H-Res tensors and is not a faithful H-Res deployment.

The full pre-audit card is preserved in LEGACY_CARD.md. The files remain public for inspection, not as a supported model release.

Current Uraion Labs work is FinStruct: auditable, local-first SEC filing extraction with evidence-linked benchmarks. See uraionlabs.com.

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

Model tree for UraionLabs/Uraion-Agent-Steer

Base model

Qwen/Qwen2.5-7B
Finetuned
(3084)
this model
Quantizations
1 model