LLM & ChatActive
bytedance / seed-v2-mini
seed-v2-mini
A lightweight language model optimized for efficient inference and versatile applications in natural language processing tasks.
LLMPartner LLM
Model ID
seed-v2-mini
Provider
bytedance
Updated
1777044193
wiro playground—bytedance/seed-v2-mini
Updated 1777044193
## Overview
The Seed-V2 Mini LLM is a compact language model developed by ByteDance, optimized for efficient inference and versatile applications in natural language processing.
## What you can build
This model is suitable for building lightweight AI applications such as chatbots, summarization tools, and text classification systems where performance and speed are key.
## Inputs
- **Prompt**: Required input for the model's response.
- **Input Image**: Optional multiple images for visual understanding.
- **User ID & Session ID**: Required for maintaining chat history.
## Outputs
- Text-based responses generated from the prompt and optional visual inputs.
## Recommended settings
- Temperature: 1.0 (balanced creativity)
- Top P: 0.7 (nucleus sampling)
- Reasoning Effort: Medium (for balanced depth)
## Limitations
- Not optimized for highly complex reasoning tasks.
- Performance may vary depending on input complexity.
## Safety & compliance
Designed for responsible use in accordance with ByteDance's guidelines. Ensure all usage complies with applicable regulations.
API quick start
Run seed-v2-mini with a single API call.
POST https://api.wiro.ai/v1/Run/bytedance/seed-v2-mini
{
"prompt": "Tell me about Türkiye",
"inputImage": "https://your-cdn.com/input.png",
"user_id": "...",
"session_id": "..."
}