feat(client): recognize Novita as a compatible provider for error links - #227
Open
jax-novita wants to merge 1 commit into
Open
feat(client): recognize Novita as a compatible provider for error links#227jax-novita wants to merge 1 commit into
jax-novita wants to merge 1 commit into
Conversation
The extension already supports pointing `deepseek-copilot.baseUrl` at any OpenAI-compatible endpoint. Add Novita's API-key, usage, and status URLs so users on `api.novita.ai` get the same provider-aware 401/402/5xx action links DeepSeek users get, instead of falling back to the generic message.
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.
Summary
api.novita.aias a known-compatible base URL alongsideapi.deepseek.comWhy
deepseek-copilot.baseUrlalready lets users point this extension at any OpenAI-compatible endpoint, and Novita's/openai/v1endpoint matches the SSE response shape this client parses (delta.content,delta.reasoning_content,usage). Users who setbaseUrlto Novita currently fall back to the generic error message instead of getting a direct link to create a key, check usage, or check status the way DeepSeek users do.Validation
npm run format:checknpm run compilenpm run lintGET /openai/v1/models(307 models,deepseek/deepseek-v4-proactive), non-streaming and streaming chat completions againstdeepseek/deepseek-v4-flashreturn the same field shape this client'sDeepSeekClientparses (delta.reasoning_content,usage,[DONE])