Files
swe-agent--swe-agent/docs/reference/model_config.md
T
wehub-resource-sync 4e0f4422d0
Check Markdown links / markdown-link-check (push) Waiting to run
Pytest / test (3.11) (push) Waiting to run
Pytest / test (3.12) (push) Waiting to run
build-docs / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:25:42 +08:00

1.4 KiB

Models

!!! hint "Tutorial"

Please see the [model section in the installation guide](../installation/keys.md) for an overview of the different models and how to configure them.

This page documents the configuration objects used to specify the behavior of a language model (LM).

In most cases, you will want to use the GenericAPIModelConfig object.

API LMs

::: sweagent.agent.models.GenericAPIModelConfig options: heading_level: 3

::: sweagent.agent.models.RetryConfig options: heading_level: 3

Manual models for testing

The following two models allow you to test your environment by prompting you for actions. This can also be very useful to create your first demonstrations.

::: sweagent.agent.models.HumanModel options: heading_level: 3

::: sweagent.agent.models.HumanModelConfig options: heading_level: 3

::: sweagent.agent.models.HumanThoughtModel options: heading_level: 3

::: sweagent.agent.models.HumanThoughtModelConfig options: heading_level: 3

Replay model for testing and demonstrations

::: sweagent.agent.models.ReplayModel options: heading_level: 3

::: sweagent.agent.models.ReplayModelConfig options: heading_level: 3

::: sweagent.agent.models.InstantEmptySubmitModelConfig options: heading_level: 3