SwiftClaw

Agents

OverviewBest Practices

Models

OverviewOptimization

Memory

OverviewManagement

Channels

OverviewChannels

Monitoring

OverviewDashboards

Tools

OverviewDebugging
SwiftClaw

Overview

Understanding AI models in SwiftClaw

Models Overview

SwiftClaw supports multiple AI models with seamless switching and intelligent routing.

Supported Models

GPT (OpenAI)

  • GPT-4: Best for complex reasoning and creative tasks
  • GPT-3.5: Fast and cost-effective for simple tasks

Claude (Anthropic)

  • Claude 3 Opus: Powerful reasoning with 200K context
  • Claude 3 Sonnet: Balanced performance and cost
  • Claude 3 Haiku: Fast and efficient

Gemini (Google)

  • Gemini Pro: Multimodal capabilities
  • Gemini Flash: Fast inference

Llama (Meta)

  • Llama 3: Open-source, customizable

Model Selection

Choose based on your needs:

{
  "model": {
    "primary": "gpt-4",
    "fallbacks": ["claude-3-sonnet", "gemini-pro"]
  }
}

Switch models without redeployment using the dashboard or CLI.

Next Steps

  • Model Selection - Choose the right model
  • Switching Models - Change models dynamically
  • Custom Models - Use your own models

How is this guide ?

Last updated on

Best Practices

Best practices for building production-ready agents

Optimization

Optimize model performance and costs

On this page

Models Overview
Supported Models
GPT (OpenAI)
Claude (Anthropic)
Gemini (Google)
Llama (Meta)
Model Selection
Next Steps