Zen VL 4B Agent

Zen LM by Hanzo AI โ€” Compact vision-language agent for multimodal reasoning.

Specs

Property Value
Parameters 4B
Context Length 32,768 tokens
Architecture Zen MoDE (Mixture of Distilled Experts)
Task Vision-Language / Agent

API Access

from openai import OpenAI

client = OpenAI(
    base_url='https://api.hanzo.ai/v1',
    api_key='your-api-key',
)

response = client.chat.completions.create(
    model='zen-vl-4b-agent',
    messages=[{
        'role': 'user',
        'content': [
            {'type': 'text', 'text': 'What is in this image?'},
            {'type': 'image_url', 'image_url': {'url': 'https://example.com/image.jpg'}},
        ],
    }],
)
print(response.choices[0].message.content)

License

Apache 2.0

Downloads last month
24
Safetensors
Model size
4B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using zenlm/zen-vl-4b-agent 1