For the complete documentation index, see llms.txt. This page is also available as Markdown.

Models

Strategies on Everstrike can utilize the following models:

Model
Speed
Cost Per Evaluation
Description

GPT-4o-mini

1s

$0.000125

Oldest model.

GPT-4.1

1.5s

$0.0015

Fast, expensive and powerful model.

GPT-4.1-mini

1s

$0.00015

Default model. Best for most strategies.

GPT-4.1-nano

0.5s

$0.000075

Very fast and very cheap model.

GPT-5-mini-minimal-reasoning

3s

$0.0002

Balanced model.

GPT-5-nano-minimal-reasoning

3s

$0.00005

Cheap model.

GPT-5-mini-low-reasoning

5s

$0.0004

Slow and moderately powerful model.

GPT-5-nano-low-reasoning

5s

$0.0001

Slow, cheap and moderately powerful model.

GPT-5-mini-medium-reasoning

10s

$0.0008

Slow and powerful model.

GPT-5-nano-medium-reasoning

10s

$0.0002

Slow and moderately powerful model.

GPT-5-mini-high-reasoning

20s

$0.002

Slow, expensive and very powerful model.

GPT-5-nano-high-reasoning

20s

$0.0004

Slow and powerful model.

Notes:

  • Strategies with an evaluation frequency of 15 seconds or less are restricted to the GPT-4.1-nano model.

  • The listed model speed is an average. In reality, the speed depends not only on the model, but also on the user prompt and the data that the model has to consider. There is no guarantee that a model will finish its evaluation within the specified time.

  • The cost per evaluation can be reduced by restricting the amount of data that a strategy has access to. This can result in cost savings up to 50%. See Supported Data for a list of data points that you may include or exclude.

Last updated