Skip to content

feat(friendli): add DeepSeek-V3.2 model#2721

Open
Lee-Si-Yoon wants to merge 2 commits into
anomalyco:devfrom
Lee-Si-Yoon:feat/friendli-deepseek-v3.2
Open

feat(friendli): add DeepSeek-V3.2 model#2721
Lee-Si-Yoon wants to merge 2 commits into
anomalyco:devfrom
Lee-Si-Yoon:feat/friendli-deepseek-v3.2

Conversation

@Lee-Si-Yoon

@Lee-Si-Yoon Lee-Si-Yoon commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add DeepSeek-V3.2 to Friendli provider
  • Provider-specific config (no base_model inheritance) since V3.2 details differ from other providers — different limits, no attachment, toggle reasoning, etc.
  • API confirmed: enable_thinking toggle works, no image input support

Validation

  • bun validate passes
  • API inference test confirmed:
    • Basic inference: OK
    • Reasoning toggle (chat_template_kwargs.enable_thinking): OK (reasoning_content field returned)
    • reasoning_effort: not supported
    • Image input: not supported (attachment = false)

@@ -0,0 +1,21 @@
base_model = "deepseek/deepseek-chat"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

wait deepseeks deepseek chat is not v3.2, deepseek chat is deepseek v4

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated — couldn't inherit from base_model since the details don't match other providers, so I switched to provider-specific and fixed the info.

@Lee-Si-Yoon Lee-Si-Yoon requested a review from rekram1-node June 23, 2026 07:17
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.

2 participants