Zen VL 8B Agent

Zen LM by Hanzo AI — Vision-language agent for advanced multimodal reasoning and tool use.

Specs

Property Value
Parameters 8B
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-8b-agent',
    messages=[{
        'role': 'user',
        'content': [
            {'type': 'text', 'text': 'Analyze this chart and summarize the trends.'},
            {'type': 'image_url', 'image_url': {'url': 'https://example.com/chart.png'}},
        ],
    }],
)
print(response.choices[0].message.content)

License

Apache 2.0

Downloads last month
29
Safetensors
Model size
9B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for zenlm/zen-vl-8b-agent

Quantizations
2 models