Agent Platform is model-agnostic, supporting a wide range of AI models from commercial providers, open-source repositories, and custom fine-tuned deployments. Access Model Hub from the top navigation to manage all your models in one place. Model Hub provides three ways to work with models:
External Models
Connect commercial models with minimal setup using Easy Integration or API Integration.Supported Providers
Adding an External Model
Easy Integration (recommended):- Go to Models → External Models → Add a model
- Select Easy Integration and choose your provider
- Enter your API credentials
- Select the model and confirm
- Select API Integration when adding a model
- Configure the endpoint URL and authentication
- Map request/response parameters
- Test and save
Custom models must support tool calling and follow OpenAI or Anthropic API structures to work with Agentic Apps.
Open-Source Models
Deploy from 30+ curated models or import any text generation model from Hugging Face.Deployment Options
Optimization Techniques
Before deployment, optimize models for better performance:- vLLM: High-throughput inference optimization
- CTranslate2 (CT2): Efficient inference with reduced memory footprint
- No Optimization: Deploy as-is for maximum compatibility
Quick Deploy Steps
- Go to Models → Open-source models → Deploy a model
- Select a Kore-hosted model or import from Hugging Face
- Choose optimization technique (optional)
- Configure parameters and hardware
- Click Deploy
Fine-Tuned Models
Create custom models trained on your enterprise data for domain-specific tasks.When to Fine-Tune
- Consistent output format required across responses
- Domain-specific terminology or jargon
- Unique tone, style, or brand voice
- Improved accuracy for specialized tasks
Fine-Tuning Process
- Prepare Data: Format training data as JSONL with conversation examples
- Select Base Model: Choose from supported Kore-hosted or Hugging Face models
- Configure Training: Select fine-tuning type (Full, LoRA, or QLoRA)
- Monitor Progress: Track metrics via Weights & Biases integration
- Deploy: Make the model available across Agent Platform
Training Data Format
Model Parameters
Configure generation behavior when using models across Agent Platform:Tool Calling Support
Not all models support tool calling, which is required for Agentic Apps. Use models with tool calling support for agent orchestration. Supported for Tool Calling:- OpenAI: GPT-4o, GPT-4 Turbo, GPT-3.5 Turbo
- Anthropic: Claude 3.5 Sonnet, Claude 3 series
- Google: Gemini 1.5 Pro, Gemini 1.5 Flash
- Azure OpenAI: GPT-4o, GPT-4, GPT-3.5 Turbo
- Amazon Bedrock: Models via supported providers
- Kore-hosted open-source models
- Most Hugging Face imports
- Models without function calling capabilities
Model Selection Guide
Choose the right model based on your use case:Structured Output
Enable consistent, parsable responses using JSON schemas. Supported:- External models (OpenAI, Anthropic, Google)
- Kore-hosted open-source models with vLLM or no optimization
- CT2-optimized models
- Fine-tuned models
- Hugging Face imports
- Locally imported models
Model Endpoint & API Keys
After deployment, each model provides:- API Endpoint: Use models externally via REST API
- API Keys: Secure access tokens for endpoint authentication
- Deployment History: Track version changes
Monitoring
Track model performance across Agent Platform:- Model Analytics Dashboard: Token usage, latency, error rates
- Model Traces: Detailed request/response logs
- Usage Summary: Cost tracking by model