Add TopxAI provider (Claude, GPT, Grok, Kimi, GLM-5.3-Abliterated via one OpenAI-compatible endpoint) - #7464
Open
UnbelievableT wants to merge 2 commits into
Open
UnbelievableT wants to merge 2 commits into
UnbelievableT wants to merge 2 commits into
Conversation
…through one OpenAI-compatible endpoint
Contributor
Action items
|
…s, lab-level effort sets for GPT
Author
|
Addressed all three items:
|
Contributor
|
No actionable findings. |
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.
Adds the
topxaiprovider: TopxAI relays the labs' own models through one OpenAI- and Anthropic-compatible endpoint (https://ai.topxea.com/v1) at fixed USD prices on prepaid credit.provider.toml:@ai-sdk/openai-compatible,api,env = ["TOPXAI_API_KEY"], docs link, and the reasoning request fields per endpoint in comments.logo.svgwithcurrentColor.base_modelreferences except the one fine-tune unique to the host:anthropic/claude-sonnet-5,claude-opus-5,claude-fable-5-1,claude-fable-5openai/gpt-5.6-sol,gpt-6-astra(with the 272K whole-request tier ascost.tiers)xai/grok-4.6(200K tier)moonshotai/kimi-k3GLM-5.3-Abliterated: a fine-tuned GLM-5.3 served from the host's private deployment, defined inline.GET https://ai.topxea.com/api/pricing, accessed 2026-09-19; every model page is linked in the file comments.bun validatepasses.🤖 Generated with Claude Code