LLM & ChatActive
Qwen / Qwen3.5-4B
Qwen3.5-4B
A compact yet capable LLM optimized for chat interactions and logical reasoning tasks. Designed for efficient deployment and accurate responses.
ChatLLMReasoningBf16LLM Tool Call
Model ID
Qwen3.5-4B
Provider
qwen
Updated
1776064742
wiro playground—qwen/Qwen3.5-4B
Updated 1776064742
Qwen3.5-4B Language Model
Overview
Qwen3.5-4B is a large language model designed for efficient deployment and high-quality text generation. It supports chat-based interactions and logical reasoning tasks with optimized performance.
What you can build
- Conversational AI assistants
- Question-answering systems
- Code generation tools
- Educational content creators
Inputs
- Prompt: Text input for the model to process.
- System Prompt: Optional instruction to guide behavior.
- User ID and Session ID: For tracking chat history.
- Generation parameters: Temperature, Top P, Max Tokens, etc.
Outputs
- Generated text responses tailored to the input prompt.
- Optionally formatted outputs when using structured prompts.
Recommended settings
- Temperature: 0.7 for balanced creativity and coherence
- Top P: 0.95 to sample from most probable tokens
- Max Tokens: Adjust based on desired output length
Limitations
- May occasionally produce inaccurate or biased responses
- Performance depends on hardware resources
- Accuracy varies with complexity of input tasks
Safety & compliance
- Designed to avoid harmful content
- Complies with ethical guidelines for AI use
- Users should review outputs for suitability
API quick start
Run Qwen3.5-4B with a single API call.
POST https://api.wiro.ai/v1/Run/Qwen/Qwen3.5-4B
{
"prompt": "Explain the Second Law of Thermodynamics …",
"user_id": "...",
"session_id": "...",
"enableThinking": "true"
}