Skip to main content

Available Models

WAYSCloud offers 6 state-of-the-art language models for different use cases.

Model Overview

ModelParametersContextBest For
mixtral-8x7b47B32KGeneral purpose, fast
qwen3-80b-instruct80B32KComplex reasoning
qwen3-80b-thinking80B32KStep-by-step reasoning
deepseek-v3671B128KAdvanced tasks
deepseek-r1671B128KMathematical reasoning
llama-3.1-405b405B128KLargest, 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.

Next Steps