This pull request introduces the qwen model series, including their pricing details, to the model list in the application.
Adds a new data file: Creates src/data/qwen.ts to define the qwen model series, including qwen-long, qwen-turbo, qwen-plus, qwen-max, and several variations of qwen-max with their respective input and output pricing. All models are tagged under 'qwen-series' for easy identification.
Updates the platform list: Modifies src/data/platform.ts to import the newly created price_qwen from src/data/qwen.ts and adds the qwen model series to the platforms record, making it accessible within the application.
Related to #7
This pull request introduces the qwen model series, including their pricing details, to the model list in the application.
src/data/qwen.ts
to define the qwen model series, includingqwen-long
,qwen-turbo
,qwen-plus
,qwen-max
, and several variations ofqwen-max
with their respective input and output pricing. All models are tagged under 'qwen-series' for easy identification.src/data/platform.ts
to import the newly createdprice_qwen
fromsrc/data/qwen.ts
and adds the qwen model series to theplatforms
record, making it accessible within the application.For more details, open the Copilot Workspace session.