How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "EditorAI-Geode/EditorAI-legacy"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "EditorAI-Geode/EditorAI-legacy",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/EditorAI-Geode/EditorAI-legacy
Quick Links

EditorAI — legacy model family

This repo contains an early experimental EditorAI release. For current usage, see the versioned releases:

Used by the EditorAI Geode mod to generate Geometry Dash levels via local AI.

License

Apache-2.0.

Downloads last month
80
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with EditorAI-Geode/EditorAI-legacy.

Model tree for EditorAI-Geode/EditorAI-legacy

Quantizations
1 model