Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantumNous/new-api
/ functions
Functions
9,732 in github.com/QuantumNous/new-api
⨍
Functions
9,732
◇
Types & classes
1,519
↓ 7 callers
Function
OptionsOf
OptionsOf returns m's conversion options, or empty defaults when m is nil.
relaykit/relayconvert/convmeta/meta.go:210
↓ 7 callers
Function
ParseHTTPStatusCodeRanges
(input string)
setting/operation_setting/status_code_ranges.go:117
↓ 7 callers
Function
PostConsumeUserSubscriptionDelta
Update subscription used amount by delta (positive consume more, negative refund).
model/subscription.go:1510
↓ 7 callers
Method
Read
(p []byte)
relay/channel/openai/image_stream_test.go:152
↓ 7 callers
Function
RechargeEpay
RechargeEpay 原子完成易支付订单:订单行锁、状态校验、成功更新与用户额度增加 在同一个事务内完成,因此同一订单的并发/重复回调(包括多实例部署下)最多充值一次。 alreadyDone=true 表示订单此前已完成,本次为幂等重复回调。 进程内的 LockOrder 只是优化,正确性由本
model/topup.go:176
↓ 7 callers
Method
SetMetadata
(k string, v any)
relaykit/dto/openai_video.go:37
↓ 7 callers
Method
SetWithTTL
(key string, v V, ttl time.Duration)
pkg/cachex/hybrid_cache.go:111
↓ 7 callers
Method
ToVideoStatus
()
model/task.go:17
↓ 7 callers
Function
UpdateUserUsedQuotaAndRequestCount
(id int, quota int)
model/user.go:1347
↓ 7 callers
Method
Usage
()
relaykit/relayconvert/response_registry.go:368
↓ 7 callers
Function
UserAuth
()
middleware/auth.go:92
↓ 7 callers
Function
UserUsableGroups2JSONString
()
setting/user_usable_group.go:27
↓ 7 callers
Function
UsingLogDatabase
(databaseType DatabaseType)
common/database.go:40
↓ 7 callers
Function
ValidateLoginSession
(identity AuthIdentity)
service/auth_session.go:114
↓ 7 callers
Method
WriteString
(s string)
middleware/audit.go:36
↓ 7 callers
Function
attachQuotaSaturation
attachQuotaSaturation records the request's quota clamp (if any) onto the consume log's other.admin_info and emits a request-correlated backend audit
service/log_info_generate.go:40
↓ 7 callers
Function
authSigningKey
(purpose string)
service/auth_token.go:54
↓ 7 callers
Function
createUserSessionTestUser
(t *testing.T, userID int, authVersion int64)
model/user_session_test.go:66
↓ 7 callers
Function
effectiveBillingUsage
(usage *dto.Usage)
service/billing_usage.go:20
↓ 7 callers
Function
formatLogQuota
(quota: number)
web/src/lib/format.ts:237
↓ 7 callers
Function
geminiStreamHandler
(c *gin.Context, info *relaycommon.RelayInfo, resp *http.Response, callback func(data string, geminiResponse *
relay/channel/gemini/relay-gemini.go:147
↓ 7 callers
Function
getCurrencyLabel
()
web/src/lib/currency.ts:546
↓ 7 callers
Function
getSubscriptionPlanByIdTx
(tx *gorm.DB, id int)
model/subscription.go:389
↓ 7 callers
Function
getUserQuotaForPaymentGuardTest
(t *testing.T, userID int)
model/payment_method_guard_test.go:84
↓ 7 callers
Function
hasPermission
( user: AuthUser | null | undefined, resource: string, action: string )
web/src/lib/admin-permissions.ts:75
↓ 7 callers
Function
insertPricingEndpointAbility
(t *testing.T, channelID int, modelName string)
model/pricing_endpoint_test.go:49
↓ 7 callers
Function
insertPricingEndpointChannel
(t *testing.T, channelID int, channelType int, settings dto.ChannelOtherSettings)
model/pricing_endpoint_test.go:34
↓ 7 callers
Function
manageMultiKeys
( params: MultiKeyManageParams )
web/src/features/channels/api.ts:363
↓ 7 callers
Function
newAuthzTestDB
(t *testing.T)
service/authz/authz_test.go:14
↓ 7 callers
Function
numberValue
(value: unknown)
web/src/features/dashboard/lib/flow.ts:145
↓ 7 callers
Function
rateLimitFactory
(maxRequestNum int, duration int64, mark string)
middleware/rate-limit.go:147
↓ 7 callers
Function
redisIPRateLimitKey
(mark string, clientIP string)
middleware/rate-limit.go:44
↓ 7 callers
Method
resolveForConversion
(c *gin.Context, info *relaycommon.RelayInfo)
relay/channel/advancedcustom/adaptor.go:359
↓ 7 callers
Function
setupLogin
setupLogin creates a server-controlled login Session and returns the shared authentication bundle used by every login method.
controller/user.go:154
↓ 7 callers
Function
setupTokenControllerTestDB
(t *testing.T)
controller/token_test.go:107
↓ 7 callers
Function
syncCreditUserQuotaCache
syncCreditUserQuotaCache 在授信事务(充值/兑换等)提交后同步把增量补进缓存 余额。预扣以缓存值为准(存在期间),授信不能绕过它,否则新到账的额度在 缓存过期前不可用;缓存未命中无需处理,下次读取会从已提交的数据库余额水合。
model/user_cache.go:158
↓ 7 callers
Function
testRelayInfo
()
relay/channel/task/ali/adaptor_test.go:12
↓ 7 callers
Function
useDebounce
(value: T, delay: number = 500)
web/src/hooks/use-debounce.ts:27
↓ 7 callers
Function
useTableUrlState
( params: UseTableUrlStateParams )
web/src/hooks/use-table-url-state.ts:107
↓ 7 callers
Function
userSessionCacheKey
(sid string)
model/user_session.go:124
↓ 7 callers
Function
writeAuthSessionError
(c *gin.Context, err error)
controller/auth_session.go:164
↓ 6 callers
Function
AdvanceCurrentSessionToUserVersion
AdvanceCurrentSessionToUserVersion is used when the security mutation and AuthVersion increment were committed in the same transaction (for example, a
service/auth_session.go:173
↓ 6 callers
Method
BuildModelListRequest
(info *relaycommon.RelayInfo)
relay/channel/advancedcustom/adaptor.go:196
↓ 6 callers
Function
ClaimExternalIdentityWithTx
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 callers
Function
CompleteSubscriptionOrder
Complete a subscription order (idempotent). Creates a UserSubscription snapshot from the plan. expectedPaymentProvider guards against cross-gateway ca
model/subscription.go:569
↓ 6 callers
Function
ConsumeAuthFlow
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 callers
Function
DecreaseUserQuota
(id int, quota int, db bool)
model/user.go:1295
↓ 6 callers
Method
EnsureClaudeConvertInfo
EnsureClaudeConvertInfo lazily creates and returns the mutable OpenAI→Claude stream conversion state. For non-nil receivers, the same instance must be
relaykit/relayconvert/convmeta/meta.go:37
↓ 6 callers
Function
FatalLog
(v ...any)
common/sys_log.go:31
↓ 6 callers
Function
FormatClaudeResponseInfo
(claudeResponse *dto.ClaudeResponse, oaiResponse *dto.ChatCompletionsStreamResponse, claudeInfo *ClaudeRespons
relay/channel/claude/relay-claude.go:82
↓ 6 callers
Function
GeminiChatHandler
(c *gin.Context, info *relaycommon.RelayInfo, resp *http.Response)
relay/channel/gemini/relay-gemini.go:313
↓ 6 callers
Function
GenerateFinalUsageResponse
(id string, createAt int64, model string, usage dto.Usage)
relay/helper/common.go:217
↓ 6 callers
Function
GetActiveSystemTask
(taskType string)
model/system_task.go:132
↓ 6 callers
Function
GetContextKey
(c *gin.Context, key constant.ContextKey)
common/gin.go:161
↓ 6 callers
Function
GetContextKeyBool
(c *gin.Context, key constant.ContextKey)
common/gin.go:173
↓ 6 callers
Function
GetEnvOrDefaultString
(env string, defaultValue string)
common/env.go:21
↓ 6 callers
Method
GetIdentifier
()
relaykit/types/file_source.go:15
↓ 6 callers
Function
GetPointer
(v T)
common/utils.go:302
↓ 6 callers
Function
GetRequestAutoGroups
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 callers
Function
GetSubscriptionPlanById
(id int)
model/subscription.go:385
↓ 6 callers
Function
GetTaskAdaptor
(platform constant.TaskPlatform)
relay/relay_adaptor.go:144
↓ 6 callers
Method
GetTools
GetTools 获取工具列表
relaykit/dto/claude.go:401
↓ 6 callers
Function
GetTopupGroupRatio
(name string)
common/topup-ratio.go:32
↓ 6 callers
Function
GetUserSessionBySID
(sid string)
model/user_session.go:198
↓ 6 callers
Function
GroupRatio2JSONString
()
setting/ratio_setting/group_ratio.go:71
↓ 6 callers
Function
HeaderNavModulePublicOrUserAuth
(module string)
middleware/header_nav.go:125
↓ 6 callers
Function
IncreaseTokenQuota
(tokenId int, key string, quota int)
model/token.go:377
↓ 6 callers
Method
Insert
()
model/topup.go:52
↓ 6 callers
Method
Insert
()
model/midjourney.go:164
↓ 6 callers
Function
InvalidatePricingCache
()
model/pricing.go:80
↓ 6 callers
Method
IsToolCall
()
relaykit/dto/openai_response.go:159
↓ 6 callers
Method
MatchPathForModel
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:172
↓ 6 callers
Function
MidjourneyErrorWrapper
(code int, desc string)
service/error.go:21
↓ 6 callers
Function
MigrateRetiredFrontendOptions
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 callers
Function
OpenaiHandler
(c *gin.Context, info *relaycommon.RelayInfo, resp *http.Response)
relay/channel/openai/relay-openai.go:222
↓ 6 callers
Function
PrepareTieredBillingForSelectedGroup
PrepareTieredBillingForSelectedGroup refreshes routing-dependent billing state before an upstream attempt. An existing session reserves any higher est
service/tiered_settle.go:125
↓ 6 callers
Function
QuotaRound
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 callers
Function
ReloadPolicy
()
service/authz/enforcer.go:69
↓ 6 callers
Function
RemoveDisabledFields
RemoveDisabledFields 从请求 JSON 数据中移除渠道设置中禁用的字段 service_tier: 服务层级字段,可能导致额外计费(OpenAI、Claude、Responses API 支持) inference_geo: Claude 数据驻留推理区域字段(仅 Claude
relay/common/relay_info.go:976
↓ 6 callers
Function
SanitizeURLForLog
(rawURL string)
relay/common/relay_utils.go:40
↓ 6 callers
Function
SetMainDatabaseType
(databaseType DatabaseType)
common/database.go:23
↓ 6 callers
Function
SettleMidjourneyTaskBilling
SettleMidjourneyTaskBilling charges a persisted legacy task and records the applied stages.
service/midjourney.go:64
↓ 6 callers
Method
SetupRequestHeader
(c *gin.Context, req *http.Header, info *relaycommon.RelayInfo)
relay/channel/adapter.go:20
↓ 6 callers
Method
Source
Source 返回资金来源标识:"wallet" 或 "subscription"
service/funding_source.go:17
↓ 6 callers
Method
ToBaseUser
()
model/user.go:115
↓ 6 callers
Function
UnmarshalMetadata
UnmarshalMetadata converts a map[string]any metadata to a typed struct via JSON round-trip. This replaces the repeated pattern: json.Marshal(metadata)
relay/channel/task/taskcommon/helpers.go:16
↓ 6 callers
Function
UpdateAutoGroupsByJsonString
(jsonString string)
setting/auto_group.go:34
↓ 6 callers
Function
UpdateChannelStatus
(channelId int, usingKey string, status int, reason string)
model/channel.go:722
↓ 6 callers
Function
UpdateGroupRatioByJSONString
(jsonStr string)
setting/ratio_setting/group_ratio.go:75
↓ 6 callers
Function
UpdateVideoTasks
UpdateVideoTasks 按渠道更新所有视频任务
service/task_polling.go:352
↓ 6 callers
Function
UpstreamModelName
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:195
↓ 6 callers
Function
UsageFromChatUsage
(src *dto.Usage)
relaykit/relayconvert/response_compat.go:91
↓ 6 callers
Method
ValidateNetworkTarget
ValidateNetworkTarget validates the host and port before dialing.
common/ssrf_protection.go:290
↓ 6 callers
Function
clearAuthentication
( synchronizeTabs = true, bootstrapState: AuthBootstrapState = 'complete' )
web/src/lib/auth-session.ts:185
↓ 6 callers
Function
createEpayTestOrder
(t *testing.T, userId int, tradeNo string, provider string, status string)
model/payment_method_guard_test.go:177
↓ 6 callers
Function
createOAuthFlow
( provider: string, intent: 'login' | 'bind' )
web/src/features/auth/api.ts:141
↓ 6 callers
Function
creditTopUpQuota
creditTopUpQuota atomically enforces the int32 wallet ceiling while adding quota. Keeping the predicate and increment in one UPDATE prevents two concu
model/topup.go:87
↓ 6 callers
Function
currentEnforcer
()
service/authz/enforcer.go:63
↓ 6 callers
Function
fetchLogs
( endpoint: string, params: T, isAdmin: boolean )
web/src/features/usage-logs/api.ts:40
↓ 6 callers
Function
formatNumber
( value: number | null | undefined, locales?: Intl.LocalesArgument )
web/src/lib/format.ts:32
← previous
next →
401–500 of 9,732, ranked by callers