mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[GH-ISSUE #314] [Bug]: DeepSeek deprecated old model names, creating flow fails with new deepseek-v4-pro #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qzinori on GitHub (May 14, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/314
Originally assigned to: @asdek on GitHub.
Affected Component
External Integrations (LLM/Search APIs)
Describe the bug
What should happen:
deepseek-v4-proordeepseek-v4-flash, the system should use the exact name provided to make API requests without automatically appending any suffix, allowing flows to be created and run successfully.Additional context:
deepseek-chat→ New:deepseek-v4-prodeepseek-reasoner→ New:deepseek-v4-flash/deepseek-chatsuffix to all DeepSeek model names, which is incompatible with DeepSeek's latest API naming specificationSteps to Reproduce
System Configuration
PentAGI Version: latest from Docker Hub (as of 2026-05-15)
Deployment Type:
Environment:
Logs and Artifacts
No response
Screenshots or Recordings
No response
Verification
@asdek commented on GitHub (May 29, 2026):
hi @qzinori,
thank you for the issue, it was fixed with the latest build, now deepseek v4 is fully supported