Skip to main content

Deepseek

Type: conversation.deepseek

Status: alpha

Reference: https://docs.dapr.io/reference/components-reference/supported-conversation/deepseek/

Example

apiVersion: cra.diagrid.io/v1beta1
kind: Component
metadata:
name: <name>
spec:
type: conversation.deepseek
version: v1
metadata:
# API key for Deepseek.
- name: key
value: |
**********
# Max tokens for each request (Optional)
#- name: maxTokens
# value: "2048"

Authentication profiles

Available authentication profiles:

  • API Key

API Key

Authenticate using an API key

key (string)

Required - API key for Deepseek.

Example value:

**********

Metadata

maxTokens (number)

Max tokens for each request

Example value: 2048