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 "microsoft/GELab-Zero-4B-preview-Sico-Evolution" \
    --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": "microsoft/GELab-Zero-4B-preview-Sico-Evolution",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
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 "microsoft/GELab-Zero-4B-preview-Sico-Evolution" \
        --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": "microsoft/GELab-Zero-4B-preview-Sico-Evolution",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Quick Links
  • ๐Ÿ”ง This model is part of Sico โ€” an open-source platform for building and evolving Digital Workers, where AI agents and their human operators co-evolve through real work.
  • โญ Star the Sico repository to follow new evolved models and our model evolution pipeline โ€” this GUI agent is the first public release, with more on the way.
  • ๐Ÿ“„ Backed by our survey on agentic evolution and co-evolving humanโ€“AI systems.

GELab-Zero-4B-preview-Sico-Evolution

A 4B GUI agent fine-tuned (LoRA) from the open-source GELab-Zero-4B-preview base model on Microsoft Edge and Copilot UI trajectories. It is built with our general-purpose GUI model evolution pipeline โ€” an iterative mechanism that keeps lifting an agent's real task success rate round after round, and transfers to any GUI app.

Highlights

From 39.8% to 82.9%: Sico-Evolution achieves a dominant 82.9% Task Success Rate, a massive +43.1% absolute surge over the 39.8% base-model baseline.

Outperforms Closed-Source SOTAs: It edges out top proprietary giants like gpt-5.4 (79.7%), Claude-Opus-4.6 (81.3%), and claude-opus-4.7 (82.1%).

Vastly Exceeds Open-Source Models: It crushes leading competitors including kimi-k2.6 (62.6%) and UI-Venus-1.5-30B (61.0%).

Results

Edge / Copilot Test Cases โ€” TSR

Downloads last month
905
Safetensors
Model size
4B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for microsoft/GELab-Zero-4B-preview-Sico-Evolution

Adapters
6 models
Quantizations
5 models

Space using microsoft/GELab-Zero-4B-preview-Sico-Evolution 1