LLM & ChatActive
Qwen / Qwen3.5-27B-heretic
Qwen3.5-27B-heretic
A large language model optimized for chat interactions and reasoning tasks, designed for advanced users seeking powerful natural language processing capabilities.
ChatLLMReasoningBf16
Model ID
Qwen3.5-27B-heretic
Provider
qwen
Updated
1775161979
wiro playground—qwen/Qwen3.5-27B-heretic
Updated 1775161979
## Overview
Qwen3.5-27B-heretic is a large language model optimized for chat and reasoning tasks. It supports various parameters for fine-tuning outputs, including temperature, top-p, and repetition penalty.
## What you can build
- Conversational AI assistants
- Language understanding and reasoning systems
- Automated content generation tools
- Research and development in NLP and AI
## Inputs
- **Prompt**: The input text to process.
- **User ID** *(optional)*: Unique identifier for storing chat history.
- **Session ID** *(optional)*: Identifier for managing multiple sessions.
- **System Prompt** *(optional)*: System-level instructions to guide behavior.
## Outputs
- Generated text responses based on input prompts.
## Recommended settings
- Temperature: 0.7 for balanced creativity and coherence.
- Top P: 0.95 to focus on high-probability tokens.
- Max Tokens: Set according to desired response length.
## Limitations
- May produce inaccurate or biased information.
- Performance depends heavily on prompt clarity and structure.
- Not suitable for real-time applications without optimization.
## Safety & compliance
- Designed to avoid harmful content.
- Requires user validation for sensitive or critical applications.
- Follows ethical guidelines in its training and deployment.
API quick start
Run Qwen3.5-27B-heretic with a single API call.
POST https://api.wiro.ai/v1/Run/Qwen/Qwen3.5-27B-heretic
{
"prompt": "Explain the Second Law of Thermodynamics …",
"user_id": "...",
"session_id": "...",
"enableThinking": "true"
}