Reasoning Models
NeuraAI’s reasoning models are designed to tackle complex problems by thinking through solutions step-by-step before responding. These models excel at mathematical reasoning, advanced coding challenges, scientific analysis, and multi-stage planning.
How Reasoning Works
Unlike standard language models that generate responses immediately, reasoning models create an internal chain of thought, exploring different approaches and evaluating solutions before providing their final answer.
Available Models
- o4-mini - Fast reasoning for everyday complex tasks
- gemini-2.5-pro - Advanced reasoning for challenging problems
Basic Example
Reasoning Effort Levels
Control how deeply the model thinks with the reasoning_effort parameter:
Low Effort
- Faster responses
- Lower token usage
- Suitable for moderately complex problems
Medium Effort (Default)
- Balanced performance
- Good for most use cases
- Recommended starting point
High Effort
- Most thorough reasoning
- Higher token consumption
- Best for very complex problems
Ideal Use Cases
Mathematical Problem Solving
Complex Coding Challenges
Scientific Reasoning
Multi-Step Planning
Tips for Best Results
- Clearly state the problem and any constraints
- Ask for step-by-step explanations when helpful
- Use higher reasoning effort for truly complex problems
- Consider token costs when choosing effort levels
- Break extremely complex problems into smaller sub-problems