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 "Vortex5/Scarlet-Shadow-31B" \
    --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": "Vortex5/Scarlet-Shadow-31B",
		"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 "Vortex5/Scarlet-Shadow-31B" \
        --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": "Vortex5/Scarlet-Shadow-31B",
		"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

Scarlet-Shadow-31B

Scarlet-Shadow-31B artwork

Overview

Scarlet-Shadow-31B was created by merging Glimmering-Citrus-31B, Dark-Scarlett-v2.0-31B, gemma-4-31B-it-scotoma-2, and Gemma-4-31B-it using a custom method.

Merge Configuration
base_model: google/gemma-4-31B-it
models:
  - model: Vortex5/Glimmering-Citrus-31B
  - model: ReadyArt/Dark-Scarlett-v2.0-31B
  - model: ReadyArt/gemma-4-31B-it-scotoma-2
merge_method: fcar
chat_template: auto
parameters:
  strength: 1.0
  gain: 0.5
  focus: 0.55
  recover: 0.25
  distinct: 0.65
dtype: float32
out_dtype: bfloat16
tokenizer:
  source: union

Intended Use

Roleplay

Character interaction, dialogue, personas, and multi-turn scenes.

Creative Writing

Drafting fiction, descriptions, dialogue, and scene variations.

Storytelling

Short stories, longer narratives, plot development, and worldbuilding.

Brainstorming

Generating concepts, outlines, alternatives, and writing ideas.

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

Model tree for Vortex5/Scarlet-Shadow-31B

Collection including Vortex5/Scarlet-Shadow-31B