MCPcopy Create free account

hub / github.com/QuantumNous/new-api / functions

Functions11,560 in github.com/QuantumNous/new-api

↓ 7 callersFunctionresolveLocalizedText
( value: LocalizedTextValue | undefined | null, language: string )
web/src/lib/localized-text.ts:36
↓ 7 callersFunctionrespondPluginProtocolError
(c *gin.Context, status int, code, message string)
controller/plugin_protocol.go:1268
↓ 7 callersMethodresponseSnapshot
(responseError *dto.PluginResponsesError)
relay/plugin_protocol.go:1004
↓ 7 callersFunctionsetupLogin
setupLogin creates a server-controlled login Session and returns the shared authentication bundle used by every login method.
controller/user.go:184
↓ 7 callersFunctionsetupTokenControllerTestDB
(t *testing.T)
controller/token_test.go:107
↓ 7 callersFunctionsyncCreditUserQuotaCache
syncCreditUserQuotaCache 在授信事务(充值/兑换等)提交后同步把增量补进缓存 余额。预扣以缓存值为准(存在期间),授信不能绕过它,否则新到账的额度在 缓存过期前不可用;缓存未命中无需处理,下次读取会从已提交的数据库余额水合。
model/user_cache.go:158
↓ 7 callersFunctionsyncTaskPluginsOnce
()
controller/task_plugin.go:605
↓ 7 callersFunctiontaskSubmissionRelayInfo
(billing relaycommon.BillingSettler)
controller/relay_task_plugin_test.go:377
↓ 7 callersFunctiontaskSubmissionTestContext
()
controller/relay_task_plugin_test.go:370
↓ 7 callersFunctiontestVideoResponsesProtocol
(t *testing.T, testCase videoResponsesTestCase)
plugins/video_responses_test_helpers_test.go:26
↓ 7 callersFunctionuseDebounce
(value: T, delay: number = 500)
web/src/hooks/use-debounce.ts:27
↓ 7 callersFunctionuseTableUrlState
( params: UseTableUrlStateParams )
web/src/hooks/use-table-url-state.ts:107
↓ 7 callersFunctionuserSessionCacheKey
(sid string)
model/user_session.go:124
↓ 7 callersFunctionwriteAuthSessionError
(c *gin.Context, err error)
controller/auth_session.go:164
↓ 6 callersFunctionActivateTaskPlugin
(key, version string)
model/task_plugin.go:170
↓ 6 callersMethodActiveOverridePlugins
()
pkg/jsplugin/registry.go:601
↓ 6 callersFunctionAdvanceCurrentSessionToUserVersion
AdvanceCurrentSessionToUserVersion is used when the security mutation and AuthVersion increment were committed in the same transaction (for example, a
service/auth_session.go:180
↓ 6 callersFunctionApplyToOpenAIChat
ApplyToOpenAIChat writes the portable portion of an intent to the OpenAI pivot. reasoning_effort carries level-based strength; a JSON-excluded DTO sta
relaykit/relayconvert/reasoning/intent.go:378
↓ 6 callersMethodBuildContentRequest
(task *model.Task, artifactKey string, clientRequest TaskArtifactClientRequest)
relay/channel/adapter.go:117
↓ 6 callersMethodBuildModelListRequest
(info *relaycommon.RelayInfo)
relay/channel/advancedcustom/adaptor.go:196
↓ 6 callersFunctionClaimExternalIdentityWithTx
ClaimExternalIdentityWithTx atomically claims a provider subject for one user. Repeating the exact mapping is idempotent; every competing subject or u
model/external_identity_claim.go:37
↓ 6 callersFunctionCompleteSubscriptionOrder
Complete a subscription order (idempotent). Creates a UserSubscription snapshot from the plan. expectedPaymentProvider guards against cross-gateway ca
model/subscription.go:569
↓ 6 callersFunctionComputeTieredQuotaWithRequest
(snap *BillingSnapshot, params TokenParams, request RequestInput)
pkg/billingexpr/settle.go:24
↓ 6 callersFunctionConsumeAuthFlow
ConsumeAuthFlow atomically validates and consumes a flow. Optional match fields are enforced when non-zero so tokens cannot cross purposes or users.
model/auth_flow.go:183
↓ 6 callersFunctionConvertResponse
(c *gin.Context, info *relaycommon.RelayInfo, target types.RelayFormat, response any)
service/response_converter.go:10
↓ 6 callersFunctionConvertStreamResponseChunk
(c context.Context, info convmeta.Meta, state *ResponseStreamState, response any)
relaykit/relayconvert/response_registry.go:326
↓ 6 callersFunctionFatalLog
(v ...any)
common/sys_log.go:31
↓ 6 callersFunctionFinalizeStreamResponse
(c *gin.Context, info *relaycommon.RelayInfo, state *relayconvert.ResponseStreamState)
service/response_converter.go:34
↓ 6 callersFunctionFinalizeStreamResponse
(c context.Context, info convmeta.Meta, state *ResponseStreamState)
relaykit/relayconvert/response_registry.go:360
↓ 6 callersFunctionGeminiChatHandler
(c *gin.Context, info *relaycommon.RelayInfo, resp *http.Response)
relay/channel/gemini/relay-gemini.go:361
↓ 6 callersFunctionGenerateFinalUsageResponse
(id string, createAt int64, model string, usage dto.Usage)
relay/helper/common.go:217
↓ 6 callersFunctionGenerateTextOtherInfo
(ctx *gin.Context, relayInfo *relaycommon.RelayInfo, modelRatio, groupRatio, completionRatio float64, cacheTo
service/log_info_generate.go:97
↓ 6 callersFunctionGetActiveSystemTask
(taskType string)
model/system_task.go:132
↓ 6 callersFunctionGetBillingExpr
(model string)
setting/billing_setting/tiered_billing.go:64
↓ 6 callersFunctionGetContextKey
(c *gin.Context, key constant.ContextKey)
common/gin.go:161
↓ 6 callersFunctionGetContextKeyBool
(c *gin.Context, key constant.ContextKey)
common/gin.go:173
↓ 6 callersMethodGetIdentifier
()
relaykit/types/file_source.go:15
↓ 6 callersMethodGetModels
()
model/channel.go:294
↓ 6 callersFunctionGetPointer
(v T)
common/utils.go:302
↓ 6 callersFunctionGetRequestAutoGroups
GetRequestAutoGroups resolves the ordered Auto groups for the current token. The absence of the context value means that the token inherits the comple
service/group.go:97
↓ 6 callersFunctionGetSubscriptionPlanById
(id int)
model/subscription.go:385
↓ 6 callersMethodGetTokenCountMeta
()
relaykit/dto/request_common.go:9
↓ 6 callersMethodGetTools
GetTools 获取工具列表
relaykit/dto/claude.go:420
↓ 6 callersFunctionGetTopupGroupRatio
(name string)
common/topup-ratio.go:32
↓ 6 callersFunctionGetUserSessionBySID
(sid string)
model/user_session.go:198
↓ 6 callersFunctionGroupRatio2JSONString
()
setting/ratio_setting/group_ratio.go:71
↓ 6 callersFunctionHeaderNavModulePublicOrUserAuth
(module string)
middleware/header_nav.go:125
↓ 6 callersFunctionIncreaseTokenQuota
(tokenId int, key string, quota int)
model/token.go:377
↓ 6 callersMethodInsert
()
model/topup.go:53
↓ 6 callersMethodInsert
()
model/midjourney.go:164
↓ 6 callersMethodListArtifacts
(task *model.Task)
relay/channel/adapter.go:105
↓ 6 callersMethodMatchPathForModel
MatchPathForModel returns the first route whose IncomingPath and Models match. An empty Models list is a catch-all fallback for that incoming path.
relaykit/dto/channel_settings.go:191
↓ 6 callersFunctionMidjourneyErrorWrapper
(code int, desc string)
service/error.go:21
↓ 6 callersFunctionMigrateRetiredFrontendOptions
MigrateRetiredFrontendOptions normalizes options that belonged to the removed dashboard frontend. Each legacy console setting is migrated in its own t
model/frontend_option_migration.go:20
↓ 6 callersFunctionOpenaiHandler
(c *gin.Context, info *relaycommon.RelayInfo, resp *http.Response)
relay/channel/openai/relay-openai.go:241
↓ 6 callersMethodParseTaskResult
(task *model.Task, resp *http.Response, respBody []byte)
relay/channel/adapter.go:80
↓ 6 callersFunctionPrepareTieredBillingForSelectedGroup
PrepareTieredBillingForSelectedGroup refreshes routing-dependent billing state before an upstream attempt. An existing session reserves any higher est
service/tiered_settle.go:125
↓ 6 callersFunctionQuotaRound
QuotaRound converts a float64 quota value to int using half-away-from-zero rounding with int32 saturation. Every tiered billing path (pre-consume, set
pkg/billingexpr/round.go:12
↓ 6 callersFunctionReloadPolicy
()
service/authz/enforcer.go:69
↓ 6 callersFunctionRemoveDisabledFields
RemoveDisabledFields 从请求 JSON 数据中移除渠道设置中禁用的字段 service_tier: 服务层级字段,可能导致额外计费(OpenAI、Claude、Responses API 支持) inference_geo: Claude 数据驻留推理区域字段(仅 Claude
relay/common/relay_info.go:1050
↓ 6 callersMethodResolvedPin
ResolvedPin returns the winning pin after priority resolution. Lowest Rank wins. Pins that name the same channel are merged (stricter RetryMode). over
dto/channel_constraints.go:72
↓ 6 callersFunctionResponseChunkData
(c *gin.Context, resp dto.ResponsesStreamResponse, data string)
relay/helper/common.go:87
↓ 6 callersFunctionSanitizeURLForLog
(rawURL string)
relay/common/relay_utils.go:40
↓ 6 callersMethodSetModelName
(modelName string)
relaykit/dto/request_common.go:11
↓ 6 callersFunctionSettleMidjourneyTaskBilling
SettleMidjourneyTaskBilling charges a persisted legacy task and records the applied stages.
service/midjourney.go:64
↓ 6 callersMethodSetupRequestHeader
(c *gin.Context, req *http.Header, info *relaycommon.RelayInfo)
relay/channel/adapter.go:21
↓ 6 callersFunctionTaskErrorWrapper
(err error, code string, statusCode int)
service/error.go:200
↓ 6 callersMethodToBaseUser
()
model/user.go:115
↓ 6 callersFunctionUpdateAutoGroupsByJsonString
(jsonString string)
setting/auto_group.go:34
↓ 6 callersFunctionUpdateConfigFromMap
UpdateConfigFromMap 从map更新配置对象(导出函数)
setting/config/config.go:281
↓ 6 callersFunctionUpdateGroupRatioByJSONString
(jsonStr string)
setting/ratio_setting/group_ratio.go:75
↓ 6 callersFunctionUpdateOption
(c *gin.Context)
controller/option.go:139
↓ 6 callersFunctionUpdateVideoTasks
UpdateVideoTasks 按渠道更新所有视频任务
service/task_polling.go:385
↓ 6 callersFunctionUpstreamModelName
UpstreamModelName / ChannelTypeOf are nil-safe accessors for optional Meta values (converters are often called with a nil Meta in tests and compat shi
relaykit/relayconvert/convmeta/meta.go:221
↓ 6 callersFunctionUsageFromChatUsage
(src *dto.Usage)
relaykit/relayconvert/response_compat.go:156
↓ 6 callersFunctionUsageFromChatUsage
(src *dto.Usage)
relaykit/relayconvert/internal/oai_chat/to_oai_responses_resp.go:145
↓ 6 callersMethodValidateNetworkTarget
ValidateNetworkTarget validates the host and port before dialing.
common/ssrf_protection.go:290
↓ 6 callersFunctionValidateWalletQuota
ValidateWalletQuota enforces the upper bound shared by wallet mutations. Negative balances remain valid because billing can temporarily overdraw a wal
common/quota_math.go:22
↓ 6 callersMethodacquire
( pluginKey string, userID int, tokenID int, )
controller/plugin_protocol_limiter.go:65
↓ 6 callersFunctionapplyOriginTaskIntent
(c *gin.Context, intent map[string]any, meta pluginruntime.Meta)
middleware/task_plugin.go:1022
↓ 6 callersFunctionbuildOpenAIStyleUsageFromClaudeUsage
(usage *dto.Usage)
relay/channel/claude/relay-claude.go:57
↓ 6 callersFunctioncanonicalUsageFromResponse
(response any)
relaykit/relayconvert/response_registry.go:844
↓ 6 callersFunctionclearAuthentication
( synchronizeTabs = true, bootstrapState: AuthBootstrapState = 'complete' )
web/src/lib/auth-session.ts:186
↓ 6 callersFunctioncombineBillingExpr
( baseExpr: string, requestRuleExpr: string )
web/src/features/pricing/lib/billing-expr.ts:933
↓ 6 callersFunctionconvert
(value any, target any)
relay/channel/task/jsplugin/adaptor.go:1545
↓ 6 callersFunctioncreateEpayTestOrder
(t *testing.T, userId int, tradeNo string, provider string, status string)
model/payment_method_guard_test.go:177
↓ 6 callersFunctioncreateOAuthFlow
( provider: string, intent: 'login' | 'bind' )
web/src/features/auth/api.ts:167
↓ 6 callersMethodensureStart
()
relaykit/relayconvert/internal/oai_responses/to_oai_chat_stream_resp.go:158
↓ 6 callersFunctionfetchLogs
( endpoint: string, params: T, isAdmin: boolean )
web/src/features/usage-logs/api.ts:42
↓ 6 callersFunctionformatBillingCurrencyFromUSD
( amountUSD: number | null | undefined, options?: CurrencyFormatOptions )
web/src/lib/currency.ts:471
↓ 6 callersFunctionformatNumber
( value: number | null | undefined, locales?: Intl.LocalesArgument )
web/src/lib/format.ts:32
↓ 6 callersFunctionformatPricingNumber
(value: unknown)
web/src/features/system-settings/models/pricing-format.ts:55
↓ 6 callersFunctionformatTokens
(value: number)
web/src/features/rankings/lib/format.ts:24
↓ 6 callersFunctionformatUptimePct
(pct: number)
web/src/features/performance-metrics/lib/format.ts:31
↓ 6 callersFunctionformatUserLogs
(logs []*Log, startIdx int)
model/log.go:116
↓ 6 callersFunctiongetAuthenticatedUser
(c *gin.Context)
controller/passkey.go:654
↓ 6 callersFunctiongetCookie
(name: string)
web/src/lib/cookies.ts:29
↓ 6 callersFunctiongetCurrentVersion
(message: Message)
web/src/features/playground/lib/message/message-utils.ts:42
↓ 6 callersFunctiongetRouteIncomingPath
(route: AdvancedCustomRoute)
web/src/features/channels/components/dialogs/advanced-custom-editor-dialog.tsx:163
↓ 6 callersFunctiongetSuccessRateTextClass
(rate: number)
web/src/features/performance-metrics/lib/format.ts:88
← previousnext →601–700 of 11,560, ranked by callers