While learning Spring AI, I noticed that the information in the project documentation regarding feature comparisons between different models is outdated. For example, DeepSeek already supports tool calling in its latest official documentation.

If possible, I would like to update this outdated information in the documentation. When submitting the PR, I will provide official sources for the data. This will be my first contribution to open source, albeit a small one.

(My English is not good, and this is translated from Chinese. If there are any inaccuracies in the expression, I will supplement it promptly.)

Comment From: TonyJeans

You are right. Using Spring AI with the DeepSeek model in OpenAI format can also perform tools/function calls.

Comment From: YunKuiLu

Don't worry, improving the documentation is also a way to contribute to the project.

You can read the CONTRIBUTING.adoc before contributing.

If you want to contribute to the documentation, you can use ./mvnw -pl spring-ai-docs antora to build the docs, and then open spring-ai-docs/target/antora/site/index.html in your browser to check your changes.

Comment From: CodeCodeAscension

Don't worry, improving the documentation is also a way to contribute to the project.

You can read the CONTRIBUTING.adoc before contributing.

If you want to contribute to the documentation, you can use to build the docs, and then open in your browser to check your changes../mvnw -pl spring-ai-docs antora``spring-ai-docs/target/antora/site/index.html

Thank you very much for your help; it's really useful to me.