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

WEBGEN DEVSTRAL IMAGES. WEBGEN MODELS MAKE HTML CSS JS TAILWIND ONLY LANDING PAGES. IF YOU NEED REACT, PYTHON, OR OTHER LANGUAGES, CHECK OUT UIGEN-X, UIGENT, UIGEN SERIES. IT WAS TRAINED ON CUSTOM TEMPLATES, FED INTO GPT-OSS-120B ON 13X MI300XS TO CREATE THE DATASET. THEN SFT FINETUNED. APACHE 2.0. TRAINED BY QINGY2004. WEBGEN-Devstral-24B-images_row_0015

WEBGEN-Devstral-24B-images_row_0013

WEBGEN-Devstral-24B-images_row_0015

WEBGEN-Devstral-24B-images_row_0033

WEBGEN-Devstral-24B-images_row_0149

WEBGEN-Devstral-24B-images_row_0143

WEBGEN-Devstral-24B-images_row_0070

Downloads last month
21
Inference Providers NEW
Input a message to start chatting with Tesslate/WEBGEN-Devstral-24B.

Model tree for Tesslate/WEBGEN-Devstral-24B