Learn how you can customize LeMUR parameters to alter the outcome.
final_model
parameter.
Model | SDK Parameter | Description |
---|---|---|
Claude 3.5 Sonnet | aai.LemurModel.claude3_5_sonnet | Claude 3.5 Sonnet is the most intelligent model to date, outperforming Claude 3 Opus on a wide range of evaluations, with the speed and cost of Claude 3 Sonnet. This uses Anthropic’s Claude 3.5 Sonnet model versionclaude-3-5-sonnet-20240620 . |
Claude 3.0 Opus | aai.LemurModel.claude3_opus | Claude 3 Opus is good at handling complex analysis, longer tasks with many steps, and higher-order math and coding tasks. |
Claude 3.0 Haiku | aai.LemurModel.claude3_haiku | Claude 3 Haiku is the fastest model that can execute lightweight actions. |
Claude 3.0 Sonnet | aai.LemurModel.claude3_sonnet | Claude 3 Sonnet is a legacy model with a balanced combination of performance and speed for efficient, high-throughput tasks. |
Claude 2.1(Legacy - sunsetting on 02/06/25) | aai.LemurModel.claude2_1 | Claude 2.1 is a legacy model similar to Claude 2. The key difference is that it minimizes model hallucination and system prompts, has a larger context window, and performs better in citations. |
Claude 2(Legacy - sunsetting on 02/06/25) | aai.LemurModel.claude2_0 | Claude 2 is a legacy model that has good complex reasoning. It offers more nuanced responses and improved contextual comprehension. |
max_output_size
parameter. Up to 4000 tokens are allowed.
temperature
parameter, ranging from 0.0 to 1.0.
Higher values result in answers that are more creative, lower values are more conservative.
input_text
parameter on aai.Lemur().task()
.