export declare interface Station { /** Unique id */ id: string; /** Default display name */ name: string; /** Homepage URL */ homepage: string; /** Localized names. Key is a language tag (e.g. 'zh-CN'), value is the name in that language. */ i18nNames?: Record; /** Underlying system this station is based on */ system?: StationSystem; /** Opening date, ISO format 'YYYY-MM-DD', or 'YYYY-MM' when only the month is known */ openedAt?: string; /** Whether invoices are supported */ supportsInvoice?: boolean; /** Whether payment via corporate bank transfer is supported */ supportsCorporateTransfer?: boolean; /** Status page URL */ statusUrl: string | false; /** Privacy policy URL */ privacyUrl: string | false; /** Refund policy URL */ refundUrl: string | false; /** Last time the data was updated, ISO format 'YYYY-MM-DD' */ updatedAt: string; } /** Literal union of all station ids, e.g. 'claude' | 'openai' */ export declare type StationId = (typeof stations)[number]['id']; export declare const stations: readonly [{ readonly id: "yunwu"; readonly name: "Yunwu (shutting down soon)"; readonly homepage: "https://yunwu.ai"; readonly i18nNames: { readonly 'zh-CN': "云雾(即将下线)"; }; readonly system: "new-api"; readonly supportsInvoice: true; readonly supportsCorporateTransfer: true; readonly statusUrl: "https://yunwu.ai/console"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-08-03"; }, { readonly id: "packycode"; readonly name: "Packy"; readonly homepage: "https://www.packyapi.com"; readonly system: "new-api"; readonly supportsInvoice: false; readonly supportsCorporateTransfer: true; readonly statusUrl: "https://check.linux.do/group/Packy"; readonly privacyUrl: "https://www.packyapi.com/terms"; readonly refundUrl: "https://www.packyapi.com/terms"; readonly updatedAt: "2026-05-31"; }, { readonly id: "ikuncode"; readonly name: "IKun Code"; readonly homepage: "https://api.ikuncode.cc"; readonly system: "new-api"; readonly statusUrl: "https://status.ikuncode.cc/"; readonly privacyUrl: false; readonly refundUrl: "https://docs.ikuncode.cc/support/faq#are-refunds-supported"; readonly updatedAt: "2026-05-31"; }, { readonly id: "bestai"; readonly name: "BEST AI"; readonly homepage: "https://api.oaibest.com"; readonly system: "new-api"; readonly statusUrl: "https://status.oaibest.com/status/ai"; readonly privacyUrl: "https://api.oaibest.com/privacy-policy"; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "duckcoding"; readonly name: "Duck Coding"; readonly homepage: "https://duckcoding.com"; readonly system: "new-api"; readonly statusUrl: "https://status.duckcoding.ai/status/duckcoding"; readonly privacyUrl: "https://docs.duckcoding.ai/legal/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96.html"; readonly refundUrl: "https://docs.duckcoding.ai/legal/%E6%9C%8D%E5%8A%A1%E6%9D%A1%E6%AC%BE.html#s7"; readonly updatedAt: "2026-05-31"; }, { readonly id: "vapi"; readonly name: "V-API"; readonly homepage: "https://api.v3.cm"; readonly statusUrl: false; readonly privacyUrl: "https://api.v3.cm/privacy-policy.html"; readonly refundUrl: "https://api.v3.cm/license.html"; readonly updatedAt: "2026-05-31"; }, { readonly id: "qianduoduo"; readonly name: "Qianduoduo"; readonly homepage: "https://api2.aigcbest.top"; readonly i18nNames: { readonly 'zh-CN': "钱多多"; }; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "dmxapi"; readonly name: "DMX"; readonly homepage: "https://www.dmxapi.com"; readonly system: "new-api"; readonly statusUrl: "https://jk.dmxapi.cn/status/dmxapi"; readonly privacyUrl: "https://dmxapi.com/yinsi.html"; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "zetatechs"; readonly name: "ZetaTechs"; readonly homepage: "https://api.zetatechs.com"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: "https://api.zetatechs.com/privacy-policy"; readonly refundUrl: "https://api.zetatechs.com/user-agreement"; readonly updatedAt: "2026-05-31"; }, { readonly id: "aihubmix"; readonly name: "AIHubMix"; readonly homepage: "https://aihubmix.com"; readonly system: "custom"; readonly statusUrl: false; readonly privacyUrl: "https://docs.aihubmix.com/en/api/Data-Pravicy"; readonly refundUrl: "https://docs.aihubmix.com/en/terms-and-privacy/Terms#5-4-refund-policy"; readonly updatedAt: "2026-05-31"; }, { readonly id: "cubence"; readonly name: "Cubence"; readonly homepage: "https://cubence.com"; readonly system: "custom"; readonly statusUrl: "https://check.linux.do/group/Cubence"; readonly privacyUrl: "https://cubence.com/legal/privacy-policy"; readonly refundUrl: "https://cubence.com/legal/refund-policy"; readonly updatedAt: "2026-05-31"; }, { readonly id: "aicodemirror"; readonly name: "AICodeMirror"; readonly homepage: "https://www.aicodemirror.com"; readonly system: "custom"; readonly statusUrl: "https://status.aicodemirror.com/"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "rightcode"; readonly name: "Right Code"; readonly homepage: "https://www.right.codes"; readonly system: "custom"; readonly statusUrl: "https://check.linux.do/group/RightCode"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "easychat"; readonly name: "EasyChat"; readonly homepage: "https://easychat.site"; readonly system: "custom"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "ccfly"; readonly name: "CCFly"; readonly homepage: "https://ccfly.codes"; readonly system: "custom"; readonly statusUrl: false; readonly privacyUrl: "https://ccfly.codes/privacy"; readonly refundUrl: "https://ccfly.codes/terms"; readonly updatedAt: "2026-05-31"; }, { readonly id: "hongmacc"; readonly name: "HongMaCC"; readonly homepage: "https://hongmacc.com"; readonly system: "custom"; readonly supportsInvoice: true; readonly statusUrl: "https://hongmacc.com/models"; readonly privacyUrl: "https://hongmacc.com/legal/service-specific-terms"; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "sssaicode"; readonly name: "SSSAICode"; readonly homepage: "https://www.sssaicode.com"; readonly system: "custom"; readonly supportsInvoice: false; readonly supportsCorporateTransfer: false; readonly statusUrl: false; readonly privacyUrl: "https://www.sssaicode.com/terms#privacy"; readonly refundUrl: "https://www.sssaicode.com/terms#refund"; readonly updatedAt: "2026-05-31"; }, { readonly id: "cherryin"; readonly name: "CherryIN"; readonly homepage: "https://open.cherryin.ai"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: "https://docs.cherryin.ai/en/docs/about/privacy-policy"; readonly refundUrl: "https://docs.cherryin.ai/en/docs/about/terms-of-service#5-fees-top-ups-and-refunds"; readonly updatedAt: "2026-05-31"; }, { readonly id: "88code"; readonly name: "88code"; readonly homepage: "https://www.88code.ai"; readonly system: "custom"; readonly statusUrl: "https://www.88code.ai/home-page"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "yescode"; readonly name: "YesCode"; readonly homepage: "https://co.yes.vg"; readonly system: "custom"; readonly statusUrl: "https://co.yes.vg/provider-status"; readonly privacyUrl: "https://co.yes.vg/docs?tab=terms"; readonly refundUrl: "https://co.yes.vg/docs?tab=terms"; readonly updatedAt: "2026-05-31"; }, { readonly id: "sparkcode"; readonly name: "Spark Code"; readonly homepage: "https://www.sparkcode.top/"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: "https://www.sparkcode.top/user-agreement"; readonly updatedAt: "2026-05-31"; }, { readonly id: "foxcode"; readonly name: "Fox Code"; readonly homepage: "https://foxcode.rjj.cc"; readonly system: "custom"; readonly statusUrl: "https://status.rjj.cc/status/foxcode"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "aigocode"; readonly name: "AI Go Code"; readonly homepage: "https://www.aigocode.com"; readonly system: "custom"; readonly statusUrl: false; readonly privacyUrl: "https://www.aigocode.com/privacy-policy"; readonly refundUrl: "https://www.aigocode.com/refund-policy"; readonly updatedAt: "2026-05-31"; }, { readonly id: "claudecn"; readonly name: "ClaudeCN"; readonly homepage: "https://claudecn.top"; readonly system: "custom"; readonly statusUrl: "https://claudecn.top/status"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "neko"; readonly name: "Neko"; readonly homepage: "https://nekocode.ai"; readonly system: "custom"; readonly statusUrl: "https://check.linux.do/group/Neko"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "bytecat"; readonly name: "ByteCat"; readonly homepage: "https://www.bytecatcode.org"; readonly system: "new-api"; readonly openedAt: "2026-01"; readonly statusUrl: "https://status.bytecatcode.org/status/bytecat"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "tigerapi"; readonly name: "Tiger"; readonly homepage: "https://tiger.bookapi.cc"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "monking"; readonly name: "Monking"; readonly homepage: "https://www.monking.ai"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "vbcode"; readonly name: "VBCode"; readonly homepage: "https://vbcode.io"; readonly system: "new-api"; readonly statusUrl: "https://status.vbcode.io/"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "timicc"; readonly name: "TiMi CC"; readonly homepage: "https://timicc.com"; readonly system: "sub2api"; readonly statusUrl: "https://status.timicc.com/"; readonly privacyUrl: "https://timicc.com/privacy-policy"; readonly refundUrl: "https://timicc.com/terms-of-service"; readonly updatedAt: "2026-05-31"; }, { readonly id: "apipool"; readonly name: "APIPool"; readonly homepage: "https://apipool.dev"; readonly system: "sub2api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "bmai"; readonly name: "BMAI"; readonly homepage: "https://bmai.kun8.vip"; readonly system: "sub2api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "unity2"; readonly name: "Unity2"; readonly homepage: "https://unity2.ai"; readonly system: "sub2api"; readonly supportsInvoice: true; readonly supportsCorporateTransfer: true; readonly statusUrl: "https://status.unity2.ai/"; readonly privacyUrl: false; readonly refundUrl: "https://icns3iwmxoak.feishu.cn/wiki/AykzwIvToimCUekdd1tcnbo2n3c"; readonly updatedAt: "2026-05-31"; }, { readonly id: "chintao"; readonly name: "Chintao"; readonly homepage: "https://chintao.cn"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "xcodebest"; readonly name: "Xcode Best"; readonly homepage: "https://xcode.best"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: "https://xcode.best/#privacy"; readonly refundUrl: "https://my.feishu.cn/wiki/Re71w4rLUiuZnEkHD2Mc4Pzpndf"; readonly updatedAt: "2026-05-31"; }, { readonly id: "linkapi"; readonly name: "LinkAPI"; readonly homepage: "https://linkapi.ai"; readonly system: "new-api"; readonly supportsCorporateTransfer: true; readonly statusUrl: false; readonly privacyUrl: "https://home.linkapi.ai/privacy.html"; readonly refundUrl: "https://home.linkapi.ai/terms.html"; readonly updatedAt: "2026-05-31"; }, { readonly id: "zerocode"; readonly name: "ZeroCode"; readonly homepage: "https://zerocode.sbs"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "dawclaudecode"; readonly name: "DawCode"; readonly homepage: "https://dawclaudecode.com"; readonly system: "new-api"; readonly supportsCorporateTransfer: true; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "jike"; readonly name: "JiKe AI"; readonly homepage: "https://magic666.top"; readonly i18nNames: { readonly 'zh-CN': "即刻 AI"; }; readonly system: "new-api"; readonly supportsInvoice: false; readonly supportsCorporateTransfer: true; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "poloai"; readonly name: "PoloAPI"; readonly homepage: "https://poloai.top"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "aiya"; readonly name: "AiYa"; readonly homepage: "https://api.aiyahmm.com"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: "https://api.aiyahmm.com/privacy"; readonly refundUrl: "https://api.aiyahmm.com/terms"; readonly updatedAt: "2026-05-31"; }, { readonly id: "17nas"; readonly name: "17NAS"; readonly homepage: "https://ai.17nas.com"; readonly i18nNames: { readonly 'zh-CN': "镜核"; }; readonly system: "new-api"; readonly statusUrl: "https://ai.17nas.com/tools/status/"; readonly privacyUrl: "https://ai.17nas.com/tools/legal/privacy/"; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "buzzai"; readonly name: "BUZZ"; readonly homepage: "https://buzzai.cc"; readonly system: "new-api"; readonly statusUrl: "https://buzzai.cc/status"; readonly privacyUrl: "https://buzzai.cc/legal/privacy"; readonly refundUrl: "https://buzzai.cc/legal/terms#section-3"; readonly updatedAt: "2026-05-31"; }, { readonly id: "doroai"; readonly name: "Doro"; readonly homepage: "https://us.doro.lol/"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "aicodingsh"; readonly name: "AICoding"; readonly homepage: "https://aicoding.sh"; readonly system: "custom"; readonly statusUrl: false; readonly privacyUrl: "https://aicoding.sh/en/privacy"; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "aiberm"; readonly name: "Aiberm"; readonly homepage: "https://aiberm.com"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: "https://aiberm.com/privacy"; readonly refundUrl: "https://aiberm.com/refund"; readonly updatedAt: "2026-05-31"; }, { readonly id: "aimz"; readonly name: "AIMZ"; readonly homepage: "https://mzlone.top"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "1xm"; readonly name: "OneXModel"; readonly homepage: "https://1xm.ai"; readonly system: "new-api"; readonly supportsInvoice: true; readonly supportsCorporateTransfer: true; readonly statusUrl: "https://1xm.ai/console"; readonly privacyUrl: "https://1xm.ai/privacy-policy"; readonly refundUrl: "https://1xm.ai/user-agreement"; readonly updatedAt: "2026-05-31"; }, { readonly id: "claude-zhongzhuan"; readonly name: "Claude ZZ"; readonly homepage: "https://claude-zhongzhuan.cloud"; readonly system: "sub2api"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "icodeeasy"; readonly name: "I Code Easy"; readonly homepage: "https://icodeeasy.cc"; readonly system: "custom"; readonly statusUrl: false; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-05-31"; }, { readonly id: "nowcoding"; readonly name: "Now Coding"; readonly homepage: "https://nowcoding.ai"; readonly system: "new-api"; readonly statusUrl: "https://nowcoding.ai/console/service-status"; readonly privacyUrl: "https://nowcoding.ai/agreement/privacy-policy"; readonly refundUrl: "https://nowcoding.ai/agreement/refund-policy"; readonly updatedAt: "2026-05-31"; }, { readonly id: "claude-api-org"; readonly name: "Claude API"; readonly homepage: "https://claude-api.org"; readonly system: "sub2api"; readonly statusUrl: false; readonly privacyUrl: "https://doc.claude-api.org/terms"; readonly refundUrl: "https://doc.claude-api.org/refund"; readonly updatedAt: "2026-05-31"; }, { readonly id: "onedayai"; readonly name: "OneDayAI"; readonly homepage: "https://api.autocode.space"; readonly system: "new-api"; readonly statusUrl: "http://status.autocode.space/status/autocode"; readonly privacyUrl: false; readonly refundUrl: false; readonly updatedAt: "2026-06-29"; }, { readonly id: "uocode"; readonly name: "UoCode"; readonly homepage: "https://www.uocode.com"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: "https://www.uocode.com/user-agreement"; readonly refundUrl: false; readonly updatedAt: "2026-06-30"; }, { readonly id: "4router"; readonly name: "4Router"; readonly homepage: "https://4router.net"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: "https://4router.net/about"; readonly refundUrl: false; readonly updatedAt: "2026-07-17"; }, { readonly id: "aixoras"; readonly name: "Aixoras"; readonly homepage: "https://www.aixoras.com"; readonly system: "new-api"; readonly supportsInvoice: true; readonly statusUrl: false; readonly privacyUrl: "https://www.aixoras.com/user-agreement"; readonly refundUrl: false; readonly updatedAt: "2026-07-28"; }, { readonly id: "omniakey"; readonly name: "OmniaKey"; readonly homepage: "https://omniakey.com"; readonly system: "new-api"; readonly statusUrl: false; readonly privacyUrl: "https://omniakey.com/privacy"; readonly refundUrl: "https://omniakey.com/refund"; readonly updatedAt: "2026-07-28"; }, { readonly id: "openlux"; readonly name: "OpenLux"; readonly homepage: "https://api.openlux.ai"; readonly system: "new-api"; readonly supportsInvoice: true; readonly statusUrl: false; readonly privacyUrl: "https://privacypolicy1.zhongzhuan.chat/openlux/privacy.html"; readonly refundUrl: "https://privacypolicy1.zhongzhuan.chat/openlux/refund.html"; readonly updatedAt: "2026-08-05"; }, { readonly id: "apilio"; readonly name: "Apilio"; readonly homepage: "https://api.apilio.ai"; readonly i18nNames: { readonly 'zh-CN': "Apilio(原柏拉图)"; }; readonly system: "new-api"; readonly supportsInvoice: true; readonly statusUrl: false; readonly privacyUrl: "https://api.apilio.ai/privacy"; readonly refundUrl: false; readonly updatedAt: "2026-08-03"; }]; export declare type StationSystem = 'one-api' | 'new-api' | 'sub2api' | 'custom'; export { }