{.txt 160 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035
  1. {
  2. "version": 14,
  3. "models": [
  4. {
  5. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-clone-v1",
  6. "model_name": "cosyvoice-clone-v1",
  7. "prices": {
  8. "语音合成": {
  9. "raw": "2.0",
  10. "unit": "元/每万字符",
  11. "price": 2.0,
  12. "currency": "CNY"
  13. }
  14. },
  15. "model_info": {
  16. "features": {
  17. "cache存储": false,
  18. "前缀续写": false,
  19. "批量推理": false,
  20. "模型体验": false,
  21. "模型调优": false,
  22. "联网搜索": false,
  23. "结构化输出": false,
  24. "function calling": false
  25. },
  26. "model_code": "cosyvoice-clone-v1",
  27. "description": "声音复刻Cosyvoice大模型,依托先进的大模型技术进行特征提取,从而完成声音的复刻,且无需训练过程。仅需提供时长较短的音频,即可迅速生成高度相似且听感自然的定制声音。",
  28. "display_tags": [
  29. "语音合成"
  30. ],
  31. "input_modalities": [
  32. "Text"
  33. ],
  34. "output_modalities": [
  35. "Audio"
  36. ]
  37. },
  38. "rate_limits": {},
  39. "tool_prices": [],
  40. "scraped_at": "2026-04-07T04:02:34.714572Z"
  41. },
  42. {
  43. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-v3-flash",
  44. "model_name": "cosyvoice-v3-flash",
  45. "prices": {
  46. "语音合成": {
  47. "raw": "1",
  48. "unit": "元/每万字符",
  49. "price": 1.0,
  50. "currency": "CNY"
  51. }
  52. },
  53. "model_info": {
  54. "features": {
  55. "cache存储": false,
  56. "前缀续写": false,
  57. "批量推理": false,
  58. "模型体验": false,
  59. "模型调优": false,
  60. "联网搜索": false,
  61. "结构化输出": false,
  62. "function calling": false
  63. },
  64. "model_code": "cosyvoice-v3-flash",
  65. "description": "合成能力:CosyVoice-v3-Flash是通义实验室CosyVoice系列最新版高性能的语音合成大模型,较之前版本在自然度、音质、韵律、情感表现力上有更好的表现。该模型支持文本至语音的实时流式合成。克隆能力:CosyVoice-v3-Flash也是通义实验室CosyVoice系列最新版的语音克隆大模型,较之前版本提升了发音准确性、音色相似度,并且增加了更多小语种支持(德、西、法、意、俄)。仅需提供5-20s的参考音频,即可迅速生成高度相似且听感自然的定制声音。",
  66. "display_tags": [
  67. "语音合成"
  68. ],
  69. "input_modalities": [
  70. "Text"
  71. ],
  72. "output_modalities": [
  73. "Audio"
  74. ]
  75. },
  76. "rate_limits": {
  77. "RPM": "180",
  78. "上下文长度": null,
  79. "最大输入长度": null,
  80. "最大输出长度": null
  81. },
  82. "tool_prices": [],
  83. "scraped_at": "2026-04-07T04:03:10.816050Z"
  84. },
  85. {
  86. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-v3-plus",
  87. "model_name": "cosyvoice-v3-plus",
  88. "prices": {
  89. "语音合成": {
  90. "raw": "2.0",
  91. "unit": "元/每万字符",
  92. "price": 2.0,
  93. "currency": "CNY"
  94. }
  95. },
  96. "model_info": {
  97. "features": {
  98. "cache存储": false,
  99. "前缀续写": false,
  100. "批量推理": false,
  101. "模型体验": false,
  102. "模型调优": false,
  103. "联网搜索": false,
  104. "结构化输出": false,
  105. "function calling": false
  106. },
  107. "model_code": "cosyvoice-v3-plus",
  108. "description": "克隆能力:CosyVoice-v3-plus是通义实验室CosyVoice系列最新版的语音克隆大模型,具有更好的音质和复刻相似度,适用于更专业的场景。仅需提供5-20s的参考音频,即可迅速生成高度相似且听感自然的定制声音。合成能力:CosyVoice-v3-plus是通义实验室CosyVoice系列最新版的语音合成大模型,具有更好的音质和表现力,适用于更专业的场景。该模型支持文本至语音的实时流式合成。",
  109. "display_tags": [
  110. "语音合成"
  111. ],
  112. "input_modalities": [
  113. "Text"
  114. ],
  115. "output_modalities": [
  116. "Audio"
  117. ]
  118. },
  119. "rate_limits": {
  120. "RPM": "180",
  121. "上下文长度": null,
  122. "最大输入长度": null,
  123. "最大输出长度": null
  124. },
  125. "tool_prices": [],
  126. "scraped_at": "2026-04-07T04:02:54.837174Z"
  127. },
  128. {
  129. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-realtime",
  130. "model_name": "fun-asr-realtime",
  131. "prices": {
  132. "语音识别": {
  133. "raw": "0.00033",
  134. "unit": "元/每秒",
  135. "price": 0.00033,
  136. "currency": "CNY"
  137. }
  138. },
  139. "model_info": {
  140. "features": {
  141. "cache存储": false,
  142. "前缀续写": false,
  143. "批量推理": false,
  144. "模型体验": false,
  145. "模型调优": false,
  146. "联网搜索": false,
  147. "结构化输出": false,
  148. "function calling": false
  149. },
  150. "model_code": "fun-asr-realtime",
  151. "description": "通义实验室新一代端到端语音识别大模型的实时版,基于领先的自研语音技术,具备卓越的上下文感知和高精度语音转写能力。基于端到端架构,Fun-ASR 集成了创新的 RAG 技术,支持大规模热词自定义、敏感/语气词自动过滤、ITN 规范化、标点预测等多维功能,显著提升了整体识别准确率和语境贴合度。同时,Fun-ASR 支持中英文自由切换,多地区方言覆盖,具备更强的噪声鲁棒性,适应多样复杂环境。",
  152. "display_tags": [
  153. "实时语音识别"
  154. ],
  155. "input_modalities": [
  156. "Audio"
  157. ],
  158. "output_modalities": [
  159. "Text"
  160. ]
  161. },
  162. "rate_limits": {
  163. "RPM": "1200",
  164. "上下文长度": null,
  165. "最大输入长度": null,
  166. "最大输出长度": null
  167. },
  168. "tool_prices": [],
  169. "scraped_at": "2026-04-07T04:03:28.288659Z"
  170. },
  171. {
  172. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v1",
  173. "model_name": "paraformer-v1",
  174. "prices": {
  175. "语音识别": {
  176. "raw": "0.00008",
  177. "unit": "元/每秒",
  178. "price": 0.00008,
  179. "currency": "CNY"
  180. }
  181. },
  182. "model_info": {
  183. "features": {
  184. "cache存储": false,
  185. "前缀续写": false,
  186. "批量推理": false,
  187. "模型体验": true,
  188. "模型调优": false,
  189. "联网搜索": false,
  190. "结构化输出": false,
  191. "function calling": false
  192. },
  193. "model_code": "paraformer-v1",
  194. "description": "Paraformer中英文语音识别模型,支持16kHz及以上采样率的音频或视频语音识别。",
  195. "display_tags": [
  196. "语音识别"
  197. ],
  198. "input_modalities": [
  199. "Audio"
  200. ],
  201. "output_modalities": [
  202. "Text"
  203. ]
  204. },
  205. "rate_limits": {},
  206. "tool_prices": [],
  207. "scraped_at": "2026-04-07T04:04:07.572048Z"
  208. },
  209. {
  210. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v2",
  211. "model_name": "paraformer-v2",
  212. "prices": {
  213. "语音识别": {
  214. "raw": "0.00008",
  215. "unit": "元/每秒",
  216. "price": 0.00008,
  217. "currency": "CNY"
  218. }
  219. },
  220. "model_info": {
  221. "features": {
  222. "cache存储": false,
  223. "前缀续写": false,
  224. "批量推理": false,
  225. "模型体验": true,
  226. "模型调优": false,
  227. "联网搜索": false,
  228. "结构化输出": false,
  229. "function calling": false
  230. },
  231. "model_code": "paraformer-v2",
  232. "description": "推荐使用 Paraformer最新语音识别模型,支持多个语种的语音识别。可以通过language_hints参数选择语种获得更准确的识别效果,支持任意采样率。 支持的语言包括:中文(含粤语等各种方言)、英文、日语、韩语。可支持热词。",
  233. "display_tags": [
  234. "语音识别"
  235. ],
  236. "input_modalities": [
  237. "Audio"
  238. ],
  239. "output_modalities": [
  240. "Text"
  241. ]
  242. },
  243. "rate_limits": {},
  244. "tool_prices": [],
  245. "scraped_at": "2026-04-07T04:03:48.308940Z"
  246. },
  247. {
  248. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen2.5-vl-embedding",
  249. "model_name": "qwen2.5-vl-embedding",
  250. "prices": {
  251. "图片输入": {
  252. "raw": "1.8",
  253. "unit": "元/每百万tokens",
  254. "price": 1.8,
  255. "currency": "CNY"
  256. },
  257. "文本输入": {
  258. "raw": "0.7",
  259. "unit": "元/每百万tokens",
  260. "price": 0.7,
  261. "currency": "CNY"
  262. }
  263. },
  264. "model_info": {
  265. "features": {
  266. "cache存储": false,
  267. "前缀续写": false,
  268. "批量推理": false,
  269. "模型体验": false,
  270. "模型调优": false,
  271. "联网搜索": false,
  272. "结构化输出": false,
  273. "function calling": false
  274. },
  275. "model_code": "qwen2.5-vl-embedding",
  276. "description": "基于Qwen2.5-VL底座训练的统一多模态向量模型,支持文本、图片、视频单模态/混合模态输入,输出统一表征向量,适用于跨模态检索、图搜、视频检索、图像聚类、复杂多模态信息检索、打标等场景",
  277. "display_tags": [
  278. "多模态向量"
  279. ],
  280. "input_modalities": [
  281. "Text",
  282. "Image"
  283. ],
  284. "output_modalities": []
  285. },
  286. "rate_limits": {
  287. "RPM": "1200",
  288. "TPM": "600000",
  289. "上下文长度": null,
  290. "最大输入长度": null,
  291. "最大输出长度": null
  292. },
  293. "tool_prices": [],
  294. "scraped_at": "2026-04-07T03:58:58.395231Z"
  295. },
  296. {
  297. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash-realtime",
  298. "model_name": "qwen3-asr-flash-realtime",
  299. "prices": {
  300. "语音识别": {
  301. "raw": "0.00033",
  302. "unit": "元/每秒",
  303. "price": 0.00033,
  304. "currency": "CNY"
  305. }
  306. },
  307. "model_info": {
  308. "features": {
  309. "cache存储": false,
  310. "前缀续写": false,
  311. "批量推理": false,
  312. "模型体验": false,
  313. "模型调优": false,
  314. "联网搜索": false,
  315. "结构化输出": false,
  316. "function calling": false
  317. },
  318. "model_code": "qwen3-asr-flash-realtime",
  319. "description": "Qwen3-ASR-Flash的实时版,一款基于大语言模型的高精度、高智能、高鲁棒性的多语种语音识别模型。依托强大的基座模型、海量的文本与多模态数据、千万小时音频数据,Qwen3-ASR-Flash实现了高精度的语音识别功能,能够自动判断语种并准确识别 11 个语种的语音,在复杂的音频环境下能够保证精确转录。",
  320. "display_tags": [
  321. "Qwen3",
  322. "实时语音识别"
  323. ],
  324. "input_modalities": [
  325. "Audio"
  326. ],
  327. "output_modalities": [
  328. "Text"
  329. ]
  330. },
  331. "rate_limits": {
  332. "RPM": "1200",
  333. "上下文长度": null,
  334. "最大输入长度": null,
  335. "最大输出长度": null
  336. },
  337. "tool_prices": [],
  338. "scraped_at": "2026-04-07T04:04:27.248211Z"
  339. },
  340. {
  341. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  342. "model_name": "qwen3-coder-flash",
  343. "prices": {
  344. "256k<input": {
  345. "输入": {
  346. "raw": "5",
  347. "unit": "元/每百万tokens",
  348. "price": 5.0,
  349. "currency": "CNY"
  350. },
  351. "输出": {
  352. "raw": "25",
  353. "unit": "元/每百万tokens",
  354. "price": 25.0,
  355. "currency": "CNY"
  356. },
  357. "显式缓存创建": {
  358. "raw": "6.25",
  359. "unit": "元/每百万tokens",
  360. "price": 6.25,
  361. "currency": "CNY"
  362. },
  363. "显式缓存命中": {
  364. "raw": "0.5",
  365. "unit": "元/每百万tokens",
  366. "price": 0.5,
  367. "currency": "CNY"
  368. },
  369. "输入(缓存命中)": {
  370. "raw": "1",
  371. "unit": "元/每百万tokens",
  372. "price": 1.0,
  373. "currency": "CNY"
  374. }
  375. },
  376. "input<=32k": {
  377. "输入": {
  378. "raw": "1",
  379. "unit": "元/每百万tokens",
  380. "price": 1.0,
  381. "currency": "CNY"
  382. },
  383. "输出": {
  384. "raw": "4",
  385. "unit": "元/每百万tokens",
  386. "price": 4.0,
  387. "currency": "CNY"
  388. },
  389. "显式缓存创建": {
  390. "raw": "1.25",
  391. "unit": "元/每百万tokens",
  392. "price": 1.25,
  393. "currency": "CNY"
  394. },
  395. "显式缓存命中": {
  396. "raw": "0.1",
  397. "unit": "元/每百万tokens",
  398. "price": 0.1,
  399. "currency": "CNY"
  400. },
  401. "输入(缓存命中)": {
  402. "raw": "0.2",
  403. "unit": "元/每百万tokens",
  404. "price": 0.2,
  405. "currency": "CNY"
  406. }
  407. },
  408. "32k<input<=128k": {
  409. "输入": {
  410. "raw": "1.5",
  411. "unit": "元/每百万tokens",
  412. "price": 1.5,
  413. "currency": "CNY"
  414. },
  415. "输出": {
  416. "raw": "6",
  417. "unit": "元/每百万tokens",
  418. "price": 6.0,
  419. "currency": "CNY"
  420. },
  421. "显式缓存创建": {
  422. "raw": "1.875",
  423. "unit": "元/每百万tokens",
  424. "price": 1.875,
  425. "currency": "CNY"
  426. },
  427. "显式缓存命中": {
  428. "raw": "0.15",
  429. "unit": "元/每百万tokens",
  430. "price": 0.15,
  431. "currency": "CNY"
  432. },
  433. "输入(缓存命中)": {
  434. "raw": "0.3",
  435. "unit": "元/每百万tokens",
  436. "price": 0.3,
  437. "currency": "CNY"
  438. }
  439. },
  440. "128k<input<=256k": {
  441. "输入": {
  442. "raw": "2.5",
  443. "unit": "元/每百万tokens",
  444. "price": 2.5,
  445. "currency": "CNY"
  446. },
  447. "输出": {
  448. "raw": "10",
  449. "unit": "元/每百万tokens",
  450. "price": 10.0,
  451. "currency": "CNY"
  452. },
  453. "显式缓存创建": {
  454. "raw": "3.125",
  455. "unit": "元/每百万tokens",
  456. "price": 3.125,
  457. "currency": "CNY"
  458. },
  459. "显式缓存命中": {
  460. "raw": "0.25",
  461. "unit": "元/每百万tokens",
  462. "price": 0.25,
  463. "currency": "CNY"
  464. },
  465. "输入(缓存命中)": {
  466. "raw": "0.5",
  467. "unit": "元/每百万tokens",
  468. "price": 0.5,
  469. "currency": "CNY"
  470. }
  471. }
  472. },
  473. "model_info": {
  474. "features": {
  475. "cache存储": true,
  476. "前缀续写": false,
  477. "批量推理": false,
  478. "模型体验": true,
  479. "模型调优": false,
  480. "联网搜索": false,
  481. "结构化输出": false,
  482. "function calling": true
  483. },
  484. "model_code": "qwen3-coder-flash",
  485. "description": "基于Qwen3的代码生成模型,继承Qwen3-Coder-Plus的coding agent能力,支持多轮工具交互,重点优化仓库级别理解能力并增加工具调用稳定性。",
  486. "display_tags": [
  487. "Qwen3",
  488. "文本生成"
  489. ],
  490. "input_modalities": [
  491. "Text"
  492. ],
  493. "output_modalities": [
  494. "Text"
  495. ]
  496. },
  497. "rate_limits": {
  498. "RPM": "5000",
  499. "TPM": "5000000",
  500. "上下文长度": "1M",
  501. "最大输入长度": "997K",
  502. "最大输出长度": "64K"
  503. },
  504. "tool_prices": [],
  505. "scraped_at": "2026-04-07T01:55:10.041730Z"
  506. },
  507. {
  508. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  509. "model_name": "qwen3-coder-plus",
  510. "prices": {
  511. "256k<input": {
  512. "输入": {
  513. "raw": "20",
  514. "unit": "元/每百万tokens",
  515. "price": 20.0,
  516. "currency": "CNY"
  517. },
  518. "输出": {
  519. "raw": "200",
  520. "unit": "元/每百万tokens",
  521. "price": 200.0,
  522. "currency": "CNY"
  523. },
  524. "显式缓存创建": {
  525. "raw": "25",
  526. "unit": "元/每百万tokens",
  527. "price": 25.0,
  528. "currency": "CNY"
  529. },
  530. "显式缓存命中": {
  531. "raw": "2",
  532. "unit": "元/每百万tokens",
  533. "price": 2.0,
  534. "currency": "CNY"
  535. },
  536. "输入(缓存命中)": {
  537. "raw": "4",
  538. "unit": "元/每百万tokens",
  539. "price": 4.0,
  540. "currency": "CNY"
  541. }
  542. },
  543. "input<=32k": {
  544. "输入": {
  545. "raw": "4",
  546. "unit": "元/每百万tokens",
  547. "price": 4.0,
  548. "currency": "CNY"
  549. },
  550. "输出": {
  551. "raw": "16",
  552. "unit": "元/每百万tokens",
  553. "price": 16.0,
  554. "currency": "CNY"
  555. },
  556. "显式缓存创建": {
  557. "raw": "5",
  558. "unit": "元/每百万tokens",
  559. "price": 5.0,
  560. "currency": "CNY"
  561. },
  562. "显式缓存命中": {
  563. "raw": "0.4",
  564. "unit": "元/每百万tokens",
  565. "price": 0.4,
  566. "currency": "CNY"
  567. },
  568. "输入(缓存命中)": {
  569. "raw": "0.8",
  570. "unit": "元/每百万tokens",
  571. "price": 0.8,
  572. "currency": "CNY"
  573. }
  574. },
  575. "32k<input<=128k": {
  576. "输入": {
  577. "raw": "6",
  578. "unit": "元/每百万tokens",
  579. "price": 6.0,
  580. "currency": "CNY"
  581. },
  582. "输出": {
  583. "raw": "24",
  584. "unit": "元/每百万tokens",
  585. "price": 24.0,
  586. "currency": "CNY"
  587. },
  588. "显式缓存创建": {
  589. "raw": "7.5",
  590. "unit": "元/每百万tokens",
  591. "price": 7.5,
  592. "currency": "CNY"
  593. },
  594. "显式缓存命中": {
  595. "raw": "0.6",
  596. "unit": "元/每百万tokens",
  597. "price": 0.6,
  598. "currency": "CNY"
  599. },
  600. "输入(缓存命中)": {
  601. "raw": "1.2",
  602. "unit": "元/每百万tokens",
  603. "price": 1.2,
  604. "currency": "CNY"
  605. }
  606. },
  607. "128k<input<=256k": {
  608. "输入": {
  609. "raw": "10",
  610. "unit": "元/每百万tokens",
  611. "price": 10.0,
  612. "currency": "CNY"
  613. },
  614. "输出": {
  615. "raw": "40",
  616. "unit": "元/每百万tokens",
  617. "price": 40.0,
  618. "currency": "CNY"
  619. },
  620. "显式缓存创建": {
  621. "raw": "12.5",
  622. "unit": "元/每百万tokens",
  623. "price": 12.5,
  624. "currency": "CNY"
  625. },
  626. "显式缓存命中": {
  627. "raw": "1",
  628. "unit": "元/每百万tokens",
  629. "price": 1.0,
  630. "currency": "CNY"
  631. },
  632. "输入(缓存命中)": {
  633. "raw": "2",
  634. "unit": "元/每百万tokens",
  635. "price": 2.0,
  636. "currency": "CNY"
  637. }
  638. }
  639. },
  640. "model_info": {
  641. "features": {
  642. "cache存储": true,
  643. "前缀续写": false,
  644. "批量推理": false,
  645. "模型体验": true,
  646. "模型调优": false,
  647. "联网搜索": false,
  648. "结构化输出": false,
  649. "function calling": true
  650. },
  651. "model_code": "qwen3-coder-plus",
  652. "description": "基于Qwen3的代码生成模型,具有强大的Coding Agent能力,擅长工具调用和环境交互,能够实现自主编程、代码能力卓越的同时兼具通用能力。",
  653. "display_tags": [
  654. "Qwen3",
  655. "文本生成"
  656. ],
  657. "input_modalities": [
  658. "Text"
  659. ],
  660. "output_modalities": [
  661. "Text"
  662. ]
  663. },
  664. "rate_limits": {
  665. "RPM": "5000",
  666. "TPM": "5000000",
  667. "上下文长度": "1M",
  668. "最大输入长度": "997K",
  669. "最大输出长度": "64K"
  670. },
  671. "tool_prices": [],
  672. "scraped_at": "2026-04-07T03:58:40.585196Z"
  673. },
  674. {
  675. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max",
  676. "model_name": "qwen3-max",
  677. "prices": {
  678. "input<=32k": {
  679. "输入": {
  680. "raw": "2.5",
  681. "unit": "元/每百万tokens",
  682. "price": 2.5,
  683. "currency": "CNY"
  684. },
  685. "输出": {
  686. "raw": "10",
  687. "unit": "元/每百万tokens",
  688. "price": 10.0,
  689. "currency": "CNY"
  690. },
  691. "显式缓存创建": {
  692. "raw": "3.125",
  693. "unit": "元/每百万tokens",
  694. "price": 3.125,
  695. "currency": "CNY"
  696. },
  697. "显式缓存命中": {
  698. "raw": "0.25",
  699. "note": "原价显示",
  700. "unit": "元/每百万tokens",
  701. "price": 0.25,
  702. "currency": "CNY",
  703. "price_original": 2.5
  704. },
  705. "输入(Batch File)": {
  706. "raw": "1.25",
  707. "unit": "元/每百万tokens",
  708. "price": 1.25,
  709. "currency": "CNY"
  710. },
  711. "输出(Batch File)": {
  712. "raw": "5",
  713. "note": "原价显示",
  714. "unit": "元/每百万tokens",
  715. "price": 5.0,
  716. "currency": "CNY",
  717. "price_original": 10.0
  718. },
  719. "输入(缓存命中)": {
  720. "raw": "0.5",
  721. "unit": "元/每百万tokens",
  722. "price": 0.5,
  723. "currency": "CNY"
  724. }
  725. },
  726. "32k<input<=128k": {
  727. "输入": {
  728. "raw": "4",
  729. "unit": "元/每百万tokens",
  730. "price": 4.0,
  731. "currency": "CNY"
  732. },
  733. "输出": {
  734. "raw": "16",
  735. "unit": "元/每百万tokens",
  736. "price": 16.0,
  737. "currency": "CNY"
  738. },
  739. "显式缓存创建": {
  740. "raw": "5",
  741. "unit": "元/每百万tokens",
  742. "price": 5.0,
  743. "currency": "CNY"
  744. },
  745. "显式缓存命中": {
  746. "raw": "0.4",
  747. "note": "原价显示",
  748. "unit": "元/每百万tokens",
  749. "price": 0.4,
  750. "currency": "CNY",
  751. "price_original": 4.0
  752. },
  753. "输入(Batch File)": {
  754. "raw": "2",
  755. "unit": "元/每百万tokens",
  756. "price": 2.0,
  757. "currency": "CNY"
  758. },
  759. "输出(Batch File)": {
  760. "raw": "8",
  761. "note": "原价显示",
  762. "unit": "元/每百万tokens",
  763. "price": 8.0,
  764. "currency": "CNY",
  765. "price_original": 16.0
  766. },
  767. "输入(缓存命中)": {
  768. "raw": "0.8",
  769. "unit": "元/每百万tokens",
  770. "price": 0.8,
  771. "currency": "CNY"
  772. }
  773. },
  774. "128k<input<=256k": {
  775. "输入": {
  776. "raw": "7",
  777. "unit": "元/每百万tokens",
  778. "price": 7.0,
  779. "currency": "CNY"
  780. },
  781. "输出": {
  782. "raw": "28",
  783. "unit": "元/每百万tokens",
  784. "price": 28.0,
  785. "currency": "CNY"
  786. },
  787. "显式缓存创建": {
  788. "raw": "8.75",
  789. "unit": "元/每百万tokens",
  790. "price": 8.75,
  791. "currency": "CNY"
  792. },
  793. "显式缓存命中": {
  794. "raw": "0.7",
  795. "note": "原价显示",
  796. "unit": "元/每百万tokens",
  797. "price": 0.7,
  798. "currency": "CNY",
  799. "price_original": 7.0
  800. },
  801. "输入(Batch File)": {
  802. "raw": "3.5",
  803. "unit": "元/每百万tokens",
  804. "price": 3.5,
  805. "currency": "CNY"
  806. },
  807. "输出(Batch File)": {
  808. "raw": "14",
  809. "note": "原价显示",
  810. "unit": "元/每百万tokens",
  811. "price": 14.0,
  812. "currency": "CNY",
  813. "price_original": 28.0
  814. },
  815. "输入(缓存命中)": {
  816. "raw": "1.4",
  817. "unit": "元/每百万tokens",
  818. "price": 1.4,
  819. "currency": "CNY"
  820. }
  821. }
  822. },
  823. "model_info": {
  824. "features": {
  825. "cache存储": true,
  826. "前缀续写": true,
  827. "批量推理": true,
  828. "模型体验": true,
  829. "模型调优": false,
  830. "联网搜索": true,
  831. "结构化输出": true,
  832. "function calling": true
  833. },
  834. "model_code": "qwen3-max",
  835. "description": "千问3系列Max模型,相较preview版本在智能体编程与工具调用方向进行了专项升级。本次发布的正式版模型达到领域SOTA水平,适配场景更加复杂的智能体需求。",
  836. "display_tags": [
  837. "Qwen3",
  838. "文本生成",
  839. "深度思考"
  840. ],
  841. "input_modalities": [
  842. "Text"
  843. ],
  844. "output_modalities": [
  845. "Text"
  846. ]
  847. },
  848. "rate_limits": {
  849. "RPM": "30000",
  850. "TPM": "5000000",
  851. "上下文长度": "256K",
  852. "最大输入长度": "252K",
  853. "最大输出长度": "64K",
  854. "最大思维链长度": "80K",
  855. "最大输入长度(思考)": "252K",
  856. "最大输出长度(思考)": "32K"
  857. },
  858. "tool_prices": [
  859. {
  860. "unit": "元/千次调用",
  861. "label": "search_strategy:agent",
  862. "price": 4.0,
  863. "currency": "CNY"
  864. },
  865. {
  866. "note": "限时优惠",
  867. "unit": "元/千次调用",
  868. "label": "search_strategy:agent_max",
  869. "price": 4.0,
  870. "currency": "CNY"
  871. },
  872. {
  873. "unit": "元/千次调用",
  874. "label": "web_search",
  875. "price": 4.0,
  876. "currency": "CNY"
  877. },
  878. {
  879. "note": "限时免费",
  880. "unit": "元/千次调用",
  881. "label": "code_interpreter",
  882. "price": 0,
  883. "currency": "CNY"
  884. },
  885. {
  886. "note": "限时免费",
  887. "unit": "元/千次调用",
  888. "label": "web_extractor",
  889. "price": 0,
  890. "currency": "CNY"
  891. }
  892. ],
  893. "scraped_at": "2026-04-07T04:06:25.598626Z"
  894. },
  895. {
  896. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  897. "model_name": "qwen3-omni-flash-realtime",
  898. "prices": {
  899. "输入:文本": {
  900. "raw": "2.2",
  901. "unit": "元/每百万tokens",
  902. "price": 2.2,
  903. "currency": "CNY"
  904. },
  905. "输入:音频": {
  906. "raw": "18.9",
  907. "unit": "元/每百万tokens",
  908. "price": 18.9,
  909. "currency": "CNY"
  910. },
  911. "输入:图片/视频": {
  912. "raw": "3.9",
  913. "unit": "元/每百万tokens",
  914. "price": 3.9,
  915. "currency": "CNY"
  916. },
  917. "输出:文本(输入仅包含文本时)": {
  918. "raw": "8.3",
  919. "unit": "元/每百万tokens",
  920. "price": 8.3,
  921. "currency": "CNY"
  922. },
  923. "输出:文本+音频(输出的文本不计费)": {
  924. "raw": "75.1",
  925. "unit": "元/每百万tokens",
  926. "price": 75.1,
  927. "currency": "CNY"
  928. },
  929. "输出:文本(输入包含图片/音频/视频时)": {
  930. "raw": "15.2",
  931. "unit": "元/每百万tokens",
  932. "price": 15.2,
  933. "currency": "CNY"
  934. }
  935. },
  936. "model_info": {
  937. "features": {
  938. "cache存储": false,
  939. "前缀续写": false,
  940. "批量推理": false,
  941. "模型体验": false,
  942. "模型调优": false,
  943. "联网搜索": false,
  944. "结构化输出": false,
  945. "function calling": false
  946. },
  947. "model_code": "qwen3-omni-flash-realtime",
  948. "description": "Qwen3-Omni-Flash-Realtime多模态大模型的实时版,基于Thinker–Talker混合专家(MoE)架构,支持文本、图像、音频、视频的高效理解与语音生成能力,可进行119种语言文本交互和20种语言语音交互,生成类人语音实现跨语言精准沟通。模型具备强大指令跟随与系统提示定制功能,灵活适配对话风格与角色设定,广泛应用于文本创作、语音助手、多媒体分析等场景,提供自然流畅的多模态交互体验。",
  949. "display_tags": [
  950. "Qwen3",
  951. "Realtime-Omni"
  952. ],
  953. "input_modalities": [
  954. "Text",
  955. "Image",
  956. "Video",
  957. "Audio"
  958. ],
  959. "output_modalities": [
  960. "Text",
  961. "Audio"
  962. ]
  963. },
  964. "rate_limits": {
  965. "RPM": "60",
  966. "TPM": "100000",
  967. "上下文长度": "64K",
  968. "最大输入长度": "48K",
  969. "最大输出长度": "16K"
  970. },
  971. "tool_prices": [],
  972. "scraped_at": "2026-04-07T04:01:56.408507Z"
  973. },
  974. {
  975. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-rerank",
  976. "model_name": "qwen3-rerank",
  977. "prices": {
  978. "文本输入": {
  979. "raw": "0.5",
  980. "unit": "元/每百万tokens",
  981. "price": 0.5,
  982. "currency": "CNY"
  983. }
  984. },
  985. "model_info": {
  986. "features": {
  987. "cache存储": false,
  988. "前缀续写": false,
  989. "批量推理": false,
  990. "模型体验": false,
  991. "模型调优": false,
  992. "联网搜索": false,
  993. "结构化输出": false,
  994. "function calling": false
  995. },
  996. "model_code": "qwen3-rerank",
  997. "description": "基于Qwen LLM底座训练的文本排序模型,对输入的Query和候选Docs进行相关性排序,支持100+语种和长文本输入,适用于文本检索、RAG等场景,效果对齐开源Qwen3-Rerank系列模型",
  998. "display_tags": [
  999. "向量模型"
  1000. ],
  1001. "input_modalities": [
  1002. "Text"
  1003. ],
  1004. "output_modalities": [
  1005. "Text"
  1006. ]
  1007. },
  1008. "rate_limits": {
  1009. "RPM": "5400",
  1010. "TPM": "5000000000",
  1011. "上下文长度": "30K",
  1012. "最大输入长度": "30K",
  1013. "最大输出长度": null
  1014. },
  1015. "tool_prices": [],
  1016. "scraped_at": "2026-04-07T03:59:37.448226Z"
  1017. },
  1018. {
  1019. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-tts-flash-realtime",
  1020. "model_name": "qwen3-tts-flash-realtime",
  1021. "prices": {
  1022. "语音合成": {
  1023. "raw": "1",
  1024. "unit": "元/每万字符",
  1025. "price": 1.0,
  1026. "currency": "CNY"
  1027. }
  1028. },
  1029. "model_info": {
  1030. "features": {
  1031. "cache存储": false,
  1032. "前缀续写": false,
  1033. "批量推理": false,
  1034. "模型体验": false,
  1035. "模型调优": false,
  1036. "联网搜索": false,
  1037. "结构化输出": false,
  1038. "function calling": false
  1039. },
  1040. "model_code": "qwen3-tts-flash-realtime",
  1041. "description": "Qwen3-TTS-Flash-Realtime模型是通义实验室最新的实时语音合成大模型,不仅拥有17种高表现力的拟人音色,且能低延迟高稳定地实时合成音频;同时支持多种语言,方言,支持同一音色多语言输出。该模型经过海量数据训练,合成音频可以根据文本自适应调节语气,对复杂文本合成也有较好的处理能力。",
  1042. "display_tags": [
  1043. "Qwen3",
  1044. "语音合成"
  1045. ],
  1046. "input_modalities": [
  1047. "Text"
  1048. ],
  1049. "output_modalities": [
  1050. "Audio"
  1051. ]
  1052. },
  1053. "rate_limits": {
  1054. "RPM": "180",
  1055. "上下文长度": null,
  1056. "最大输入长度": null,
  1057. "最大输出长度": null
  1058. },
  1059. "tool_prices": [],
  1060. "scraped_at": "2026-04-07T04:02:15.691299Z"
  1061. },
  1062. {
  1063. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash",
  1064. "model_name": "qwen3-vl-flash",
  1065. "prices": {
  1066. "input<=32k": {
  1067. "输入": {
  1068. "raw": "0.15",
  1069. "unit": "元/每百万tokens",
  1070. "price": 0.15,
  1071. "currency": "CNY"
  1072. },
  1073. "输出": {
  1074. "raw": "1.5",
  1075. "unit": "元/每百万tokens",
  1076. "price": 1.5,
  1077. "currency": "CNY"
  1078. },
  1079. "输入(Batch File)": {
  1080. "raw": "0.075",
  1081. "note": "原价显示",
  1082. "unit": "元/每百万tokens",
  1083. "price": 0.075,
  1084. "currency": "CNY",
  1085. "price_original": 0.15
  1086. },
  1087. "输出(Batch File)": {
  1088. "raw": "0.75",
  1089. "note": "原价显示",
  1090. "unit": "元/每百万tokens",
  1091. "price": 0.75,
  1092. "currency": "CNY",
  1093. "price_original": 1.5
  1094. },
  1095. "输入(缓存命中)": {
  1096. "raw": "0.03",
  1097. "unit": "元/每百万tokens",
  1098. "price": 0.03,
  1099. "currency": "CNY"
  1100. }
  1101. },
  1102. "32k<input<=128k": {
  1103. "输入": {
  1104. "raw": "0.3",
  1105. "unit": "元/每百万tokens",
  1106. "price": 0.3,
  1107. "currency": "CNY"
  1108. },
  1109. "输出": {
  1110. "raw": "3",
  1111. "unit": "元/每百万tokens",
  1112. "price": 3.0,
  1113. "currency": "CNY"
  1114. },
  1115. "输入(Batch File)": {
  1116. "raw": "0.15",
  1117. "note": "原价显示",
  1118. "unit": "元/每百万tokens",
  1119. "price": 0.15,
  1120. "currency": "CNY",
  1121. "price_original": 0.3
  1122. },
  1123. "输出(Batch File)": {
  1124. "raw": "1.5",
  1125. "note": "原价显示",
  1126. "unit": "元/每百万tokens",
  1127. "price": 1.5,
  1128. "currency": "CNY",
  1129. "price_original": 3.0
  1130. },
  1131. "输入(缓存命中)": {
  1132. "raw": "0.06",
  1133. "unit": "元/每百万tokens",
  1134. "price": 0.06,
  1135. "currency": "CNY"
  1136. }
  1137. },
  1138. "128k<input<=256k": {
  1139. "输入": {
  1140. "raw": "0.6",
  1141. "unit": "元/每百万tokens",
  1142. "price": 0.6,
  1143. "currency": "CNY"
  1144. },
  1145. "输出": {
  1146. "raw": "6",
  1147. "unit": "元/每百万tokens",
  1148. "price": 6.0,
  1149. "currency": "CNY"
  1150. },
  1151. "输入(Batch File)": {
  1152. "raw": "0.3",
  1153. "note": "原价显示",
  1154. "unit": "元/每百万tokens",
  1155. "price": 0.3,
  1156. "currency": "CNY",
  1157. "price_original": 0.6
  1158. },
  1159. "输出(Batch File)": {
  1160. "raw": "3",
  1161. "note": "原价显示",
  1162. "unit": "元/每百万tokens",
  1163. "price": 3.0,
  1164. "currency": "CNY",
  1165. "price_original": 6.0
  1166. },
  1167. "输入(缓存命中)": {
  1168. "raw": "0.12",
  1169. "unit": "元/每百万tokens",
  1170. "price": 0.12,
  1171. "currency": "CNY"
  1172. }
  1173. }
  1174. },
  1175. "model_info": {
  1176. "features": {
  1177. "cache存储": true,
  1178. "前缀续写": true,
  1179. "批量推理": false,
  1180. "模型体验": true,
  1181. "模型调优": false,
  1182. "联网搜索": false,
  1183. "结构化输出": true,
  1184. "function calling": true
  1185. },
  1186. "model_code": "qwen3-vl-flash",
  1187. "description": "Qwen3系列小尺寸视觉理解模型,实现思考模式和非思考模式的有效融合,效果优于开源版Qwen3-VL-30B-A3B,响应速度快。全面升级图像/视频理解,支持长视频长文档等超长上下文、空间感知与万物识别;具备视觉2D/3D定位能力,胜任复杂现实任务。",
  1188. "display_tags": [
  1189. "Qwen3",
  1190. "视觉理解",
  1191. "深度思考"
  1192. ],
  1193. "input_modalities": [
  1194. "Text",
  1195. "Image",
  1196. "Video"
  1197. ],
  1198. "output_modalities": [
  1199. "Text"
  1200. ]
  1201. },
  1202. "rate_limits": {
  1203. "RPM": "3000",
  1204. "TPM": "5000000",
  1205. "上下文长度": "256K",
  1206. "最大输入长度": "254K",
  1207. "最大输出长度": "32K",
  1208. "最大思维链长度": "80K",
  1209. "最大输入长度(思考)": "252K",
  1210. "最大输出长度(思考)": "32K"
  1211. },
  1212. "tool_prices": [],
  1213. "scraped_at": "2026-04-07T04:00:54.861179Z"
  1214. },
  1215. {
  1216. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus",
  1217. "model_name": "qwen3-vl-plus",
  1218. "prices": {
  1219. "input<=32k": {
  1220. "输入": {
  1221. "raw": "1",
  1222. "unit": "元/每百万tokens",
  1223. "price": 1.0,
  1224. "currency": "CNY"
  1225. },
  1226. "输出": {
  1227. "raw": "10",
  1228. "unit": "元/每百万tokens",
  1229. "price": 10.0,
  1230. "currency": "CNY"
  1231. },
  1232. "显式缓存创建": {
  1233. "raw": "1.25",
  1234. "unit": "元/每百万tokens",
  1235. "price": 1.25,
  1236. "currency": "CNY"
  1237. },
  1238. "显式缓存命中": {
  1239. "raw": "0.1",
  1240. "note": "原价显示",
  1241. "unit": "元/每百万tokens",
  1242. "price": 0.1,
  1243. "currency": "CNY",
  1244. "price_original": 1.0
  1245. },
  1246. "输入(Batch File)": {
  1247. "raw": "0.5",
  1248. "unit": "元/每百万tokens",
  1249. "price": 0.5,
  1250. "currency": "CNY"
  1251. },
  1252. "输出(Batch File)": {
  1253. "raw": "5",
  1254. "note": "原价显示",
  1255. "unit": "元/每百万tokens",
  1256. "price": 5.0,
  1257. "currency": "CNY",
  1258. "price_original": 10.0
  1259. },
  1260. "输入(缓存命中)": {
  1261. "raw": "0.2",
  1262. "unit": "元/每百万tokens",
  1263. "price": 0.2,
  1264. "currency": "CNY"
  1265. }
  1266. },
  1267. "32k<input<=128k": {
  1268. "输入": {
  1269. "raw": "1.5",
  1270. "unit": "元/每百万tokens",
  1271. "price": 1.5,
  1272. "currency": "CNY"
  1273. },
  1274. "输出": {
  1275. "raw": "15",
  1276. "unit": "元/每百万tokens",
  1277. "price": 15.0,
  1278. "currency": "CNY"
  1279. },
  1280. "显式缓存创建": {
  1281. "raw": "1.875",
  1282. "unit": "元/每百万tokens",
  1283. "price": 1.875,
  1284. "currency": "CNY"
  1285. },
  1286. "显式缓存命中": {
  1287. "raw": "0.15",
  1288. "note": "原价显示",
  1289. "unit": "元/每百万tokens",
  1290. "price": 0.15,
  1291. "currency": "CNY",
  1292. "price_original": 1.5
  1293. },
  1294. "输入(Batch File)": {
  1295. "raw": "0.75",
  1296. "unit": "元/每百万tokens",
  1297. "price": 0.75,
  1298. "currency": "CNY"
  1299. },
  1300. "输出(Batch File)": {
  1301. "raw": "7.5",
  1302. "note": "原价显示",
  1303. "unit": "元/每百万tokens",
  1304. "price": 7.5,
  1305. "currency": "CNY",
  1306. "price_original": 15.0
  1307. },
  1308. "输入(缓存命中)": {
  1309. "raw": "0.3",
  1310. "unit": "元/每百万tokens",
  1311. "price": 0.3,
  1312. "currency": "CNY"
  1313. }
  1314. },
  1315. "128k<input<=256k": {
  1316. "输入": {
  1317. "raw": "3",
  1318. "unit": "元/每百万tokens",
  1319. "price": 3.0,
  1320. "currency": "CNY"
  1321. },
  1322. "输出": {
  1323. "raw": "30",
  1324. "unit": "元/每百万tokens",
  1325. "price": 30.0,
  1326. "currency": "CNY"
  1327. },
  1328. "显式缓存创建": {
  1329. "raw": "3.75",
  1330. "unit": "元/每百万tokens",
  1331. "price": 3.75,
  1332. "currency": "CNY"
  1333. },
  1334. "显式缓存命中": {
  1335. "raw": "0.3",
  1336. "note": "原价显示",
  1337. "unit": "元/每百万tokens",
  1338. "price": 0.3,
  1339. "currency": "CNY",
  1340. "price_original": 3.0
  1341. },
  1342. "输入(Batch File)": {
  1343. "raw": "1.5",
  1344. "unit": "元/每百万tokens",
  1345. "price": 1.5,
  1346. "currency": "CNY"
  1347. },
  1348. "输出(Batch File)": {
  1349. "raw": "15",
  1350. "note": "原价显示",
  1351. "unit": "元/每百万tokens",
  1352. "price": 15.0,
  1353. "currency": "CNY",
  1354. "price_original": 30.0
  1355. },
  1356. "输入(缓存命中)": {
  1357. "raw": "0.6",
  1358. "unit": "元/每百万tokens",
  1359. "price": 0.6,
  1360. "currency": "CNY"
  1361. }
  1362. }
  1363. },
  1364. "model_info": {
  1365. "features": {
  1366. "cache存储": true,
  1367. "前缀续写": true,
  1368. "批量推理": true,
  1369. "模型体验": true,
  1370. "模型调优": false,
  1371. "联网搜索": false,
  1372. "结构化输出": true,
  1373. "function calling": true
  1374. },
  1375. "model_code": "qwen3-vl-plus",
  1376. "description": "Qwen3系列视觉理解模型,实现思考模式和非思考模式的有效融合,视觉智能体能力在OS World等公开测试集上达到世界顶尖水平。此版本在视觉coding、空间感知、多模态思考等方向全面升级;视觉感知与识别能力大幅提升,支持超长视频理解。",
  1377. "display_tags": [
  1378. "Qwen3",
  1379. "视觉理解",
  1380. "深度思考"
  1381. ],
  1382. "input_modalities": [
  1383. "Text",
  1384. "Image",
  1385. "Video"
  1386. ],
  1387. "output_modalities": [
  1388. "Text"
  1389. ]
  1390. },
  1391. "rate_limits": {
  1392. "RPM": "3000",
  1393. "TPM": "5000000",
  1394. "上下文长度": "256K",
  1395. "最大输入长度": "254K",
  1396. "最大输出长度": "32K",
  1397. "最大思维链长度": "80K",
  1398. "最大输入长度(思考)": "252K",
  1399. "最大输出长度(思考)": "32K"
  1400. },
  1401. "tool_prices": [],
  1402. "scraped_at": "2026-04-07T04:01:18.861107Z"
  1403. },
  1404. {
  1405. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-rerank",
  1406. "model_name": "qwen3-vl-rerank",
  1407. "prices": {
  1408. "图片输入": {
  1409. "raw": "1.8",
  1410. "unit": "元/每百万tokens",
  1411. "price": 1.8,
  1412. "currency": "CNY"
  1413. },
  1414. "文本输入": {
  1415. "raw": "0.7",
  1416. "unit": "元/每百万tokens",
  1417. "price": 0.7,
  1418. "currency": "CNY"
  1419. }
  1420. },
  1421. "model_info": {
  1422. "features": {
  1423. "cache存储": false,
  1424. "前缀续写": false,
  1425. "批量推理": false,
  1426. "模型体验": false,
  1427. "模型调优": false,
  1428. "联网搜索": false,
  1429. "结构化输出": false,
  1430. "function calling": false
  1431. },
  1432. "model_code": "qwen3-vl-rerank",
  1433. "description": "Qwen3-VL-Rerank重排模型,它能够深入理解文本、图片、视频的丰富多模态信息。在初步检索获得结果后,Qwen3-VL-Rerank 能够运用其先进的跨模态关联能力,对候选项目进行智能化的二次排序,将最相关的结果置于显要位置。通用用于提升跨模态搜索的准确率、优化图搜和视频检索的精准度、辅助图像聚类的分组质量、以及实现复杂多模态信息的高效检索和精确打标。",
  1434. "display_tags": [
  1435. "向量模型"
  1436. ],
  1437. "input_modalities": [
  1438. "Text"
  1439. ],
  1440. "output_modalities": [
  1441. "Text"
  1442. ]
  1443. },
  1444. "rate_limits": {
  1445. "RPM": "600",
  1446. "TPM": "9000000",
  1447. "上下文长度": null,
  1448. "最大输入长度": "120K",
  1449. "最大输出长度": null
  1450. },
  1451. "tool_prices": [],
  1452. "scraped_at": "2026-04-07T03:59:17.789857Z"
  1453. },
  1454. {
  1455. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash",
  1456. "model_name": "qwen-flash",
  1457. "prices": {
  1458. "256k<input": {
  1459. "输入": {
  1460. "raw": "1.2",
  1461. "unit": "元/每百万tokens",
  1462. "price": 1.2,
  1463. "currency": "CNY"
  1464. },
  1465. "输出": {
  1466. "raw": "12",
  1467. "unit": "元/每百万tokens",
  1468. "price": 12.0,
  1469. "currency": "CNY"
  1470. },
  1471. "显式缓存创建": {
  1472. "raw": "1.5",
  1473. "unit": "元/每百万tokens",
  1474. "price": 1.5,
  1475. "currency": "CNY"
  1476. },
  1477. "显式缓存命中": {
  1478. "raw": "0.12",
  1479. "note": "原价显示",
  1480. "unit": "元/每百万tokens",
  1481. "price": 0.12,
  1482. "currency": "CNY",
  1483. "price_original": 1.2
  1484. },
  1485. "输入(Batch File)": {
  1486. "raw": "0.6",
  1487. "unit": "元/每百万tokens",
  1488. "price": 0.6,
  1489. "currency": "CNY"
  1490. },
  1491. "输出(Batch File)": {
  1492. "raw": "6",
  1493. "note": "原价显示",
  1494. "unit": "元/每百万tokens",
  1495. "price": 6.0,
  1496. "currency": "CNY",
  1497. "price_original": 12.0
  1498. },
  1499. "输入(缓存命中)": {
  1500. "raw": "0.24",
  1501. "unit": "元/每百万tokens",
  1502. "price": 0.24,
  1503. "currency": "CNY"
  1504. }
  1505. },
  1506. "input<=128k": {
  1507. "输入": {
  1508. "raw": "0.15",
  1509. "unit": "元/每百万tokens",
  1510. "price": 0.15,
  1511. "currency": "CNY"
  1512. },
  1513. "输出": {
  1514. "raw": "1.5",
  1515. "unit": "元/每百万tokens",
  1516. "price": 1.5,
  1517. "currency": "CNY"
  1518. },
  1519. "显式缓存创建": {
  1520. "raw": "0.188",
  1521. "unit": "元/每百万tokens",
  1522. "price": 0.188,
  1523. "currency": "CNY"
  1524. },
  1525. "显式缓存命中": {
  1526. "raw": "0.015",
  1527. "note": "原价显示",
  1528. "unit": "元/每百万tokens",
  1529. "price": 0.015,
  1530. "currency": "CNY",
  1531. "price_original": 0.15
  1532. },
  1533. "输入(Batch File)": {
  1534. "raw": "0.075",
  1535. "unit": "元/每百万tokens",
  1536. "price": 0.075,
  1537. "currency": "CNY"
  1538. },
  1539. "输出(Batch File)": {
  1540. "raw": "0.75",
  1541. "note": "原价显示",
  1542. "unit": "元/每百万tokens",
  1543. "price": 0.75,
  1544. "currency": "CNY",
  1545. "price_original": 1.5
  1546. },
  1547. "输入(缓存命中)": {
  1548. "raw": "0.03",
  1549. "unit": "元/每百万tokens",
  1550. "price": 0.03,
  1551. "currency": "CNY"
  1552. }
  1553. },
  1554. "128k<input<=256k": {
  1555. "输入": {
  1556. "raw": "0.6",
  1557. "unit": "元/每百万tokens",
  1558. "price": 0.6,
  1559. "currency": "CNY"
  1560. },
  1561. "输出": {
  1562. "raw": "6",
  1563. "unit": "元/每百万tokens",
  1564. "price": 6.0,
  1565. "currency": "CNY"
  1566. },
  1567. "显式缓存创建": {
  1568. "raw": "0.75",
  1569. "unit": "元/每百万tokens",
  1570. "price": 0.75,
  1571. "currency": "CNY"
  1572. },
  1573. "显式缓存命中": {
  1574. "raw": "0.06",
  1575. "note": "原价显示",
  1576. "unit": "元/每百万tokens",
  1577. "price": 0.06,
  1578. "currency": "CNY",
  1579. "price_original": 0.6
  1580. },
  1581. "输入(Batch File)": {
  1582. "raw": "0.3",
  1583. "unit": "元/每百万tokens",
  1584. "price": 0.3,
  1585. "currency": "CNY"
  1586. },
  1587. "输出(Batch File)": {
  1588. "raw": "3",
  1589. "note": "原价显示",
  1590. "unit": "元/每百万tokens",
  1591. "price": 3.0,
  1592. "currency": "CNY",
  1593. "price_original": 6.0
  1594. },
  1595. "输入(缓存命中)": {
  1596. "raw": "0.12",
  1597. "unit": "元/每百万tokens",
  1598. "price": 0.12,
  1599. "currency": "CNY"
  1600. }
  1601. }
  1602. },
  1603. "model_info": {
  1604. "features": {
  1605. "cache存储": true,
  1606. "前缀续写": true,
  1607. "批量推理": true,
  1608. "模型体验": true,
  1609. "模型调优": false,
  1610. "联网搜索": true,
  1611. "结构化输出": true,
  1612. "function calling": true
  1613. },
  1614. "model_code": "qwen-flash",
  1615. "description": "Qwen3系列Flash模型,实现思考模式和非思考模式的有效融合,可在对话中切换模式。复杂推理类任务性能优秀,指令遵循、文本理解等能力显著提高。支持1M上下文长度,按照上下文长度进行阶梯计费。",
  1616. "display_tags": [
  1617. "Qwen3",
  1618. "深度思考",
  1619. "文本生成"
  1620. ],
  1621. "input_modalities": [
  1622. "Text"
  1623. ],
  1624. "output_modalities": [
  1625. "Text"
  1626. ]
  1627. },
  1628. "rate_limits": {
  1629. "RPM": "30000",
  1630. "TPM": "10000000",
  1631. "上下文长度": "1M",
  1632. "最大输入长度": "997K",
  1633. "最大输出长度": "32K"
  1634. },
  1635. "tool_prices": [],
  1636. "scraped_at": "2026-04-07T04:07:13.304326Z"
  1637. },
  1638. {
  1639. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image",
  1640. "model_name": "qwen-image",
  1641. "prices": {
  1642. "图片生成": {
  1643. "raw": "0.25",
  1644. "unit": "元/每张",
  1645. "price": 0.25,
  1646. "currency": "CNY"
  1647. }
  1648. },
  1649. "model_info": {
  1650. "features": {
  1651. "cache存储": false,
  1652. "前缀续写": false,
  1653. "批量推理": false,
  1654. "模型体验": true,
  1655. "模型调优": false,
  1656. "联网搜索": false,
  1657. "结构化输出": false,
  1658. "function calling": false
  1659. },
  1660. "model_code": "qwen-image",
  1661. "description": "千问系列首个图像生成模型,参数规模200亿。具备卓越的文本渲染能力,在复杂文本渲染、各类生成与编辑任务重表现出色,在多个公开基准测试中获得SOTA。",
  1662. "display_tags": [
  1663. "图像生成"
  1664. ],
  1665. "input_modalities": [
  1666. "Text"
  1667. ],
  1668. "output_modalities": [
  1669. "Image"
  1670. ]
  1671. },
  1672. "rate_limits": {
  1673. "RPM": "120",
  1674. "TPM": "1000000",
  1675. "上下文长度": null,
  1676. "最大输入长度": null,
  1677. "最大输出长度": null
  1678. },
  1679. "tool_prices": [],
  1680. "scraped_at": "2026-04-07T04:06:03.520173Z"
  1681. },
  1682. {
  1683. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit",
  1684. "model_name": "qwen-image-edit",
  1685. "prices": {
  1686. "图片生成": {
  1687. "raw": "0.3",
  1688. "unit": "元/每张",
  1689. "price": 0.3,
  1690. "currency": "CNY"
  1691. }
  1692. },
  1693. "model_info": {
  1694. "features": {
  1695. "cache存储": false,
  1696. "前缀续写": false,
  1697. "批量推理": false,
  1698. "模型体验": true,
  1699. "模型调优": false,
  1700. "联网搜索": false,
  1701. "结构化输出": false,
  1702. "function calling": false
  1703. },
  1704. "model_code": "qwen-image-edit",
  1705. "description": "千问系列图像编辑Plus模型,在首版Edit模型基础上进一步优化了推理性能与系统稳定性,大幅缩短图像生成与编辑的响应时间;支持单次请求返回多张图片,显著提升用户体验。",
  1706. "display_tags": [
  1707. "图像生成"
  1708. ],
  1709. "input_modalities": [
  1710. "Image"
  1711. ],
  1712. "output_modalities": [
  1713. "Image"
  1714. ]
  1715. },
  1716. "rate_limits": {
  1717. "RPM": "120",
  1718. "上下文长度": null,
  1719. "最大输入长度": null,
  1720. "最大输出长度": null
  1721. },
  1722. "tool_prices": [],
  1723. "scraped_at": "2026-04-07T04:05:25.636492Z"
  1724. },
  1725. {
  1726. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-plus",
  1727. "model_name": "qwen-image-plus",
  1728. "prices": {
  1729. "图片生成": {
  1730. "raw": "0.2",
  1731. "unit": "元/每张",
  1732. "price": 0.2,
  1733. "currency": "CNY"
  1734. }
  1735. },
  1736. "model_info": {
  1737. "features": {
  1738. "cache存储": false,
  1739. "前缀续写": false,
  1740. "批量推理": false,
  1741. "模型体验": false,
  1742. "模型调优": false,
  1743. "联网搜索": false,
  1744. "结构化输出": false,
  1745. "function calling": false
  1746. },
  1747. "model_code": "qwen-image-plus",
  1748. "description": "千问系列图像生成模型,参数规模200亿。具备卓越的文本渲染能力,在复杂文本渲染、各类生成与编辑任务重表现出色,在多个公开基准测试中获得SOTA,模型性能大幅提升。",
  1749. "display_tags": [
  1750. "图像生成"
  1751. ],
  1752. "input_modalities": [
  1753. "Text"
  1754. ],
  1755. "output_modalities": [
  1756. "Image"
  1757. ]
  1758. },
  1759. "rate_limits": {
  1760. "RPM": "120",
  1761. "TPM": "100000",
  1762. "上下文长度": null,
  1763. "最大输入长度": null,
  1764. "最大输出长度": null
  1765. },
  1766. "tool_prices": [],
  1767. "scraped_at": "2026-04-07T04:05:06.491507Z"
  1768. },
  1769. {
  1770. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-image",
  1771. "model_name": "qwen-mt-image",
  1772. "prices": {
  1773. "图片生成": {
  1774. "raw": "0.003",
  1775. "unit": "元/每张",
  1776. "price": 0.003,
  1777. "currency": "CNY"
  1778. }
  1779. },
  1780. "model_info": {
  1781. "features": {
  1782. "cache存储": false,
  1783. "前缀续写": false,
  1784. "批量推理": false,
  1785. "模型体验": false,
  1786. "模型调优": false,
  1787. "联网搜索": false,
  1788. "结构化输出": false,
  1789. "function calling": false
  1790. },
  1791. "model_code": "qwen-mt-image",
  1792. "description": "专注做图片翻译的模型服务,能将中、英、日等11个语言的图片翻译到指定的语言,精准还原图片排版和内容信息,支持术语定义、敏感词过滤、商品主体检测等自定义功能,提供灵活、准确、高效的图像本地化服务。",
  1793. "display_tags": [
  1794. "图像生成"
  1795. ],
  1796. "input_modalities": [
  1797. "Image"
  1798. ],
  1799. "output_modalities": [
  1800. "Image"
  1801. ]
  1802. },
  1803. "rate_limits": {
  1804. "RPM": "60",
  1805. "上下文长度": null,
  1806. "最大输入长度": null,
  1807. "最大输出长度": null
  1808. },
  1809. "tool_prices": [],
  1810. "scraped_at": "2026-04-07T03:59:54.789764Z"
  1811. },
  1812. {
  1813. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus",
  1814. "model_name": "qwen-plus",
  1815. "prices": {
  1816. "256k<input": {
  1817. "输入": {
  1818. "raw": "4.8",
  1819. "unit": "元/每百万tokens",
  1820. "price": 4.8,
  1821. "currency": "CNY"
  1822. },
  1823. "输出": {
  1824. "raw": "48",
  1825. "unit": "元/每百万tokens",
  1826. "price": 48.0,
  1827. "currency": "CNY"
  1828. },
  1829. "显式缓存创建": {
  1830. "raw": "6",
  1831. "unit": "元/每百万tokens",
  1832. "price": 6.0,
  1833. "currency": "CNY"
  1834. },
  1835. "显式缓存命中": {
  1836. "raw": "0.48",
  1837. "note": "原价显示",
  1838. "unit": "元/每百万tokens",
  1839. "price": 0.48,
  1840. "currency": "CNY",
  1841. "price_original": 4.8
  1842. },
  1843. "输出(思考)": {
  1844. "raw": "64",
  1845. "unit": "元/每百万tokens",
  1846. "price": 64.0,
  1847. "currency": "CNY"
  1848. },
  1849. "输入(Batch File)": {
  1850. "raw": "2.4",
  1851. "unit": "元/每百万tokens",
  1852. "price": 2.4,
  1853. "currency": "CNY"
  1854. },
  1855. "输出(Batch File)": {
  1856. "raw": "24",
  1857. "note": "原价显示; 原价显示",
  1858. "unit": "元/每百万tokens",
  1859. "price": 24.0,
  1860. "currency": "CNY",
  1861. "price_original": 64.0
  1862. },
  1863. "输入(缓存命中)": {
  1864. "raw": "0.96",
  1865. "unit": "元/每百万tokens",
  1866. "price": 0.96,
  1867. "currency": "CNY"
  1868. },
  1869. "思考模式输出(Batch File)": {
  1870. "raw": "32",
  1871. "unit": "元/每百万tokens",
  1872. "price": 32.0,
  1873. "currency": "CNY"
  1874. }
  1875. },
  1876. "input<=128k": {
  1877. "输入": {
  1878. "raw": "0.8",
  1879. "unit": "元/每百万tokens",
  1880. "price": 0.8,
  1881. "currency": "CNY"
  1882. },
  1883. "输出": {
  1884. "raw": "2",
  1885. "unit": "元/每百万tokens",
  1886. "price": 2.0,
  1887. "currency": "CNY"
  1888. },
  1889. "显式缓存创建": {
  1890. "raw": "1",
  1891. "unit": "元/每百万tokens",
  1892. "price": 1.0,
  1893. "currency": "CNY"
  1894. },
  1895. "显式缓存命中": {
  1896. "raw": "0.08",
  1897. "note": "原价显示",
  1898. "unit": "元/每百万tokens",
  1899. "price": 0.08,
  1900. "currency": "CNY",
  1901. "price_original": 0.8
  1902. },
  1903. "输出(思考)": {
  1904. "raw": "8",
  1905. "unit": "元/每百万tokens",
  1906. "price": 8.0,
  1907. "currency": "CNY"
  1908. },
  1909. "输入(Batch File)": {
  1910. "raw": "0.4",
  1911. "unit": "元/每百万tokens",
  1912. "price": 0.4,
  1913. "currency": "CNY"
  1914. },
  1915. "输入(缓存命中)": {
  1916. "raw": "0.16",
  1917. "unit": "元/每百万tokens",
  1918. "price": 0.16,
  1919. "currency": "CNY"
  1920. },
  1921. "思考模式输出(Batch File)": {
  1922. "raw": "4",
  1923. "note": "原价显示; 原价显示",
  1924. "unit": "元/每百万tokens",
  1925. "price": 4.0,
  1926. "currency": "CNY",
  1927. "price_original": 8.0
  1928. }
  1929. },
  1930. "128k<input<=256k": {
  1931. "输入": {
  1932. "raw": "2.4",
  1933. "unit": "元/每百万tokens",
  1934. "price": 2.4,
  1935. "currency": "CNY"
  1936. },
  1937. "输出": {
  1938. "raw": "20",
  1939. "unit": "元/每百万tokens",
  1940. "price": 20.0,
  1941. "currency": "CNY"
  1942. },
  1943. "显式缓存创建": {
  1944. "raw": "3",
  1945. "unit": "元/每百万tokens",
  1946. "price": 3.0,
  1947. "currency": "CNY"
  1948. },
  1949. "显式缓存命中": {
  1950. "raw": "0.24",
  1951. "note": "原价显示",
  1952. "unit": "元/每百万tokens",
  1953. "price": 0.24,
  1954. "currency": "CNY",
  1955. "price_original": 2.4
  1956. },
  1957. "输出(思考)": {
  1958. "raw": "24",
  1959. "unit": "元/每百万tokens",
  1960. "price": 24.0,
  1961. "currency": "CNY"
  1962. },
  1963. "输入(Batch File)": {
  1964. "raw": "1.2",
  1965. "unit": "元/每百万tokens",
  1966. "price": 1.2,
  1967. "currency": "CNY"
  1968. },
  1969. "输出(Batch File)": {
  1970. "raw": "10",
  1971. "note": "原价显示; 原价显示",
  1972. "unit": "元/每百万tokens",
  1973. "price": 10.0,
  1974. "currency": "CNY",
  1975. "price_original": 24.0
  1976. },
  1977. "输入(缓存命中)": {
  1978. "raw": "0.48",
  1979. "unit": "元/每百万tokens",
  1980. "price": 0.48,
  1981. "currency": "CNY"
  1982. },
  1983. "思考模式输出(Batch File)": {
  1984. "raw": "12",
  1985. "unit": "元/每百万tokens",
  1986. "price": 12.0,
  1987. "currency": "CNY"
  1988. }
  1989. }
  1990. },
  1991. "model_info": {
  1992. "features": {
  1993. "cache存储": true,
  1994. "前缀续写": true,
  1995. "批量推理": true,
  1996. "模型体验": true,
  1997. "模型调优": false,
  1998. "联网搜索": true,
  1999. "结构化输出": true,
  2000. "function calling": true
  2001. },
  2002. "model_code": "qwen-plus",
  2003. "description": "千问超大规模语言模型的增强版,支持中文英文等不同语言输入。主干模型、latest和快照04-28已升级Qwen3系列,实现思考模式和非思考模式的有效融合,可在对话中切换模式。",
  2004. "display_tags": [
  2005. "Qwen3",
  2006. "深度思考",
  2007. "文本生成"
  2008. ],
  2009. "input_modalities": [
  2010. "Text"
  2011. ],
  2012. "output_modalities": [
  2013. "Text"
  2014. ]
  2015. },
  2016. "rate_limits": {
  2017. "RPM": "30000",
  2018. "TPM": "5000000",
  2019. "上下文长度": "1M",
  2020. "最大输入长度": "997K",
  2021. "最大输出长度": "32K",
  2022. "最大思维链长度": "80K",
  2023. "最大输入长度(思考)": "995K",
  2024. "最大输出长度(思考)": "32K"
  2025. },
  2026. "tool_prices": [],
  2027. "scraped_at": "2026-04-07T04:06:49.829045Z"
  2028. },
  2029. {
  2030. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  2031. "model_name": "qwen-vl-max",
  2032. "prices": {
  2033. "调优": {
  2034. "raw": "150",
  2035. "unit": "元/每百万tokens",
  2036. "price": 150.0,
  2037. "currency": "CNY"
  2038. },
  2039. "输入": {
  2040. "raw": "1.6",
  2041. "unit": "元/每百万tokens",
  2042. "price": 1.6,
  2043. "currency": "CNY"
  2044. },
  2045. "输出": {
  2046. "raw": "4",
  2047. "unit": "元/每百万tokens",
  2048. "price": 4.0,
  2049. "currency": "CNY"
  2050. },
  2051. "输入(Batch File)": {
  2052. "raw": "0.8",
  2053. "unit": "元/每百万tokens",
  2054. "price": 0.8,
  2055. "currency": "CNY"
  2056. },
  2057. "输出(Batch File)": {
  2058. "raw": "2",
  2059. "unit": "元/每百万tokens",
  2060. "price": 2.0,
  2061. "currency": "CNY"
  2062. },
  2063. "输入(缓存命中)": {
  2064. "raw": "0.32",
  2065. "unit": "元/每百万tokens",
  2066. "price": 0.32,
  2067. "currency": "CNY"
  2068. }
  2069. },
  2070. "model_info": {
  2071. "features": {
  2072. "cache存储": true,
  2073. "前缀续写": true,
  2074. "批量推理": true,
  2075. "模型体验": true,
  2076. "模型调优": false,
  2077. "联网搜索": false,
  2078. "结构化输出": true,
  2079. "function calling": false
  2080. },
  2081. "model_code": "qwen-vl-max",
  2082. "description": "Qwen-VL-Max,即千问超大规模视觉语言模型。相比增强版,再次提升视觉推理能力和指令遵循能力,提供更高的视觉感知和认知水平。在更多复杂任务上提供最佳的性能。",
  2083. "display_tags": [
  2084. "视觉理解"
  2085. ],
  2086. "input_modalities": [
  2087. "Text",
  2088. "Image",
  2089. "Video"
  2090. ],
  2091. "output_modalities": [
  2092. "Text"
  2093. ]
  2094. },
  2095. "rate_limits": {
  2096. "RPM": "1200",
  2097. "TPM": "1000000",
  2098. "上下文长度": "128K",
  2099. "最大输入长度": "126K",
  2100. "最大输出长度": "8K"
  2101. },
  2102. "tool_prices": [],
  2103. "scraped_at": "2026-04-07T04:00:32.597347Z"
  2104. },
  2105. {
  2106. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr",
  2107. "model_name": "qwen-vl-ocr",
  2108. "prices": {
  2109. "输入": {
  2110. "raw": "0.3",
  2111. "unit": "元/每百万tokens",
  2112. "price": 0.3,
  2113. "currency": "CNY"
  2114. },
  2115. "输出": {
  2116. "raw": "0.5",
  2117. "unit": "元/每百万tokens",
  2118. "price": 0.5,
  2119. "currency": "CNY"
  2120. },
  2121. "输入(Batch File)": {
  2122. "raw": "0.15",
  2123. "unit": "元/每百万tokens",
  2124. "price": 0.15,
  2125. "currency": "CNY"
  2126. },
  2127. "输出(Batch File)": {
  2128. "raw": "0.25",
  2129. "unit": "元/每百万tokens",
  2130. "price": 0.25,
  2131. "currency": "CNY"
  2132. }
  2133. },
  2134. "model_info": {
  2135. "features": {
  2136. "cache存储": false,
  2137. "前缀续写": false,
  2138. "批量推理": false,
  2139. "模型体验": true,
  2140. "模型调优": false,
  2141. "联网搜索": false,
  2142. "结构化输出": false,
  2143. "function calling": false
  2144. },
  2145. "model_code": "qwen-vl-ocr",
  2146. "description": "Qwen-VL-OCR,即基于Qwen-VL训练的OCR识别大模型。通过统一模型的方式聚合多种图文识别、解析、处理类任务,提供强大的图文识别能力。",
  2147. "display_tags": [
  2148. "视觉理解"
  2149. ],
  2150. "input_modalities": [
  2151. "Text",
  2152. "Image"
  2153. ],
  2154. "output_modalities": [
  2155. "Text"
  2156. ]
  2157. },
  2158. "rate_limits": {
  2159. "RPM": "600",
  2160. "TPM": "6000000",
  2161. "上下文长度": "38K",
  2162. "最大输入长度": "30K",
  2163. "最大输出长度": "8K"
  2164. },
  2165. "tool_prices": [],
  2166. "scraped_at": "2026-04-07T04:00:12.885169Z"
  2167. },
  2168. {
  2169. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v",
  2170. "model_name": "wan2.6-i2v",
  2171. "prices": {
  2172. "视频生成(720P)": {
  2173. "raw": "0.6",
  2174. "unit": "元/每秒",
  2175. "price": 0.6,
  2176. "currency": "CNY"
  2177. },
  2178. "视频生成(1080P)": {
  2179. "raw": "1",
  2180. "unit": "元/每秒",
  2181. "price": 1.0,
  2182. "currency": "CNY"
  2183. }
  2184. },
  2185. "model_info": {
  2186. "features": {
  2187. "cache存储": false,
  2188. "前缀续写": false,
  2189. "批量推理": false,
  2190. "模型体验": true,
  2191. "模型调优": false,
  2192. "联网搜索": false,
  2193. "结构化输出": false,
  2194. "function calling": false
  2195. },
  2196. "model_code": "wan2.6-i2v",
  2197. "description": "万相2.6-图生视频,智能分镜调度支持多镜头叙事,更高品质的声音生成,多人稳定对话,更自然真实音色,最高支持15秒时长生成",
  2198. "display_tags": [
  2199. "wan2.6",
  2200. "视频生成"
  2201. ],
  2202. "input_modalities": [
  2203. "Image",
  2204. "Text",
  2205. "Audio"
  2206. ],
  2207. "output_modalities": [
  2208. "Video",
  2209. "Audio"
  2210. ]
  2211. },
  2212. "rate_limits": {
  2213. "RPM": "300",
  2214. "上下文长度": null,
  2215. "最大输入长度": null,
  2216. "最大输出长度": null
  2217. },
  2218. "tool_prices": [],
  2219. "scraped_at": "2026-04-07T04:07:32.697957Z"
  2220. },
  2221. {
  2222. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-image",
  2223. "model_name": "wan2.6-image",
  2224. "prices": {
  2225. "图片生成": {
  2226. "raw": "0.2",
  2227. "unit": "元/每张",
  2228. "price": 0.2,
  2229. "currency": "CNY"
  2230. }
  2231. },
  2232. "model_info": {
  2233. "features": {
  2234. "cache存储": false,
  2235. "前缀续写": false,
  2236. "批量推理": false,
  2237. "模型体验": false,
  2238. "模型调优": false,
  2239. "联网搜索": false,
  2240. "结构化输出": false,
  2241. "function calling": false
  2242. },
  2243. "model_code": "wan2.6-image",
  2244. "description": "万相2.6-图像生成,全能图像生成模型,支持图文一体化推理生成,具备多图创意融合、商用级一致性、美学要素迁移与镜头光影精确控制,全面提升图像生成的一致性、可控性和表现力。",
  2245. "display_tags": [
  2246. "wan2.6",
  2247. "图像生成"
  2248. ],
  2249. "input_modalities": [
  2250. "Text",
  2251. "Image"
  2252. ],
  2253. "output_modalities": [
  2254. "Image",
  2255. "Text"
  2256. ]
  2257. },
  2258. "rate_limits": {
  2259. "RPM": "300",
  2260. "上下文长度": null,
  2261. "最大输入长度": null,
  2262. "最大输出长度": null
  2263. },
  2264. "tool_prices": [],
  2265. "scraped_at": "2026-04-07T04:04:47.021145Z"
  2266. },
  2267. {
  2268. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2i",
  2269. "model_name": "wan2.6-t2i",
  2270. "prices": {
  2271. "图片生成": {
  2272. "raw": "0.2",
  2273. "unit": "元/每张",
  2274. "price": 0.2,
  2275. "currency": "CNY"
  2276. }
  2277. },
  2278. "model_info": {
  2279. "features": {
  2280. "cache存储": false,
  2281. "前缀续写": false,
  2282. "批量推理": false,
  2283. "模型体验": true,
  2284. "模型调优": false,
  2285. "联网搜索": false,
  2286. "结构化输出": false,
  2287. "function calling": false
  2288. },
  2289. "model_code": "wan2.6-t2i",
  2290. "description": "万相2.6-文生图,画面质感、美学表现、指令遵循升级,在艺术风格精准控制、真实感人像、长文本生图及广泛历史文化IP覆盖上均表现出卓越能力,可生成高质量且富有表现力的视觉内容。",
  2291. "display_tags": [
  2292. "wan2.6",
  2293. "图像生成"
  2294. ],
  2295. "input_modalities": [
  2296. "Text"
  2297. ],
  2298. "output_modalities": [
  2299. "Image"
  2300. ]
  2301. },
  2302. "rate_limits": {
  2303. "RPM": "60",
  2304. "上下文长度": null,
  2305. "最大输入长度": null,
  2306. "最大输出长度": null
  2307. },
  2308. "tool_prices": [],
  2309. "scraped_at": "2026-04-07T04:05:43.835856Z"
  2310. },
  2311. {
  2312. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v",
  2313. "model_name": "wan2.6-t2v",
  2314. "prices": {
  2315. "视频生成(720P)": {
  2316. "raw": "0.6",
  2317. "unit": "元/每秒",
  2318. "price": 0.6,
  2319. "currency": "CNY"
  2320. },
  2321. "视频生成(1080P)": {
  2322. "raw": "1",
  2323. "unit": "元/每秒",
  2324. "price": 1.0,
  2325. "currency": "CNY"
  2326. }
  2327. },
  2328. "model_info": {
  2329. "features": {
  2330. "cache存储": false,
  2331. "前缀续写": false,
  2332. "批量推理": false,
  2333. "模型体验": true,
  2334. "模型调优": false,
  2335. "联网搜索": false,
  2336. "结构化输出": false,
  2337. "function calling": false
  2338. },
  2339. "model_code": "wan2.6-t2v",
  2340. "description": "万相2.6-文生视频,智能分镜调度支持多镜头叙事,能够生成主体、场景和氛围一致的多镜头叙事视频,最高支持15秒时长,更高品质的声音生成,更好的指令遵循和视觉质量",
  2341. "display_tags": [
  2342. "wan2.6",
  2343. "视频生成"
  2344. ],
  2345. "input_modalities": [
  2346. "Text",
  2347. "Audio"
  2348. ],
  2349. "output_modalities": [
  2350. "Video",
  2351. "Audio"
  2352. ]
  2353. },
  2354. "rate_limits": {
  2355. "RPM": "300",
  2356. "上下文长度": null,
  2357. "最大输入长度": null,
  2358. "最大输出长度": null
  2359. },
  2360. "tool_prices": [],
  2361. "scraped_at": "2026-04-07T04:01:38.396409Z"
  2362. }
  2363. ],
  2364. "parsed_prices": [
  2365. {
  2366. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-clone-v1",
  2367. "model_name": "cosyvoice-clone-v1",
  2368. "tier_min": null,
  2369. "tier_max": null,
  2370. "tier_unit": null,
  2371. "input_price": 2.0,
  2372. "output_price": null,
  2373. "currency": "CNY",
  2374. "unit": "元/每万字符",
  2375. "label": "语音合成"
  2376. },
  2377. {
  2378. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-v3-flash",
  2379. "model_name": "cosyvoice-v3-flash",
  2380. "tier_min": null,
  2381. "tier_max": null,
  2382. "tier_unit": null,
  2383. "input_price": 1.0,
  2384. "output_price": null,
  2385. "currency": "CNY",
  2386. "unit": "元/每万字符",
  2387. "label": "语音合成"
  2388. },
  2389. {
  2390. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-v3-plus",
  2391. "model_name": "cosyvoice-v3-plus",
  2392. "tier_min": null,
  2393. "tier_max": null,
  2394. "tier_unit": null,
  2395. "input_price": 2.0,
  2396. "output_price": null,
  2397. "currency": "CNY",
  2398. "unit": "元/每万字符",
  2399. "label": "语音合成"
  2400. },
  2401. {
  2402. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-realtime",
  2403. "model_name": "fun-asr-realtime",
  2404. "tier_min": null,
  2405. "tier_max": null,
  2406. "tier_unit": null,
  2407. "input_price": 0.0,
  2408. "output_price": 0.00033,
  2409. "currency": "CNY",
  2410. "unit": "元/每秒",
  2411. "label": "语音识别"
  2412. },
  2413. {
  2414. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v1",
  2415. "model_name": "paraformer-v1",
  2416. "tier_min": null,
  2417. "tier_max": null,
  2418. "tier_unit": null,
  2419. "input_price": 0.0,
  2420. "output_price": 0.00008,
  2421. "currency": "CNY",
  2422. "unit": "元/每秒",
  2423. "label": "语音识别"
  2424. },
  2425. {
  2426. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v2",
  2427. "model_name": "paraformer-v2",
  2428. "tier_min": null,
  2429. "tier_max": null,
  2430. "tier_unit": null,
  2431. "input_price": 0.0,
  2432. "output_price": 0.00008,
  2433. "currency": "CNY",
  2434. "unit": "元/每秒",
  2435. "label": "语音识别"
  2436. },
  2437. {
  2438. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen2.5-vl-embedding",
  2439. "model_name": "qwen2.5-vl-embedding",
  2440. "tier_min": null,
  2441. "tier_max": null,
  2442. "tier_unit": null,
  2443. "input_price": 1.8,
  2444. "output_price": null,
  2445. "currency": "CNY",
  2446. "unit": "元/每百万tokens",
  2447. "label": "图片输入"
  2448. },
  2449. {
  2450. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen2.5-vl-embedding",
  2451. "model_name": "qwen2.5-vl-embedding",
  2452. "tier_min": null,
  2453. "tier_max": null,
  2454. "tier_unit": null,
  2455. "input_price": 0.7,
  2456. "output_price": null,
  2457. "currency": "CNY",
  2458. "unit": "元/每百万tokens",
  2459. "label": "文本输入"
  2460. },
  2461. {
  2462. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash-realtime",
  2463. "model_name": "qwen3-asr-flash-realtime",
  2464. "tier_min": null,
  2465. "tier_max": null,
  2466. "tier_unit": null,
  2467. "input_price": 0.0,
  2468. "output_price": 0.00033,
  2469. "currency": "CNY",
  2470. "unit": "元/每秒",
  2471. "label": "语音识别"
  2472. },
  2473. {
  2474. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  2475. "model_name": "qwen3-coder-flash",
  2476. "tier_min": 256000.0,
  2477. "tier_max": null,
  2478. "tier_unit": "tokens",
  2479. "input_price": 5.0,
  2480. "output_price": 25.0,
  2481. "currency": "CNY",
  2482. "unit": "元/每百万tokens",
  2483. "label": "256k<input"
  2484. },
  2485. {
  2486. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  2487. "model_name": "qwen3-coder-flash",
  2488. "tier_min": 0.0,
  2489. "tier_max": 32000.0,
  2490. "tier_unit": "tokens",
  2491. "input_price": 1.0,
  2492. "output_price": 4.0,
  2493. "currency": "CNY",
  2494. "unit": "元/每百万tokens",
  2495. "label": "input<=32k"
  2496. },
  2497. {
  2498. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  2499. "model_name": "qwen3-coder-flash",
  2500. "tier_min": 32000.0,
  2501. "tier_max": 128000.0,
  2502. "tier_unit": "tokens",
  2503. "input_price": 1.5,
  2504. "output_price": 6.0,
  2505. "currency": "CNY",
  2506. "unit": "元/每百万tokens",
  2507. "label": "32k<input<=128k"
  2508. },
  2509. {
  2510. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  2511. "model_name": "qwen3-coder-flash",
  2512. "tier_min": 128000.0,
  2513. "tier_max": 256000.0,
  2514. "tier_unit": "tokens",
  2515. "input_price": 2.5,
  2516. "output_price": 10.0,
  2517. "currency": "CNY",
  2518. "unit": "元/每百万tokens",
  2519. "label": "128k<input<=256k"
  2520. },
  2521. {
  2522. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  2523. "model_name": "qwen3-coder-plus",
  2524. "tier_min": 256000.0,
  2525. "tier_max": null,
  2526. "tier_unit": "tokens",
  2527. "input_price": 20.0,
  2528. "output_price": 200.0,
  2529. "currency": "CNY",
  2530. "unit": "元/每百万tokens",
  2531. "label": "256k<input"
  2532. },
  2533. {
  2534. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  2535. "model_name": "qwen3-coder-plus",
  2536. "tier_min": 0.0,
  2537. "tier_max": 32000.0,
  2538. "tier_unit": "tokens",
  2539. "input_price": 4.0,
  2540. "output_price": 16.0,
  2541. "currency": "CNY",
  2542. "unit": "元/每百万tokens",
  2543. "label": "input<=32k"
  2544. },
  2545. {
  2546. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  2547. "model_name": "qwen3-coder-plus",
  2548. "tier_min": 32000.0,
  2549. "tier_max": 128000.0,
  2550. "tier_unit": "tokens",
  2551. "input_price": 6.0,
  2552. "output_price": 24.0,
  2553. "currency": "CNY",
  2554. "unit": "元/每百万tokens",
  2555. "label": "32k<input<=128k"
  2556. },
  2557. {
  2558. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  2559. "model_name": "qwen3-coder-plus",
  2560. "tier_min": 128000.0,
  2561. "tier_max": 256000.0,
  2562. "tier_unit": "tokens",
  2563. "input_price": 10.0,
  2564. "output_price": 40.0,
  2565. "currency": "CNY",
  2566. "unit": "元/每百万tokens",
  2567. "label": "128k<input<=256k"
  2568. },
  2569. {
  2570. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max",
  2571. "model_name": "qwen3-max",
  2572. "tier_min": 0.0,
  2573. "tier_max": 32000.0,
  2574. "tier_unit": "tokens",
  2575. "input_price": 2.5,
  2576. "output_price": 10.0,
  2577. "currency": "CNY",
  2578. "unit": "元/每百万tokens",
  2579. "label": "input<=32k"
  2580. },
  2581. {
  2582. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max",
  2583. "model_name": "qwen3-max",
  2584. "tier_min": 32000.0,
  2585. "tier_max": 128000.0,
  2586. "tier_unit": "tokens",
  2587. "input_price": 4.0,
  2588. "output_price": 16.0,
  2589. "currency": "CNY",
  2590. "unit": "元/每百万tokens",
  2591. "label": "32k<input<=128k"
  2592. },
  2593. {
  2594. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max",
  2595. "model_name": "qwen3-max",
  2596. "tier_min": 128000.0,
  2597. "tier_max": 256000.0,
  2598. "tier_unit": "tokens",
  2599. "input_price": 7.0,
  2600. "output_price": 28.0,
  2601. "currency": "CNY",
  2602. "unit": "元/每百万tokens",
  2603. "label": "128k<input<=256k"
  2604. },
  2605. {
  2606. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  2607. "model_name": "qwen3-omni-flash-realtime",
  2608. "tier_min": null,
  2609. "tier_max": null,
  2610. "tier_unit": null,
  2611. "input_price": 2.2,
  2612. "output_price": null,
  2613. "currency": "CNY",
  2614. "unit": "元/每百万tokens",
  2615. "label": "输入:文本"
  2616. },
  2617. {
  2618. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  2619. "model_name": "qwen3-omni-flash-realtime",
  2620. "tier_min": null,
  2621. "tier_max": null,
  2622. "tier_unit": null,
  2623. "input_price": 18.9,
  2624. "output_price": null,
  2625. "currency": "CNY",
  2626. "unit": "元/每百万tokens",
  2627. "label": "输入:音频"
  2628. },
  2629. {
  2630. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  2631. "model_name": "qwen3-omni-flash-realtime",
  2632. "tier_min": null,
  2633. "tier_max": null,
  2634. "tier_unit": null,
  2635. "input_price": 3.9,
  2636. "output_price": null,
  2637. "currency": "CNY",
  2638. "unit": "元/每百万tokens",
  2639. "label": "输入:图片/视频"
  2640. },
  2641. {
  2642. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  2643. "model_name": "qwen3-omni-flash-realtime",
  2644. "tier_min": null,
  2645. "tier_max": null,
  2646. "tier_unit": null,
  2647. "input_price": 8.3,
  2648. "output_price": null,
  2649. "currency": "CNY",
  2650. "unit": "元/每百万tokens",
  2651. "label": "输出:文本(输入仅包含文本时)"
  2652. },
  2653. {
  2654. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  2655. "model_name": "qwen3-omni-flash-realtime",
  2656. "tier_min": null,
  2657. "tier_max": null,
  2658. "tier_unit": null,
  2659. "input_price": 75.1,
  2660. "output_price": null,
  2661. "currency": "CNY",
  2662. "unit": "元/每百万tokens",
  2663. "label": "输出:文本+音频(输出的文本不计费)"
  2664. },
  2665. {
  2666. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  2667. "model_name": "qwen3-omni-flash-realtime",
  2668. "tier_min": null,
  2669. "tier_max": null,
  2670. "tier_unit": null,
  2671. "input_price": 15.2,
  2672. "output_price": null,
  2673. "currency": "CNY",
  2674. "unit": "元/每百万tokens",
  2675. "label": "输出:文本(输入包含图片/音频/视频时)"
  2676. },
  2677. {
  2678. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-rerank",
  2679. "model_name": "qwen3-rerank",
  2680. "tier_min": null,
  2681. "tier_max": null,
  2682. "tier_unit": null,
  2683. "input_price": 0.5,
  2684. "output_price": null,
  2685. "currency": "CNY",
  2686. "unit": "元/每百万tokens",
  2687. "label": "文本输入"
  2688. },
  2689. {
  2690. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-tts-flash-realtime",
  2691. "model_name": "qwen3-tts-flash-realtime",
  2692. "tier_min": null,
  2693. "tier_max": null,
  2694. "tier_unit": null,
  2695. "input_price": 1.0,
  2696. "output_price": null,
  2697. "currency": "CNY",
  2698. "unit": "元/每万字符",
  2699. "label": "语音合成"
  2700. },
  2701. {
  2702. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash",
  2703. "model_name": "qwen3-vl-flash",
  2704. "tier_min": 0.0,
  2705. "tier_max": 32000.0,
  2706. "tier_unit": "tokens",
  2707. "input_price": 0.15,
  2708. "output_price": 1.5,
  2709. "currency": "CNY",
  2710. "unit": "元/每百万tokens",
  2711. "label": "input<=32k"
  2712. },
  2713. {
  2714. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash",
  2715. "model_name": "qwen3-vl-flash",
  2716. "tier_min": 32000.0,
  2717. "tier_max": 128000.0,
  2718. "tier_unit": "tokens",
  2719. "input_price": 0.3,
  2720. "output_price": 3.0,
  2721. "currency": "CNY",
  2722. "unit": "元/每百万tokens",
  2723. "label": "32k<input<=128k"
  2724. },
  2725. {
  2726. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash",
  2727. "model_name": "qwen3-vl-flash",
  2728. "tier_min": 128000.0,
  2729. "tier_max": 256000.0,
  2730. "tier_unit": "tokens",
  2731. "input_price": 0.6,
  2732. "output_price": 6.0,
  2733. "currency": "CNY",
  2734. "unit": "元/每百万tokens",
  2735. "label": "128k<input<=256k"
  2736. },
  2737. {
  2738. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus",
  2739. "model_name": "qwen3-vl-plus",
  2740. "tier_min": 0.0,
  2741. "tier_max": 32000.0,
  2742. "tier_unit": "tokens",
  2743. "input_price": 1.0,
  2744. "output_price": 10.0,
  2745. "currency": "CNY",
  2746. "unit": "元/每百万tokens",
  2747. "label": "input<=32k"
  2748. },
  2749. {
  2750. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus",
  2751. "model_name": "qwen3-vl-plus",
  2752. "tier_min": 32000.0,
  2753. "tier_max": 128000.0,
  2754. "tier_unit": "tokens",
  2755. "input_price": 1.5,
  2756. "output_price": 15.0,
  2757. "currency": "CNY",
  2758. "unit": "元/每百万tokens",
  2759. "label": "32k<input<=128k"
  2760. },
  2761. {
  2762. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus",
  2763. "model_name": "qwen3-vl-plus",
  2764. "tier_min": 128000.0,
  2765. "tier_max": 256000.0,
  2766. "tier_unit": "tokens",
  2767. "input_price": 3.0,
  2768. "output_price": 30.0,
  2769. "currency": "CNY",
  2770. "unit": "元/每百万tokens",
  2771. "label": "128k<input<=256k"
  2772. },
  2773. {
  2774. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-rerank",
  2775. "model_name": "qwen3-vl-rerank",
  2776. "tier_min": null,
  2777. "tier_max": null,
  2778. "tier_unit": null,
  2779. "input_price": 1.8,
  2780. "output_price": null,
  2781. "currency": "CNY",
  2782. "unit": "元/每百万tokens",
  2783. "label": "图片输入"
  2784. },
  2785. {
  2786. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-rerank",
  2787. "model_name": "qwen3-vl-rerank",
  2788. "tier_min": null,
  2789. "tier_max": null,
  2790. "tier_unit": null,
  2791. "input_price": 0.7,
  2792. "output_price": null,
  2793. "currency": "CNY",
  2794. "unit": "元/每百万tokens",
  2795. "label": "文本输入"
  2796. },
  2797. {
  2798. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash",
  2799. "model_name": "qwen-flash",
  2800. "tier_min": 256000.0,
  2801. "tier_max": null,
  2802. "tier_unit": "tokens",
  2803. "input_price": 1.2,
  2804. "output_price": 12.0,
  2805. "currency": "CNY",
  2806. "unit": "元/每百万tokens",
  2807. "label": "256k<input"
  2808. },
  2809. {
  2810. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash",
  2811. "model_name": "qwen-flash",
  2812. "tier_min": 0.0,
  2813. "tier_max": 128000.0,
  2814. "tier_unit": "tokens",
  2815. "input_price": 0.15,
  2816. "output_price": 1.5,
  2817. "currency": "CNY",
  2818. "unit": "元/每百万tokens",
  2819. "label": "input<=128k"
  2820. },
  2821. {
  2822. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash",
  2823. "model_name": "qwen-flash",
  2824. "tier_min": 128000.0,
  2825. "tier_max": 256000.0,
  2826. "tier_unit": "tokens",
  2827. "input_price": 0.6,
  2828. "output_price": 6.0,
  2829. "currency": "CNY",
  2830. "unit": "元/每百万tokens",
  2831. "label": "128k<input<=256k"
  2832. },
  2833. {
  2834. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image",
  2835. "model_name": "qwen-image",
  2836. "tier_min": null,
  2837. "tier_max": null,
  2838. "tier_unit": null,
  2839. "input_price": 0.0,
  2840. "output_price": 0.25,
  2841. "currency": "CNY",
  2842. "unit": "元/每张",
  2843. "label": "图片生成"
  2844. },
  2845. {
  2846. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit",
  2847. "model_name": "qwen-image-edit",
  2848. "tier_min": null,
  2849. "tier_max": null,
  2850. "tier_unit": null,
  2851. "input_price": 0.0,
  2852. "output_price": 0.3,
  2853. "currency": "CNY",
  2854. "unit": "元/每张",
  2855. "label": "图片生成"
  2856. },
  2857. {
  2858. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-plus",
  2859. "model_name": "qwen-image-plus",
  2860. "tier_min": null,
  2861. "tier_max": null,
  2862. "tier_unit": null,
  2863. "input_price": 0.0,
  2864. "output_price": 0.2,
  2865. "currency": "CNY",
  2866. "unit": "元/每张",
  2867. "label": "图片生成"
  2868. },
  2869. {
  2870. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-image",
  2871. "model_name": "qwen-mt-image",
  2872. "tier_min": null,
  2873. "tier_max": null,
  2874. "tier_unit": null,
  2875. "input_price": 0.0,
  2876. "output_price": 0.003,
  2877. "currency": "CNY",
  2878. "unit": "元/每张",
  2879. "label": "图片生成"
  2880. },
  2881. {
  2882. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus",
  2883. "model_name": "qwen-plus",
  2884. "tier_min": 256000.0,
  2885. "tier_max": null,
  2886. "tier_unit": "tokens",
  2887. "input_price": 4.8,
  2888. "output_price": 48.0,
  2889. "currency": "CNY",
  2890. "unit": "元/每百万tokens",
  2891. "label": "256k<input"
  2892. },
  2893. {
  2894. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus",
  2895. "model_name": "qwen-plus",
  2896. "tier_min": 0.0,
  2897. "tier_max": 128000.0,
  2898. "tier_unit": "tokens",
  2899. "input_price": 0.8,
  2900. "output_price": 2.0,
  2901. "currency": "CNY",
  2902. "unit": "元/每百万tokens",
  2903. "label": "input<=128k"
  2904. },
  2905. {
  2906. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus",
  2907. "model_name": "qwen-plus",
  2908. "tier_min": 128000.0,
  2909. "tier_max": 256000.0,
  2910. "tier_unit": "tokens",
  2911. "input_price": 2.4,
  2912. "output_price": 20.0,
  2913. "currency": "CNY",
  2914. "unit": "元/每百万tokens",
  2915. "label": "128k<input<=256k"
  2916. },
  2917. {
  2918. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  2919. "model_name": "qwen-vl-max",
  2920. "tier_min": null,
  2921. "tier_max": null,
  2922. "tier_unit": null,
  2923. "input_price": 150.0,
  2924. "output_price": null,
  2925. "currency": "CNY",
  2926. "unit": "元/每百万tokens",
  2927. "label": "调优"
  2928. },
  2929. {
  2930. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  2931. "model_name": "qwen-vl-max",
  2932. "tier_min": null,
  2933. "tier_max": null,
  2934. "tier_unit": null,
  2935. "input_price": 1.6,
  2936. "output_price": 4.0,
  2937. "currency": "CNY",
  2938. "unit": "元/每百万tokens",
  2939. "label": "input/output"
  2940. },
  2941. {
  2942. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  2943. "model_name": "qwen-vl-max",
  2944. "tier_min": null,
  2945. "tier_max": null,
  2946. "tier_unit": null,
  2947. "input_price": 0.8,
  2948. "output_price": null,
  2949. "currency": "CNY",
  2950. "unit": "元/每百万tokens",
  2951. "label": "输入(Batch File)"
  2952. },
  2953. {
  2954. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  2955. "model_name": "qwen-vl-max",
  2956. "tier_min": null,
  2957. "tier_max": null,
  2958. "tier_unit": null,
  2959. "input_price": 2.0,
  2960. "output_price": null,
  2961. "currency": "CNY",
  2962. "unit": "元/每百万tokens",
  2963. "label": "输出(Batch File)"
  2964. },
  2965. {
  2966. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  2967. "model_name": "qwen-vl-max",
  2968. "tier_min": null,
  2969. "tier_max": null,
  2970. "tier_unit": null,
  2971. "input_price": 0.32,
  2972. "output_price": null,
  2973. "currency": "CNY",
  2974. "unit": "元/每百万tokens",
  2975. "label": "输入(缓存命中)"
  2976. },
  2977. {
  2978. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr",
  2979. "model_name": "qwen-vl-ocr",
  2980. "tier_min": null,
  2981. "tier_max": null,
  2982. "tier_unit": null,
  2983. "input_price": 0.3,
  2984. "output_price": 0.5,
  2985. "currency": "CNY",
  2986. "unit": "元/每百万tokens",
  2987. "label": "input/output"
  2988. },
  2989. {
  2990. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr",
  2991. "model_name": "qwen-vl-ocr",
  2992. "tier_min": null,
  2993. "tier_max": null,
  2994. "tier_unit": null,
  2995. "input_price": 0.15,
  2996. "output_price": null,
  2997. "currency": "CNY",
  2998. "unit": "元/每百万tokens",
  2999. "label": "输入(Batch File)"
  3000. },
  3001. {
  3002. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr",
  3003. "model_name": "qwen-vl-ocr",
  3004. "tier_min": null,
  3005. "tier_max": null,
  3006. "tier_unit": null,
  3007. "input_price": 0.25,
  3008. "output_price": null,
  3009. "currency": "CNY",
  3010. "unit": "元/每百万tokens",
  3011. "label": "输出(Batch File)"
  3012. },
  3013. {
  3014. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v",
  3015. "model_name": "wan2.6-i2v",
  3016. "tier_min": 0.0,
  3017. "tier_max": 720.0,
  3018. "tier_unit": "seconds",
  3019. "input_price": 0.0,
  3020. "output_price": 0.6,
  3021. "currency": "CNY",
  3022. "unit": "元/每秒",
  3023. "label": "视频生成(720P)"
  3024. },
  3025. {
  3026. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v",
  3027. "model_name": "wan2.6-i2v",
  3028. "tier_min": 721.0,
  3029. "tier_max": 1080.0,
  3030. "tier_unit": "seconds",
  3031. "input_price": 0.0,
  3032. "output_price": 1.0,
  3033. "currency": "CNY",
  3034. "unit": "元/每秒",
  3035. "label": "视频生成(1080P)"
  3036. },
  3037. {
  3038. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-image",
  3039. "model_name": "wan2.6-image",
  3040. "tier_min": null,
  3041. "tier_max": null,
  3042. "tier_unit": null,
  3043. "input_price": 0.0,
  3044. "output_price": 0.2,
  3045. "currency": "CNY",
  3046. "unit": "元/每张",
  3047. "label": "图片生成"
  3048. },
  3049. {
  3050. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2i",
  3051. "model_name": "wan2.6-t2i",
  3052. "tier_min": null,
  3053. "tier_max": null,
  3054. "tier_unit": null,
  3055. "input_price": 0.0,
  3056. "output_price": 0.2,
  3057. "currency": "CNY",
  3058. "unit": "元/每张",
  3059. "label": "图片生成"
  3060. },
  3061. {
  3062. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v",
  3063. "model_name": "wan2.6-t2v",
  3064. "tier_min": 0.0,
  3065. "tier_max": 720.0,
  3066. "tier_unit": "seconds",
  3067. "input_price": 0.0,
  3068. "output_price": 0.6,
  3069. "currency": "CNY",
  3070. "unit": "元/每秒",
  3071. "label": "视频生成(720P)"
  3072. },
  3073. {
  3074. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v",
  3075. "model_name": "wan2.6-t2v",
  3076. "tier_min": 721.0,
  3077. "tier_max": 1080.0,
  3078. "tier_unit": "seconds",
  3079. "input_price": 0.0,
  3080. "output_price": 1.0,
  3081. "currency": "CNY",
  3082. "unit": "元/每秒",
  3083. "label": "视频生成(1080P)"
  3084. }
  3085. ],
  3086. "discounted_prices": [
  3087. {
  3088. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-clone-v1",
  3089. "model_name": "cosyvoice-clone-v1",
  3090. "tier_min": null,
  3091. "tier_max": null,
  3092. "tier_unit": null,
  3093. "input_price": 1.6,
  3094. "output_price": null,
  3095. "currency": "CNY",
  3096. "unit": "元/每万字符",
  3097. "label": "语音合成",
  3098. "discount": 0.8
  3099. },
  3100. {
  3101. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-v3-flash",
  3102. "model_name": "cosyvoice-v3-flash",
  3103. "tier_min": null,
  3104. "tier_max": null,
  3105. "tier_unit": null,
  3106. "input_price": 0.8,
  3107. "output_price": null,
  3108. "currency": "CNY",
  3109. "unit": "元/每万字符",
  3110. "label": "语音合成",
  3111. "discount": 0.8
  3112. },
  3113. {
  3114. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/cosyvoice-v3-plus",
  3115. "model_name": "cosyvoice-v3-plus",
  3116. "tier_min": null,
  3117. "tier_max": null,
  3118. "tier_unit": null,
  3119. "input_price": 1.6,
  3120. "output_price": null,
  3121. "currency": "CNY",
  3122. "unit": "元/每万字符",
  3123. "label": "语音合成",
  3124. "discount": 0.8
  3125. },
  3126. {
  3127. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/fun-asr-realtime",
  3128. "model_name": "fun-asr-realtime",
  3129. "tier_min": null,
  3130. "tier_max": null,
  3131. "tier_unit": null,
  3132. "input_price": 0.0,
  3133. "output_price": 0.000264,
  3134. "currency": "CNY",
  3135. "unit": "元/每秒",
  3136. "label": "语音识别",
  3137. "discount": 0.8
  3138. },
  3139. {
  3140. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v1",
  3141. "model_name": "paraformer-v1",
  3142. "tier_min": null,
  3143. "tier_max": null,
  3144. "tier_unit": null,
  3145. "input_price": 0.0,
  3146. "output_price": 0.000064,
  3147. "currency": "CNY",
  3148. "unit": "元/每秒",
  3149. "label": "语音识别",
  3150. "discount": 0.8
  3151. },
  3152. {
  3153. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/paraformer-v2",
  3154. "model_name": "paraformer-v2",
  3155. "tier_min": null,
  3156. "tier_max": null,
  3157. "tier_unit": null,
  3158. "input_price": 0.0,
  3159. "output_price": 0.000064,
  3160. "currency": "CNY",
  3161. "unit": "元/每秒",
  3162. "label": "语音识别",
  3163. "discount": 0.8
  3164. },
  3165. {
  3166. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen2.5-vl-embedding",
  3167. "model_name": "qwen2.5-vl-embedding",
  3168. "tier_min": null,
  3169. "tier_max": null,
  3170. "tier_unit": null,
  3171. "input_price": 1.44,
  3172. "output_price": null,
  3173. "currency": "CNY",
  3174. "unit": "元/每百万tokens",
  3175. "label": "图片输入",
  3176. "discount": 0.8
  3177. },
  3178. {
  3179. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen2.5-vl-embedding",
  3180. "model_name": "qwen2.5-vl-embedding",
  3181. "tier_min": null,
  3182. "tier_max": null,
  3183. "tier_unit": null,
  3184. "input_price": 0.56,
  3185. "output_price": null,
  3186. "currency": "CNY",
  3187. "unit": "元/每百万tokens",
  3188. "label": "文本输入",
  3189. "discount": 0.8
  3190. },
  3191. {
  3192. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-asr-flash-realtime",
  3193. "model_name": "qwen3-asr-flash-realtime",
  3194. "tier_min": null,
  3195. "tier_max": null,
  3196. "tier_unit": null,
  3197. "input_price": 0.0,
  3198. "output_price": 0.000264,
  3199. "currency": "CNY",
  3200. "unit": "元/每秒",
  3201. "label": "语音识别",
  3202. "discount": 0.8
  3203. },
  3204. {
  3205. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  3206. "model_name": "qwen3-coder-flash",
  3207. "tier_min": 256000.0,
  3208. "tier_max": null,
  3209. "tier_unit": "tokens",
  3210. "input_price": 4.0,
  3211. "output_price": 20.0,
  3212. "currency": "CNY",
  3213. "unit": "元/每百万tokens",
  3214. "label": "256k<input",
  3215. "discount": 0.8
  3216. },
  3217. {
  3218. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  3219. "model_name": "qwen3-coder-flash",
  3220. "tier_min": 0.0,
  3221. "tier_max": 32000.0,
  3222. "tier_unit": "tokens",
  3223. "input_price": 0.8,
  3224. "output_price": 3.2,
  3225. "currency": "CNY",
  3226. "unit": "元/每百万tokens",
  3227. "label": "input<=32k",
  3228. "discount": 0.8
  3229. },
  3230. {
  3231. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  3232. "model_name": "qwen3-coder-flash",
  3233. "tier_min": 32000.0,
  3234. "tier_max": 128000.0,
  3235. "tier_unit": "tokens",
  3236. "input_price": 1.2,
  3237. "output_price": 4.8,
  3238. "currency": "CNY",
  3239. "unit": "元/每百万tokens",
  3240. "label": "32k<input<=128k",
  3241. "discount": 0.8
  3242. },
  3243. {
  3244. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-flash",
  3245. "model_name": "qwen3-coder-flash",
  3246. "tier_min": 128000.0,
  3247. "tier_max": 256000.0,
  3248. "tier_unit": "tokens",
  3249. "input_price": 2.0,
  3250. "output_price": 8.0,
  3251. "currency": "CNY",
  3252. "unit": "元/每百万tokens",
  3253. "label": "128k<input<=256k",
  3254. "discount": 0.8
  3255. },
  3256. {
  3257. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  3258. "model_name": "qwen3-coder-plus",
  3259. "tier_min": 256000.0,
  3260. "tier_max": null,
  3261. "tier_unit": "tokens",
  3262. "input_price": 16.0,
  3263. "output_price": 160.0,
  3264. "currency": "CNY",
  3265. "unit": "元/每百万tokens",
  3266. "label": "256k<input",
  3267. "discount": 0.8
  3268. },
  3269. {
  3270. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  3271. "model_name": "qwen3-coder-plus",
  3272. "tier_min": 0.0,
  3273. "tier_max": 32000.0,
  3274. "tier_unit": "tokens",
  3275. "input_price": 3.2,
  3276. "output_price": 12.8,
  3277. "currency": "CNY",
  3278. "unit": "元/每百万tokens",
  3279. "label": "input<=32k",
  3280. "discount": 0.8
  3281. },
  3282. {
  3283. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  3284. "model_name": "qwen3-coder-plus",
  3285. "tier_min": 32000.0,
  3286. "tier_max": 128000.0,
  3287. "tier_unit": "tokens",
  3288. "input_price": 4.8,
  3289. "output_price": 19.2,
  3290. "currency": "CNY",
  3291. "unit": "元/每百万tokens",
  3292. "label": "32k<input<=128k",
  3293. "discount": 0.8
  3294. },
  3295. {
  3296. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-coder-plus",
  3297. "model_name": "qwen3-coder-plus",
  3298. "tier_min": 128000.0,
  3299. "tier_max": 256000.0,
  3300. "tier_unit": "tokens",
  3301. "input_price": 8.0,
  3302. "output_price": 32.0,
  3303. "currency": "CNY",
  3304. "unit": "元/每百万tokens",
  3305. "label": "128k<input<=256k",
  3306. "discount": 0.8
  3307. },
  3308. {
  3309. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max",
  3310. "model_name": "qwen3-max",
  3311. "tier_min": 0.0,
  3312. "tier_max": 32000.0,
  3313. "tier_unit": "tokens",
  3314. "input_price": 2.0,
  3315. "output_price": 8.0,
  3316. "currency": "CNY",
  3317. "unit": "元/每百万tokens",
  3318. "label": "input<=32k",
  3319. "discount": 0.8
  3320. },
  3321. {
  3322. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max",
  3323. "model_name": "qwen3-max",
  3324. "tier_min": 32000.0,
  3325. "tier_max": 128000.0,
  3326. "tier_unit": "tokens",
  3327. "input_price": 3.2,
  3328. "output_price": 12.8,
  3329. "currency": "CNY",
  3330. "unit": "元/每百万tokens",
  3331. "label": "32k<input<=128k",
  3332. "discount": 0.8
  3333. },
  3334. {
  3335. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-max",
  3336. "model_name": "qwen3-max",
  3337. "tier_min": 128000.0,
  3338. "tier_max": 256000.0,
  3339. "tier_unit": "tokens",
  3340. "input_price": 5.6,
  3341. "output_price": 22.4,
  3342. "currency": "CNY",
  3343. "unit": "元/每百万tokens",
  3344. "label": "128k<input<=256k",
  3345. "discount": 0.8
  3346. },
  3347. {
  3348. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  3349. "model_name": "qwen3-omni-flash-realtime",
  3350. "tier_min": null,
  3351. "tier_max": null,
  3352. "tier_unit": null,
  3353. "input_price": 1.76,
  3354. "output_price": null,
  3355. "currency": "CNY",
  3356. "unit": "元/每百万tokens",
  3357. "label": "输入:文本",
  3358. "discount": 0.8
  3359. },
  3360. {
  3361. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  3362. "model_name": "qwen3-omni-flash-realtime",
  3363. "tier_min": null,
  3364. "tier_max": null,
  3365. "tier_unit": null,
  3366. "input_price": 15.12,
  3367. "output_price": null,
  3368. "currency": "CNY",
  3369. "unit": "元/每百万tokens",
  3370. "label": "输入:音频",
  3371. "discount": 0.8
  3372. },
  3373. {
  3374. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  3375. "model_name": "qwen3-omni-flash-realtime",
  3376. "tier_min": null,
  3377. "tier_max": null,
  3378. "tier_unit": null,
  3379. "input_price": 3.12,
  3380. "output_price": null,
  3381. "currency": "CNY",
  3382. "unit": "元/每百万tokens",
  3383. "label": "输入:图片/视频",
  3384. "discount": 0.8
  3385. },
  3386. {
  3387. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  3388. "model_name": "qwen3-omni-flash-realtime",
  3389. "tier_min": null,
  3390. "tier_max": null,
  3391. "tier_unit": null,
  3392. "input_price": 6.64,
  3393. "output_price": null,
  3394. "currency": "CNY",
  3395. "unit": "元/每百万tokens",
  3396. "label": "输出:文本(输入仅包含文本时)",
  3397. "discount": 0.8
  3398. },
  3399. {
  3400. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  3401. "model_name": "qwen3-omni-flash-realtime",
  3402. "tier_min": null,
  3403. "tier_max": null,
  3404. "tier_unit": null,
  3405. "input_price": 60.08,
  3406. "output_price": null,
  3407. "currency": "CNY",
  3408. "unit": "元/每百万tokens",
  3409. "label": "输出:文本+音频(输出的文本不计费)",
  3410. "discount": 0.8
  3411. },
  3412. {
  3413. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-omni-flash-realtime",
  3414. "model_name": "qwen3-omni-flash-realtime",
  3415. "tier_min": null,
  3416. "tier_max": null,
  3417. "tier_unit": null,
  3418. "input_price": 12.16,
  3419. "output_price": null,
  3420. "currency": "CNY",
  3421. "unit": "元/每百万tokens",
  3422. "label": "输出:文本(输入包含图片/音频/视频时)",
  3423. "discount": 0.8
  3424. },
  3425. {
  3426. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-rerank",
  3427. "model_name": "qwen3-rerank",
  3428. "tier_min": null,
  3429. "tier_max": null,
  3430. "tier_unit": null,
  3431. "input_price": 0.4,
  3432. "output_price": null,
  3433. "currency": "CNY",
  3434. "unit": "元/每百万tokens",
  3435. "label": "文本输入",
  3436. "discount": 0.8
  3437. },
  3438. {
  3439. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-tts-flash-realtime",
  3440. "model_name": "qwen3-tts-flash-realtime",
  3441. "tier_min": null,
  3442. "tier_max": null,
  3443. "tier_unit": null,
  3444. "input_price": 0.8,
  3445. "output_price": null,
  3446. "currency": "CNY",
  3447. "unit": "元/每万字符",
  3448. "label": "语音合成",
  3449. "discount": 0.8
  3450. },
  3451. {
  3452. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash",
  3453. "model_name": "qwen3-vl-flash",
  3454. "tier_min": 0.0,
  3455. "tier_max": 32000.0,
  3456. "tier_unit": "tokens",
  3457. "input_price": 0.12,
  3458. "output_price": 1.2,
  3459. "currency": "CNY",
  3460. "unit": "元/每百万tokens",
  3461. "label": "input<=32k",
  3462. "discount": 0.8
  3463. },
  3464. {
  3465. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash",
  3466. "model_name": "qwen3-vl-flash",
  3467. "tier_min": 32000.0,
  3468. "tier_max": 128000.0,
  3469. "tier_unit": "tokens",
  3470. "input_price": 0.24,
  3471. "output_price": 2.4,
  3472. "currency": "CNY",
  3473. "unit": "元/每百万tokens",
  3474. "label": "32k<input<=128k",
  3475. "discount": 0.8
  3476. },
  3477. {
  3478. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-flash",
  3479. "model_name": "qwen3-vl-flash",
  3480. "tier_min": 128000.0,
  3481. "tier_max": 256000.0,
  3482. "tier_unit": "tokens",
  3483. "input_price": 0.48,
  3484. "output_price": 4.8,
  3485. "currency": "CNY",
  3486. "unit": "元/每百万tokens",
  3487. "label": "128k<input<=256k",
  3488. "discount": 0.8
  3489. },
  3490. {
  3491. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus",
  3492. "model_name": "qwen3-vl-plus",
  3493. "tier_min": 0.0,
  3494. "tier_max": 32000.0,
  3495. "tier_unit": "tokens",
  3496. "input_price": 0.8,
  3497. "output_price": 8.0,
  3498. "currency": "CNY",
  3499. "unit": "元/每百万tokens",
  3500. "label": "input<=32k",
  3501. "discount": 0.8
  3502. },
  3503. {
  3504. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus",
  3505. "model_name": "qwen3-vl-plus",
  3506. "tier_min": 32000.0,
  3507. "tier_max": 128000.0,
  3508. "tier_unit": "tokens",
  3509. "input_price": 1.2,
  3510. "output_price": 12.0,
  3511. "currency": "CNY",
  3512. "unit": "元/每百万tokens",
  3513. "label": "32k<input<=128k",
  3514. "discount": 0.8
  3515. },
  3516. {
  3517. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-plus",
  3518. "model_name": "qwen3-vl-plus",
  3519. "tier_min": 128000.0,
  3520. "tier_max": 256000.0,
  3521. "tier_unit": "tokens",
  3522. "input_price": 2.4,
  3523. "output_price": 24.0,
  3524. "currency": "CNY",
  3525. "unit": "元/每百万tokens",
  3526. "label": "128k<input<=256k",
  3527. "discount": 0.8
  3528. },
  3529. {
  3530. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-rerank",
  3531. "model_name": "qwen3-vl-rerank",
  3532. "tier_min": null,
  3533. "tier_max": null,
  3534. "tier_unit": null,
  3535. "input_price": 1.44,
  3536. "output_price": null,
  3537. "currency": "CNY",
  3538. "unit": "元/每百万tokens",
  3539. "label": "图片输入",
  3540. "discount": 0.8
  3541. },
  3542. {
  3543. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen3-vl-rerank",
  3544. "model_name": "qwen3-vl-rerank",
  3545. "tier_min": null,
  3546. "tier_max": null,
  3547. "tier_unit": null,
  3548. "input_price": 0.56,
  3549. "output_price": null,
  3550. "currency": "CNY",
  3551. "unit": "元/每百万tokens",
  3552. "label": "文本输入",
  3553. "discount": 0.8
  3554. },
  3555. {
  3556. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash",
  3557. "model_name": "qwen-flash",
  3558. "tier_min": 256000.0,
  3559. "tier_max": null,
  3560. "tier_unit": "tokens",
  3561. "input_price": 0.96,
  3562. "output_price": 9.6,
  3563. "currency": "CNY",
  3564. "unit": "元/每百万tokens",
  3565. "label": "256k<input",
  3566. "discount": 0.8
  3567. },
  3568. {
  3569. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash",
  3570. "model_name": "qwen-flash",
  3571. "tier_min": 0.0,
  3572. "tier_max": 128000.0,
  3573. "tier_unit": "tokens",
  3574. "input_price": 0.12,
  3575. "output_price": 1.2,
  3576. "currency": "CNY",
  3577. "unit": "元/每百万tokens",
  3578. "label": "input<=128k",
  3579. "discount": 0.8
  3580. },
  3581. {
  3582. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-flash",
  3583. "model_name": "qwen-flash",
  3584. "tier_min": 128000.0,
  3585. "tier_max": 256000.0,
  3586. "tier_unit": "tokens",
  3587. "input_price": 0.48,
  3588. "output_price": 4.8,
  3589. "currency": "CNY",
  3590. "unit": "元/每百万tokens",
  3591. "label": "128k<input<=256k",
  3592. "discount": 0.8
  3593. },
  3594. {
  3595. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image",
  3596. "model_name": "qwen-image",
  3597. "tier_min": null,
  3598. "tier_max": null,
  3599. "tier_unit": null,
  3600. "input_price": 0.0,
  3601. "output_price": 0.2,
  3602. "currency": "CNY",
  3603. "unit": "元/每张",
  3604. "label": "图片生成",
  3605. "discount": 0.8
  3606. },
  3607. {
  3608. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-edit",
  3609. "model_name": "qwen-image-edit",
  3610. "tier_min": null,
  3611. "tier_max": null,
  3612. "tier_unit": null,
  3613. "input_price": 0.0,
  3614. "output_price": 0.24,
  3615. "currency": "CNY",
  3616. "unit": "元/每张",
  3617. "label": "图片生成",
  3618. "discount": 0.8
  3619. },
  3620. {
  3621. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-image-plus",
  3622. "model_name": "qwen-image-plus",
  3623. "tier_min": null,
  3624. "tier_max": null,
  3625. "tier_unit": null,
  3626. "input_price": 0.0,
  3627. "output_price": 0.16,
  3628. "currency": "CNY",
  3629. "unit": "元/每张",
  3630. "label": "图片生成",
  3631. "discount": 0.8
  3632. },
  3633. {
  3634. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-mt-image",
  3635. "model_name": "qwen-mt-image",
  3636. "tier_min": null,
  3637. "tier_max": null,
  3638. "tier_unit": null,
  3639. "input_price": 0.0,
  3640. "output_price": 0.0024,
  3641. "currency": "CNY",
  3642. "unit": "元/每张",
  3643. "label": "图片生成",
  3644. "discount": 0.8
  3645. },
  3646. {
  3647. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus",
  3648. "model_name": "qwen-plus",
  3649. "tier_min": 256000.0,
  3650. "tier_max": null,
  3651. "tier_unit": "tokens",
  3652. "input_price": 3.84,
  3653. "output_price": 38.4,
  3654. "currency": "CNY",
  3655. "unit": "元/每百万tokens",
  3656. "label": "256k<input",
  3657. "discount": 0.8
  3658. },
  3659. {
  3660. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus",
  3661. "model_name": "qwen-plus",
  3662. "tier_min": 0.0,
  3663. "tier_max": 128000.0,
  3664. "tier_unit": "tokens",
  3665. "input_price": 0.64,
  3666. "output_price": 1.6,
  3667. "currency": "CNY",
  3668. "unit": "元/每百万tokens",
  3669. "label": "input<=128k",
  3670. "discount": 0.8
  3671. },
  3672. {
  3673. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-plus",
  3674. "model_name": "qwen-plus",
  3675. "tier_min": 128000.0,
  3676. "tier_max": 256000.0,
  3677. "tier_unit": "tokens",
  3678. "input_price": 1.92,
  3679. "output_price": 16.0,
  3680. "currency": "CNY",
  3681. "unit": "元/每百万tokens",
  3682. "label": "128k<input<=256k",
  3683. "discount": 0.8
  3684. },
  3685. {
  3686. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  3687. "model_name": "qwen-vl-max",
  3688. "tier_min": null,
  3689. "tier_max": null,
  3690. "tier_unit": null,
  3691. "input_price": 120.0,
  3692. "output_price": null,
  3693. "currency": "CNY",
  3694. "unit": "元/每百万tokens",
  3695. "label": "调优",
  3696. "discount": 0.8
  3697. },
  3698. {
  3699. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  3700. "model_name": "qwen-vl-max",
  3701. "tier_min": null,
  3702. "tier_max": null,
  3703. "tier_unit": null,
  3704. "input_price": 1.28,
  3705. "output_price": 3.2,
  3706. "currency": "CNY",
  3707. "unit": "元/每百万tokens",
  3708. "label": "input/output",
  3709. "discount": 0.8
  3710. },
  3711. {
  3712. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  3713. "model_name": "qwen-vl-max",
  3714. "tier_min": null,
  3715. "tier_max": null,
  3716. "tier_unit": null,
  3717. "input_price": 0.64,
  3718. "output_price": null,
  3719. "currency": "CNY",
  3720. "unit": "元/每百万tokens",
  3721. "label": "输入(Batch File)",
  3722. "discount": 0.8
  3723. },
  3724. {
  3725. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  3726. "model_name": "qwen-vl-max",
  3727. "tier_min": null,
  3728. "tier_max": null,
  3729. "tier_unit": null,
  3730. "input_price": 1.6,
  3731. "output_price": null,
  3732. "currency": "CNY",
  3733. "unit": "元/每百万tokens",
  3734. "label": "输出(Batch File)",
  3735. "discount": 0.8
  3736. },
  3737. {
  3738. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-max",
  3739. "model_name": "qwen-vl-max",
  3740. "tier_min": null,
  3741. "tier_max": null,
  3742. "tier_unit": null,
  3743. "input_price": 0.256,
  3744. "output_price": null,
  3745. "currency": "CNY",
  3746. "unit": "元/每百万tokens",
  3747. "label": "输入(缓存命中)",
  3748. "discount": 0.8
  3749. },
  3750. {
  3751. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr",
  3752. "model_name": "qwen-vl-ocr",
  3753. "tier_min": null,
  3754. "tier_max": null,
  3755. "tier_unit": null,
  3756. "input_price": 0.24,
  3757. "output_price": 0.4,
  3758. "currency": "CNY",
  3759. "unit": "元/每百万tokens",
  3760. "label": "input/output",
  3761. "discount": 0.8
  3762. },
  3763. {
  3764. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr",
  3765. "model_name": "qwen-vl-ocr",
  3766. "tier_min": null,
  3767. "tier_max": null,
  3768. "tier_unit": null,
  3769. "input_price": 0.12,
  3770. "output_price": null,
  3771. "currency": "CNY",
  3772. "unit": "元/每百万tokens",
  3773. "label": "输入(Batch File)",
  3774. "discount": 0.8
  3775. },
  3776. {
  3777. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/qwen-vl-ocr",
  3778. "model_name": "qwen-vl-ocr",
  3779. "tier_min": null,
  3780. "tier_max": null,
  3781. "tier_unit": null,
  3782. "input_price": 0.2,
  3783. "output_price": null,
  3784. "currency": "CNY",
  3785. "unit": "元/每百万tokens",
  3786. "label": "输出(Batch File)",
  3787. "discount": 0.8
  3788. },
  3789. {
  3790. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v",
  3791. "model_name": "wan2.6-i2v",
  3792. "tier_min": 0.0,
  3793. "tier_max": 720.0,
  3794. "tier_unit": "seconds",
  3795. "input_price": 0.0,
  3796. "output_price": 0.48,
  3797. "currency": "CNY",
  3798. "unit": "元/每秒",
  3799. "label": "视频生成(720P)",
  3800. "discount": 0.8
  3801. },
  3802. {
  3803. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-i2v",
  3804. "model_name": "wan2.6-i2v",
  3805. "tier_min": 721.0,
  3806. "tier_max": 1080.0,
  3807. "tier_unit": "seconds",
  3808. "input_price": 0.0,
  3809. "output_price": 0.8,
  3810. "currency": "CNY",
  3811. "unit": "元/每秒",
  3812. "label": "视频生成(1080P)",
  3813. "discount": 0.8
  3814. },
  3815. {
  3816. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-image",
  3817. "model_name": "wan2.6-image",
  3818. "tier_min": null,
  3819. "tier_max": null,
  3820. "tier_unit": null,
  3821. "input_price": 0.0,
  3822. "output_price": 0.16,
  3823. "currency": "CNY",
  3824. "unit": "元/每张",
  3825. "label": "图片生成",
  3826. "discount": 0.8
  3827. },
  3828. {
  3829. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2i",
  3830. "model_name": "wan2.6-t2i",
  3831. "tier_min": null,
  3832. "tier_max": null,
  3833. "tier_unit": null,
  3834. "input_price": 0.0,
  3835. "output_price": 0.16,
  3836. "currency": "CNY",
  3837. "unit": "元/每张",
  3838. "label": "图片生成",
  3839. "discount": 0.8
  3840. },
  3841. {
  3842. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v",
  3843. "model_name": "wan2.6-t2v",
  3844. "tier_min": 0.0,
  3845. "tier_max": 720.0,
  3846. "tier_unit": "seconds",
  3847. "input_price": 0.0,
  3848. "output_price": 0.48,
  3849. "currency": "CNY",
  3850. "unit": "元/每秒",
  3851. "label": "视频生成(720P)",
  3852. "discount": 0.8
  3853. },
  3854. {
  3855. "url": "https://bailian.console.aliyun.com/cn-beijing?spm=5176.29619931.J_XNqYbJaEnpB5_cCJf7e6D.1.770b10d7fVCktz&tab=model#/model-market/detail/wan2.6-t2v",
  3856. "model_name": "wan2.6-t2v",
  3857. "tier_min": 721.0,
  3858. "tier_max": 1080.0,
  3859. "tier_unit": "seconds",
  3860. "input_price": 0.0,
  3861. "output_price": 0.8,
  3862. "currency": "CNY",
  3863. "unit": "元/每秒",
  3864. "label": "视频生成(1080P)",
  3865. "discount": 0.8
  3866. }
  3867. ],
  3868. "types": [
  3869. {
  3870. "model_name": "cosyvoice-clone-v1",
  3871. "type": [
  3872. "语音合成"
  3873. ]
  3874. },
  3875. {
  3876. "model_name": "cosyvoice-v3-flash",
  3877. "type": [
  3878. "语音合成"
  3879. ]
  3880. },
  3881. {
  3882. "model_name": "cosyvoice-v3-plus",
  3883. "type": [
  3884. "语音合成"
  3885. ]
  3886. },
  3887. {
  3888. "model_name": "fun-asr-realtime",
  3889. "type": [
  3890. "实时语音识别"
  3891. ]
  3892. },
  3893. {
  3894. "model_name": "paraformer-v1",
  3895. "type": [
  3896. "语音识别"
  3897. ]
  3898. },
  3899. {
  3900. "model_name": "paraformer-v2",
  3901. "type": [
  3902. "语音识别"
  3903. ]
  3904. },
  3905. {
  3906. "model_name": "qwen2.5-vl-embedding",
  3907. "type": [
  3908. "多模态向量"
  3909. ]
  3910. },
  3911. {
  3912. "model_name": "qwen3-asr-flash-realtime",
  3913. "type": [
  3914. "实时语音识别"
  3915. ]
  3916. },
  3917. {
  3918. "model_name": "qwen3-coder-flash",
  3919. "type": [
  3920. "文本生成"
  3921. ]
  3922. },
  3923. {
  3924. "model_name": "qwen3-coder-plus",
  3925. "type": [
  3926. "文本生成"
  3927. ]
  3928. },
  3929. {
  3930. "model_name": "qwen3-max",
  3931. "type": [
  3932. "文本生成"
  3933. ]
  3934. },
  3935. {
  3936. "model_name": "qwen3-omni-flash-realtime",
  3937. "type": []
  3938. },
  3939. {
  3940. "model_name": "qwen3-rerank",
  3941. "type": [
  3942. "向量模型"
  3943. ]
  3944. },
  3945. {
  3946. "model_name": "qwen3-tts-flash-realtime",
  3947. "type": [
  3948. "语音合成"
  3949. ]
  3950. },
  3951. {
  3952. "model_name": "qwen3-vl-flash",
  3953. "type": []
  3954. },
  3955. {
  3956. "model_name": "qwen3-vl-plus",
  3957. "type": []
  3958. },
  3959. {
  3960. "model_name": "qwen3-vl-rerank",
  3961. "type": [
  3962. "向量模型"
  3963. ]
  3964. },
  3965. {
  3966. "model_name": "qwen-flash",
  3967. "type": [
  3968. "文本生成"
  3969. ]
  3970. },
  3971. {
  3972. "model_name": "qwen-image",
  3973. "type": [
  3974. "图像生成"
  3975. ]
  3976. },
  3977. {
  3978. "model_name": "qwen-image-edit",
  3979. "type": [
  3980. "图像生成"
  3981. ]
  3982. },
  3983. {
  3984. "model_name": "qwen-image-plus",
  3985. "type": [
  3986. "图像生成"
  3987. ]
  3988. },
  3989. {
  3990. "model_name": "qwen-mt-image",
  3991. "type": [
  3992. "图像生成"
  3993. ]
  3994. },
  3995. {
  3996. "model_name": "qwen-plus",
  3997. "type": [
  3998. "文本生成"
  3999. ]
  4000. },
  4001. {
  4002. "model_name": "qwen-vl-max",
  4003. "type": []
  4004. },
  4005. {
  4006. "model_name": "qwen-vl-ocr",
  4007. "type": []
  4008. },
  4009. {
  4010. "model_name": "wan2.6-i2v",
  4011. "type": [
  4012. "视频生成"
  4013. ]
  4014. },
  4015. {
  4016. "model_name": "wan2.6-image",
  4017. "type": [
  4018. "图像生成"
  4019. ]
  4020. },
  4021. {
  4022. "model_name": "wan2.6-t2i",
  4023. "type": [
  4024. "图像生成"
  4025. ]
  4026. },
  4027. {
  4028. "model_name": "wan2.6-t2v",
  4029. "type": [
  4030. "视频生成"
  4031. ]
  4032. }
  4033. ],
  4034. "discount": 0.8
  4035. }