Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Visit https://api-docs.deepseek.com/[here] to create an API Key. Configure it us
Set the `spring.ai.openai.base-url` property to `https://api.deepseek.com`.

* **Select a DeepSeek Model**:
Use the `spring.ai.openai.chat.model=<model name>` property to specify the model. Refer to https://api-docs.deepseek.com/quick_start/pricing[Supported Models] for available options.
Use the `spring.ai.openai.chat.options.model=<model name>` property to specify the model. Refer to https://api-docs.deepseek.com/quick_start/pricing[Supported Models] for available options.

Example environment variables configuration:

Expand Down