Model types
Instruct models
Instruct models are instruction-tuned and ready to use. They follow instructions, hold conversations, and respond to prompts without further training. Most fine-tuning also starts from an Instruct model, since fine-tuning adapts a model that already follows instructions.Base models
Base models are pretrained weights without instruction tuning. They are not conversational without further training.Fine-tuned models
Fine-tuned models are custom-trained models adapted to specific domains or use cases. These models are created through SeekrFlow’s fine-tuning component, which embeds specialized knowledge and behaviors directly into model parameters.Available models
The Type column reports whether a model is Instruct or Base. Whether a given model can be fine-tuned or deployed is reported per model in the catalog and is not implied by its type. See Model attributes.Meta Llama models
Qwen models
Mistral AI models
DeepSeek models
Google Gemma models
Seekr models
Other models
Mixed means a model has no single country of origin. Empty cells are values the model catalog does not currently report. See Country of origin.
Models are added and updated over time. To retrieve the current models and their attributes, see List models.
Select a model
When configuring an agent, you specify which model to use. Consider these factors when selecting a model:- Type – Instruct models are ready to use as-is. Base models require fine-tuning before they behave conversationally.
- Task complexity – More complex reasoning tasks may benefit from larger or specialized models.
- Response requirements – Balance between speed and accuracy based on your use case.
- Domain specificity – Fine-tuned models perform better for specialized domains with unique terminology or requirements.
- Cost and performance – Larger models provide enhanced capabilities but with higher computational costs.
- Country of origin – Required if your deployment restricts model provenance. See Country of origin.