Available Models
Router Models
The router automatically selects from these models based on your prompt:
Model | Provider | Specialization | Typical Use Cases | Tool Calling | Structured Output | JSON Mode | Local | Multimodal |
---|---|---|---|---|---|---|---|---|
mistral-7b | Mistral | General purpose | Text generation, analysis | ✅ | ✅ | ❌ | ❌ | ❌ |
gemma-7b-it | Google/Groq | Instruction tuned | Chat, Q&A | ✅ | ✅ | ✅ | ✅ | ✅ |
mixtral-8x7b | Mistral | Advanced reasoning | Complex tasks | ✅ | ✅ | ❌ | ❌ | ❌ |
llama2-70b | Meta | Large context | Detailed analysis | ✅ | ✅ | ✅ | ✅ | ✅ |
Model Selection Process
The router optimizes for:
- Task complexity
- Response quality needs
- Cost efficiency
- Response time
Usage Examples
Using Router
response = requests.post(
"https://mintii-router-500540193826.us-central1.run.app/route/mintiiv0",
headers=headers,
json={"prompt": "Your prompt"}
)