@@ -2109,33 +2109,50 @@ class LemurModel(str, Enum):
2109
2109
LeMUR features different model modes that allow you to configure your request to suit your needs.
2110
2110
"""
2111
2111
2112
+ claude_opus_4_20250514 = "anthropic/claude-opus-4-20250514"
2113
+ """
2114
+ https://www.anthropic.com/news/claude-4 - read to understand the capabilities/limitations of opus 4
2115
+
2116
+ Input Token Limit: 200k
2117
+ Output Token Limit: 64k
2118
+ """
2119
+
2120
+ claude_sonnet_4_20250514 = "anthropic/claude-sonnet-4-20250514"
2121
+ """
2122
+ https://www.anthropic.com/news/claude-4 - read to understand the capabilities/limitations of sonnet 4
2123
+
2124
+ Input Token Limit: 200k
2125
+ Output Token Limit: 64k
2126
+ """
2127
+
2112
2128
claude3_7_sonnet_20250219 = "anthropic/claude-3-7-sonnet-20250219"
2113
2129
"""
2114
- Claude 3.7 Sonnet is the most intelligent model to date, providing the highest level of intelligence and capability with toggleable extended thinking.
2130
+ https://www.anthropic.com/news/claude-3-7-sonnet - read to understand the capabilities/limitations of sonnet 3.7
2115
2131
"""
2116
2132
2117
2133
claude3_5_sonnet = "anthropic/claude-3-5-sonnet"
2118
2134
"""
2119
- Claude 3.5 Sonnet is the previous most intelligent model to date, providing high level of intelligence and capability.
2135
+ https://www.anthropic.com/news/claude-3-5-sonnet - read to understand the capabilities/limitations of sonnet 3.7
2120
2136
"""
2121
2137
2122
2138
claude3_opus = "anthropic/claude-3-opus"
2123
2139
"""
2124
- Claude 3 Opus is good at handling complex analysis, longer tasks with many steps, and higher-order math and coding tasks.
2140
+ Deprecated: EOL ~Jan 2026
2125
2141
"""
2126
2142
2127
2143
claude3_5_haiku_20241022 = "anthropic/claude-3-5-haiku-20241022"
2128
2144
"""
2129
- Claude 3.5 Haiku is the fastest model, providing intelligence at blazing speeds.
2145
+ https://www.anthropic.com/claude/haiku - read to understand the capabilities/limitations of haiku 3.5
2130
2146
"""
2131
2147
2132
2148
claude3_haiku = "anthropic/claude-3-haiku"
2133
2149
"""
2134
- Claude 3 Haiku is the fastest and most compact model for near-instant responsiveness.
2150
+ https://www.anthropic.com/news/claude-3-haiku - read to understand the capabilities/limitations of haiku 3
2135
2151
"""
2136
2152
2137
2153
claude3_sonnet = "anthropic/claude-3-sonnet"
2138
2154
"""
2155
+ Deprecated: EOL ~July 2025
2139
2156
Claude 3 Sonnet is a legacy model with a balanced combination of performance and speed for efficient, high-throughput tasks.
2140
2157
"""
2141
2158
0 commit comments