HiQuantum
Model Information
Display Name: HiQuantum
API Model ID: hinow/hiquantum
Category: Text To Text
Description: HiQuantum is Hinow's advanced reasoning model optimized for scientific computing, mathematics, and complex analytical tasks. **Key Features:** - 163K+ token context window - Superior mathematical reasoning - Function calling and tool use - Structured outputs (JSON) - Reasoning mode (toggleable) - Prompt caching for efficiency **Capabilities:** - Advanced mathematics and proofs - Scientific reasoning and analysis - Complex problem decomposition - Code generation and debugging - Data analysis and interpretation - Research synthesis **Best For:** - Scientific computing - Mathematical problem solving - Data science workflows - Research and analysis - Technical documentation **Technical Specs:** - Architecture: Advanced Transformer - Context: 163K tokens - Specialization: Math & Reasoning - License: Hinow Enterprise
Context Window: 163,840 tokens
Max Output: 8,192 tokens
How to Use This Model
To use HiQuantum via the HInow.ai API, use the model ID: hinow/hiquantum
API Request Example (Chat/Text)
POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "hinow/hiquantum",
"messages": [
{"role": "user", "content": "Your message here"}
]
}
Pricing
- input: $0.37
- output: $0.75
Available Parameters
- temperature: Controls randomness (0-2). Default: 0.7 (Options: 0, 0.3, 0.5, 0.7, 1.0, 1.5, 2.0)
- top_p: Nucleus sampling (0-1). Default: 0.9 (Options: 0.1, 0.5, 0.7, 0.9, 0.95, 1.0)
- max_tokens: Max tokens to generate (1-8192) (Options: 256, 512, 1024, 2048, 4096, 8192)
- repetition_penalty: Reduce repetition (0.01-5). Default: 1 (Options: 1.0, 1.1, 1.2, 1.5, 2.0)
- response_format: Output format (Options: text, json_object, json_schema)
Quick Reference
To use this model, set: "model": "hinow/hiquantum"
Featured: Yes
Documentation: https://hinow.ai/models/hinow/hiquantum
API Endpoint: https://api.hinow.ai/v1


