-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: QuantumNous/new-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ppray/new-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 38 files changed
- 3 contributors
Commits on Apr 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d85766c - Browse repository at this point
Copy the full SHA d85766cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be77a5a - Browse repository at this point
Copy the full SHA be77a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d3bc8 - Browse repository at this point
Copy the full SHA d7d3bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3e289 - Browse repository at this point
Copy the full SHA fc3e289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83975b6 - Browse repository at this point
Copy the full SHA 83975b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c9872 - Browse repository at this point
Copy the full SHA a3c9872View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a46b6 - Browse repository at this point
Copy the full SHA b1a46b6View commit details -
docs: fix inaccurate model list, prices, and SDK configs based on pro…
…duction data - index.md: Replace fabricated model table with actual 10 models from production - getting-started.md: Fix model names (deepseek-v3.2 not deepseek-v3) and prices - api-reference.md: Fix model examples, use generic placeholders for embedding/image - api-reference.md: Add concrete SDK config for LangChain and LlamaIndex Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 890a691 - Browse repository at this point
Copy the full SHA 890a691View commit details -
docs: override Cayman theme footer to remove "new-api is maintained b…
…y ppray" Add custom _layouts/default.html that replaces the default Cayman theme footer (which auto-generates "repo is maintained by owner" from GitHub repo info) with a custom OpenRouterA copyright notice. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 9f8022d - Browse repository at this point
Copy the full SHA 9f8022dView commit details
Commits on Apr 22, 2026
-
feat: add NowPayments cryptocurrency payment gateway
- Add NowPayments (USDT/crypto) as a new top-up payment method - Backend: webhook handler with HMAC-SHA512 signature verification, order creation via NowPayments API, and recharge flow with DB locks - Frontend: payment settings tab, QR code modal with blockchain network auto-detection, and status polling for completion - Add poll endpoint /api/user/topup/status for real-time status checks - Fix duplicate NowPaymentsEnabled handling in option map - Fix anti-pattern errors.New(fmt.Sprintf(...)) -> fmt.Errorf(...) - Add unit tests for signature verification and pay money calculation - Add .playwright-mcp/ to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for d894b5d - Browse repository at this point
Copy the full SHA d894b5dView commit details
Commits on Apr 25, 2026
-
fix(nowpayments): webhook signature precision and type issues
- fix float precision loss in signature verification using json.RawMessage - remove unused fields from NowPaymentsWebhookData (PaymentId, PurchaseId, CreatedAt, UpdatedAt) - add PayAddress to TopUp model and save it when creating order - add pay_address to success log for audit - add precision regression tests (large integer, float precision)
Configuration menu - View commit details
-
Copy full SHA for a3fcaf1 - Browse repository at this point
Copy the full SHA a3fcaf1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main