Zen Specialty
Collection
Vertical-specific finetunes — finance, medical, legal, sql, translate, scribe, designer, etc. • 18 items • Updated
How to use zenlm/zen-designer-235b-a22b-thinking with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("visual-question-answering", model="zenlm/zen-designer-235b-a22b-thinking") # Load model directly
from transformers import AutoModelForImageTextToText
model = AutoModelForImageTextToText.from_pretrained("zenlm/zen-designer-235b-a22b-thinking", dtype="auto")Part of the Zen AI Model Family
The most advanced visual reasoning model with deep thinking capabilities:
This model features the most sophisticated thinking mode in the Zen family:
from transformers import AutoModelForVision2Seq, AutoProcessor
model = AutoModelForVision2Seq.from_pretrained("zenlm/zen-designer-235b-a22b-thinking")
processor = AutoProcessor.from_pretrained("zenlm/zen-designer-235b-a22b-thinking")
# Complex design reasoning
prompt = '''Analyze this UI design and suggest improvements:
<think>
- Consider user flow and accessibility
- Evaluate visual hierarchy
- Check consistency with design principles
- Propose specific improvements
</think>'''
inputs = processor(images=image, text=prompt, return_tensors="pt")
output = model.generate(**inputs, max_thinking_tokens=100000)
| Benchmark | Score | Rank |
|---|---|---|
| DesignBench | 94.2% | #1 |
| CreativeEval | 91.8% | #1 |
| VQA | 96.3% | Top 1% |
| MMMU | 89.7% | Top 2% |
| ChartQA | 92.1% | #1 |
# UI/UX Analysis with deep thinking
analysis = model.analyze(
screenshot,
enable_thinking=True,
thinking_depth="deep", # Uses up to 2M tokens
focus=["accessibility", "user_flow", "visual_hierarchy"]
)
# Creative brainstorming
ideas = model.brainstorm(
design_brief,
num_concepts=5,
thinking_mode="creative",
constraints=["mobile_first", "minimal_design"]
)
| Format | Active Size | Total Size | Use Case |
|---|---|---|---|
| FP16 | 44GB | 470GB | Research |
| INT8 | 22GB | 235GB | Production |
| INT4 | 11GB | 118GB | Edge deployment |
| GGUF Q4 | 11GB | N/A | CPU inference |
Built by Hanzo AI × Zoo Labs Foundation • Pushing the boundaries of visual AI
Unable to build the model tree, the base model loops to the model itself. Learn more.