Add open agentic models (DeepSeek V4 Pro + GLM 5.2) to the catalog#20
Merged
Conversation
added 2 commits
June 24, 2026 15:46
…ateway-verified reference DD against the gateway: og-veil's model list is incomplete -- the gateway also serves deepseek-v4-pro and glm-5.2 (both open-weight), neither shown by `og-veil models`. Add both to ghost's catalog (they pass the open-weight-only allow-list automatically). DeepSeek V4 Pro is the strongest open reasoning/coding model here -- the agentic pick that Hermes 405B isn't. Documented the supported set as a gateway-verified reference in the catalog, with the warning that `og-veil models` is NOT authoritative (probe the endpoint). Bumped the og-veil pin to >=0.2.7 (pulls opengradient SDK 1.1.1, which adds deepseek-v4-pro to its enum). glm-5.2 is still missing from the SDK enum -- handled by a separate SDK PR. Verified live through the ghost bridge: both return TEE-verified completions; picker lists all four open models.
…tive dep) Verified live: upgrading og-veil to 0.2.7 alone left opengradient at 1.1.0, so og-veil models still omitted deepseek-v4-pro until the SDK was bumped to 1.1.1.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
DD against the gateway found that
og-veil modelsis incomplete -- the gateway also serves deepseek-v4-pro and glm-5.2 (both open-weight), neither listed. Add both to ghost's catalog (they pass the open-weight-only allow-list automatically).og-veil modelsis not authoritative (probe/v1/chat/completions; the gateway rejects unsupported ids).>=0.2.7-> pulls opengradient SDK 1.1.1 (adds deepseek-v4-pro to the SDK enum). glm-5.2 is still absent from the SDK enum -> separate PR to OpenGradient-SDK.Verified live through the ghost bridge: glm-5.2 -> TEE-verified
OK; deepseek-v4-pro -> TEE-verified real output; picker lists all four open models.pytest tests/-> 34 pass.