Browse Source

Merge pull request #25595 from abpframework/codex/remove-provider-specific-ai-docs

docs: remove provider-specific model wording
pull/25596/head
Engincan VESKE 2 months ago
committed by GitHub
parent
commit
8e157a7096
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/studio/ai-agent-configuration.md

4
docs/en/studio/ai-agent-configuration.md

@ -21,7 +21,7 @@ AI Agent configuration controls model selection, execution limits, enabled tools
## Model Provider
ABP Studio uses an OpenRouter-backed model configuration by default. Studio maintains a model list with metadata such as provider, context length, maximum completion tokens, image support, reasoning support, and tool support.
ABP Studio maintains a model list with metadata such as provider, context length, maximum completion tokens, image support, reasoning support, and tool support.
The built-in default model set includes:
@ -33,7 +33,7 @@ The built-in default model set includes:
| GPT-5.5 | Optional main/review model | 1,050,000 |
| GLM-5.1 | Optional text/code model without image support | 200,000 |
The available model catalog can be refreshed from OpenRouter and is cached locally for a limited period.
The available model catalog can be refreshed and is cached locally for a limited period.
![model-selector-menu](./images/ai-agent/model-selector-menu.png)

Loading…
Cancel
Save