Text Generation
Transformers
Safetensors
English
mistral
web-generation
html
css
tailwind-css
ui-generation
web-design
small-model
qwen3
conversational
text-generation-inference
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.

- Downloads last month
- 21






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?" } ] }'