feat: add gemini model mapping whitelist for apikey and bulk edit

This commit is contained in:
liuxiongfeng
2026-02-11 22:31:07 +08:00
parent 850e267763
commit a747c63b8e
6 changed files with 116 additions and 84 deletions

View File

@@ -515,6 +515,7 @@ export interface ProxyAccountSummary {
export interface GeminiCredentials {
// API Key authentication
api_key?: string
model_mapping?: Record<string, string>
// OAuth authentication
access_token?: string