How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Vortex5/Scarlet-Shadow-31B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/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
docker model run hf.co/Vortex5/Scarlet-Shadow-31B
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
48
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