Available Models
WAYSCloud offers 6 state-of-the-art language models for different use cases.
Model Overview
| Model | Parameters | Context | Best For |
|---|---|---|---|
| mixtral-8x7b | 47B | 32K | General purpose, fast |
| qwen3-80b-instruct | 80B | 32K | Complex reasoning |
| qwen3-80b-thinking | 80B | 32K | Step-by-step reasoning |
| deepseek-v3 | 671B | 128K | Advanced tasks |
| deepseek-r1 | 671B | 128K | Mathematical reasoning |
| llama-3.1-405b | 405B | 128K | Largest, most capable |
mixtral-8x7b
Best for: General-purpose tasks, fast responses
{
"model": "mixtral-8x7b",
"messages": [{"role": "user", "content": "Explain quantum computing"}]
}
Strengths:
- Fast inference
- Cost-effective
- Multilingual (English, French, German, Spanish, Italian)
- Good at code generation
Use Cases:
- Chatbots
- Content generation
- Code assistance
- Quick Q&A
qwen3-80b-instruct
Best for: Complex reasoning, analysis
{
"model": "qwen3-80b-instruct",
"messages": [{"role": "user", "content": "Analyze this business strategy..."}]
}
Strengths:
- Strong reasoning
- Good at long-form content
- Handles complex instructions well
Use Cases:
- Business analysis
- Technical documentation
- Research assistance
qwen3-80b-thinking
Best for: Step-by-step problem solving
{
"model": "qwen3-80b-thinking",
"messages": [{"role": "user", "content": "Solve this logic puzzle..."}]
}
Strengths:
- Shows reasoning steps
- Good for education
- Transparent decision-making
deepseek-v3
Best for: Advanced tasks, large contexts
{
"model": "deepseek-v3",
"messages": [{"role": "user", "content": "Review this 50-page document..."}]
}
Strengths:
- 128K context window
- Excellent at code
- Strong reasoning
Use Cases:
- Code review
- Document analysis
- Complex problem solving
deepseek-r1
Best for: Math, science, technical tasks
{
"model": "deepseek-r1",
"messages": [{"role": "user", "content": "Prove this mathematical theorem..."}]
}
Strengths:
- Mathematical reasoning
- Scientific knowledge
- Technical accuracy
llama-3.1-405b
Best for: Most demanding tasks
{
"model": "llama-3.1-405b",
"messages": [{"role": "user", "content": "Write a comprehensive business plan..."}]
}
Strengths:
- Most capable model
- Best at complex tasks
- Highest quality outputs
tip
Start with mixtral-8x7b for most tasks. Use larger models only when needed to control costs.
Pricing
Contact sales@wayscloud.no for pricing details.