You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 days ago | |
|---|---|---|
| .. | ||
| claude_examples | 3 months ago | |
| deepseek_examples | 3 months ago | |
| openai_examples | 3 months ago | |
| README.md | 2 days ago | |
| azure_agent.py | 4 months ago | |
| azure_agent_api_verison.py | 4 months ago | |
| azure_model_support.py | 4 months ago | |
| base_llm.py | 4 months ago | |
| mistral_example.py | 3 months ago | |
| qwen_3_base.py | 4 months ago | |
README.md
LLM Integration Examples
This directory contains examples demonstrating integration with various Large Language Model providers.
Examples
Azure OpenAI
- azure_agent_api_verison.py - Azure API version handling
- azure_agent.py - Azure OpenAI integration
- azure_model_support.py - Azure model support
Claude
- claude_4_example.py - Claude 4 integration
- claude_4.py - Claude 4 implementation
- swarms_claude_example.py - Swarms Claude integration
DeepSeek
- deepseek_r1.py - DeepSeek R1 model
- fast_r1_groq.py - Fast R1 with Groq
- grok_deepseek_agent.py - Grok DeepSeek integration
Mistral
- mistral_example.py - Mistral model integration
OpenAI
- 4o_mini_demo.py - GPT-4o Mini demonstration
- reasoning_duo_batched.py - Batched reasoning with OpenAI
- test_async_litellm.py - Async LiteLLM testing
Qwen
- qwen_3_base.py - Qwen 3 base model
Overview
These examples demonstrate how to integrate Swarms agents with various LLM providers including OpenAI, Anthropic Claude, Azure OpenAI, Mistral, DeepSeek, and Qwen. Each example shows provider-specific configurations, API handling, and best practices.