Presidentlin commited on
Commit
6820aed
·
1 Parent(s): b5df8cb
Files changed (1) hide show
  1. src/lib/data.ts +30 -0
src/lib/data.ts CHANGED
@@ -1010,6 +1010,36 @@ export const mockData: Provider[] = [
1010
  provider: "Nebius AI Studio",
1011
  uri: "https://nebius.com/prices-ai-studio",
1012
  models: [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1013
  {
1014
  name: "deepseek-ai/DeepSeek-V3",
1015
  inputPrice: 0.5,
 
1010
  provider: "Nebius AI Studio",
1011
  uri: "https://nebius.com/prices-ai-studio",
1012
  models: [
1013
+ {
1014
+ name: "Qwen3-235B-A22B",
1015
+ inputPrice: 0.2,
1016
+ outputPrice: 0.6,
1017
+ },
1018
+ {
1019
+ name: "Qwen 3 30B-A3B Base",
1020
+ inputPrice: 0.1,
1021
+ outputPrice: 0.3,
1022
+ },
1023
+ {
1024
+ name: "Qwen 3 30B-A3B Fast",
1025
+ inputPrice: 0.3,
1026
+ outputPrice: 0.9,
1027
+ },
1028
+ {
1029
+ name: "Qwen 3 32B",
1030
+ inputPrice: 0.1,
1031
+ outputPrice: 0.3,
1032
+ },
1033
+ {
1034
+ name: "Qwen 3 14B",
1035
+ inputPrice: 0.08,
1036
+ outputPrice: 0.24,
1037
+ },
1038
+ {
1039
+ name: "Qwen 3 4B",
1040
+ inputPrice: 0.08,
1041
+ outputPrice: 0.24,
1042
+ },
1043
  {
1044
  name: "deepseek-ai/DeepSeek-V3",
1045
  inputPrice: 0.5,