Canopywave deepseek v3.2 speciale#5406
Open
cynthia-lixinyi wants to merge 8 commits intoHelicone:mainfrom
Open
Canopywave deepseek v3.2 speciale#5406cynthia-lixinyi wants to merge 8 commits intoHelicone:mainfrom
cynthia-lixinyi wants to merge 8 commits intoHelicone:mainfrom
Conversation
|
@cynthia-lixiny07 is attempting to deploy a commit to the Helicone Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Greptile OverviewGreptile SummaryAdded support for DeepSeek V3.2 Speciale model through Canopy Wave provider with standard configuration matching other similar integrations.
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant User
participant Registry
participant ModelConfig
participant EndpointConfig
participant CanopyWave
User->>Registry: Request deepseek-v3.2-speciale
Registry->>ModelConfig: Lookup model definition
ModelConfig-->>Registry: Returns model specs (163K context, 65K max tokens)
Registry->>EndpointConfig: Lookup provider endpoint
EndpointConfig-->>Registry: Returns Canopy Wave config (fp8, pricing)
Registry->>CanopyWave: Route request to inference.canopywave.io
CanopyWave-->>User: Return model response
|
| "DeepSeek 3.2 Speciale is an advanced AI model engineered for superior reasoning and problem-solving, particularly in technical domains like coding and mathematics. This specialized version offers greater accuracy and nuanced understanding for complex tasks while remaining versatile for general conversation.", | ||
| contextLength: 163_840, | ||
| maxOutputTokens: 65_536, | ||
| created: "2025-09-22T00:00:00.000Z", |
Collaborator
There was a problem hiding this comment.
Release date is December 1st, 2025
| author: "deepseek", | ||
| description: | ||
| "DeepSeek 3.2 Speciale is an advanced AI model engineered for superior reasoning and problem-solving, particularly in technical domains like coding and mathematics. This specialized version offers greater accuracy and nuanced understanding for complex tasks while remaining versatile for general conversation.", | ||
| contextLength: 163_840, |
Collaborator
There was a problem hiding this comment.
Can you double check this context length? Online I'm seeing the context length is 131_072.
| description: | ||
| "DeepSeek 3.2 Speciale is an advanced AI model engineered for superior reasoning and problem-solving, particularly in technical domains like coding and mathematics. This specialized version offers greater accuracy and nuanced understanding for complex tasks while remaining versatile for general conversation.", | ||
| contextLength: 163_840, | ||
| maxOutputTokens: 65_536, |
Collaborator
There was a problem hiding this comment.
^ and this looks like 128_000.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
Link to the ticket(s) this pull request addresses.
Component/Service
What part of Helicone does this affect?
Type of Change
Testing
Technical Considerations
Dependencies
Deployment Notes
Context
Why are you making this change?
Screenshots / Demos
Misc. Review Notes