Infra: update MiniMax usage endpoint

This commit is contained in:
Peter Steinberger
2026-01-17 19:45:48 +00:00
parent 727c07bd88
commit 2e231d09ec
3 changed files with 6 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ export async function fetchMinimaxUsage(
fetchFn: typeof fetch,
): Promise<ProviderUsageSnapshot> {
const res = await fetchJson(
"https://api.minimax.io/v1/coding_plan/remains",
"https://api.minimaxi.com/v1/api/openplatform/coding_plan/remains",
{
method: "GET",
headers: {