Skip to content

Doc updates: new page about LLM parameters and improved overview of supported LLM providers#1230

Merged
azhebel merged 7 commits into0.5.4from
azhebel/cp-doc-updates-to-0.5.4
Dec 8, 2025
Merged

Doc updates: new page about LLM parameters and improved overview of supported LLM providers#1230
azhebel merged 7 commits into0.5.4from
azhebel/cp-doc-updates-to-0.5.4

Conversation

@azhebel
Copy link
Copy Markdown
Collaborator

@azhebel azhebel commented Dec 5, 2025

documentation updates

Motivation and Context

I want to publish doc updates before the next release

Breaking Changes

no


Type of the changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tests improvement
  • Refactoring

Checklist

  • The pull request has a description of the proposed change
  • I read the Contributing Guidelines before opening the pull request
  • The pull request uses develop as the base branch
  • Tests for the changes have been added
  • All new and existing tests passed
Additional steps for pull requests adding a new feature
  • An issue describing the proposed change exists
  • The pull request includes a link to the issue
  • The change was discussed and approved in the issue
  • Docs have been added / updated

marinkovicmarko and others added 2 commits December 5, 2025 15:07
Add documentation for LLM parameters (LLMParams + provider-specific
parameters).
* Added a table that lists all the providers and the reasons for coosing each of them.
* Added a feature matrix that shows the LLM capabilities supported by Koog and which providers offer these capabilities in their models.
* Added information that explains two ways to work with LLM providers in
Koog (LLM clients and prompt executors).

## Motivation and Context

The LLM providers page should help users choose an appropriate provider
based on their needs.
Detailed documentation about LLM clients and prompt executors stays in
the [Prompts](https://docs.koog.ai/prompt-api/) documentation.

## Breaking Changes
<!-- Will users need to update their code or configurations? -->

---

#### Type of the changes
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [x] Documentation update
- [ ] Tests improvement
- [ ] Refactoring

#### Checklist
- [ ] The pull request has a description of the proposed change
- [ ] I read the [Contributing
Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md)
before opening the pull request
- [ ] The pull request uses **`develop`** as the base branch
- [ ] Tests for the changes have been added
- [ ] All new and existing tests passed

##### Additional steps for pull requests adding a new feature
- [ ] An issue describing the proposed change exists
- [ ] The pull request includes a link to the issue
- [ ] The change was discussed and approved in the issue
- [ ] Docs have been added / updated
Copy link
Copy Markdown
Collaborator

@EugeneTheDev EugeneTheDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, minor request - can you please make PR title and description more descriptive, so it would be easier to understand what exactly was changed

@azhebel azhebel removed the request for review from agbragin December 5, 2025 17:05
@azhebel azhebel changed the title Azhebel/cp doc updates to 0.5.4 Doc updates: new page about LLM parameters and improved overview of supported LLM providers Dec 8, 2025
@azhebel azhebel merged commit 98a6f48 into 0.5.4 Dec 8, 2025
17 of 26 checks passed
@azhebel azhebel deleted the azhebel/cp-doc-updates-to-0.5.4 branch December 8, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants