@@ -107,7 +107,7 @@ private static void InsertTransactionTypes(ChatsDB db)
107107
108108 private static void InsertModelReferences ( ChatsDB db )
109109 {
110- // Generated from data, hash: 0c2bed38deb285776af261f503e3dd7a41305b0030d209492e606f550b472c33
110+ // Generated from data, hash: 9a260fb4f9f10c860ddfa1eba88bb4f3097caddf475eb39618431604002b38aa
111111 db . ModelReferences . AddRange (
112112 [
113113 new ( ) { Id = 0 , ProviderId = 0 , Name = "Test" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 2.00M , AllowSearch = false , AllowVision = true , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 2048 , MaxResponseTokens = 2048 , TokenizerId = 1 , InputTokenPrice1M = 0.00000M , OutputTokenPrice1M = 0.00000M , CurrencyCode = "RMB" , } ,
@@ -204,6 +204,10 @@ private static void InsertModelReferences(ChatsDB db)
204204 new ( ) { Id = 720 , ProviderId = 7 , Name = "qwen2.5-math-1.5b-instruct" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 1.99M , AllowSearch = false , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 4096 , MaxResponseTokens = 3072 , TokenizerId = null , InputTokenPrice1M = 0.00000M , OutputTokenPrice1M = 0.00000M , CurrencyCode = "RMB" , } ,
205205 new ( ) { Id = 721 , ProviderId = 7 , Name = "qwen2.5-coder-7b-instruct" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 1.99M , AllowSearch = false , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 131072 , MaxResponseTokens = 8192 , TokenizerId = null , InputTokenPrice1M = 1.00000M , OutputTokenPrice1M = 2.00000M , CurrencyCode = "RMB" , } ,
206206 new ( ) { Id = 722 , ProviderId = 7 , Name = "qwen2.5-coder-1.5b-instruct" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 1.99M , AllowSearch = false , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 131072 , MaxResponseTokens = 8192 , TokenizerId = null , InputTokenPrice1M = 0.00000M , OutputTokenPrice1M = 0.00000M , CurrencyCode = "RMB" , } ,
207+ new ( ) { Id = 723 , ProviderId = 7 , Name = "qwq-32b-preview" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 1.99M , AllowSearch = false , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 32768 , MaxResponseTokens = 16384 , TokenizerId = null , InputTokenPrice1M = 3.50000M , OutputTokenPrice1M = 7.00000M , CurrencyCode = "RMB" , } ,
208+ new ( ) { Id = 724 , ProviderId = 7 , Name = "qwen2.5-coder-32b-instruct" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 1.99M , AllowSearch = false , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 131072 , MaxResponseTokens = 8192 , TokenizerId = null , InputTokenPrice1M = 3.50000M , OutputTokenPrice1M = 7.00000M , CurrencyCode = "RMB" , } ,
209+ new ( ) { Id = 725 , ProviderId = 7 , Name = "qwen2.5-coder-14b-instruct" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 1.99M , AllowSearch = false , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 131072 , MaxResponseTokens = 8192 , TokenizerId = null , InputTokenPrice1M = 2.00000M , OutputTokenPrice1M = 6.00000M , CurrencyCode = "RMB" , } ,
210+ new ( ) { Id = 726 , ProviderId = 7 , Name = "qvq-72b-preview" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 1.99M , AllowSearch = false , AllowVision = true , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 32768 , MaxResponseTokens = 16384 , TokenizerId = null , InputTokenPrice1M = 12.00000M , OutputTokenPrice1M = 36.00000M , CurrencyCode = "RMB" , } ,
207211 new ( ) { Id = 800 , ProviderId = 8 , Name = "lite" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 2.00M , AllowSearch = true , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 4096 , MaxResponseTokens = 4096 , TokenizerId = null , InputTokenPrice1M = 0.00000M , OutputTokenPrice1M = 0.00000M , CurrencyCode = "RMB" , } ,
208212 new ( ) { Id = 801 , ProviderId = 8 , Name = "generalv3" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 2.00M , AllowSearch = true , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 8192 , MaxResponseTokens = 8192 , TokenizerId = null , InputTokenPrice1M = 7.00000M , OutputTokenPrice1M = 7.00000M , CurrencyCode = "RMB" , } ,
209213 new ( ) { Id = 802 , ProviderId = 8 , Name = "pro-128k" , ShortName = null , IsLegacy = false , MinTemperature = 0.00M , MaxTemperature = 2.00M , AllowSearch = true , AllowVision = false , AllowSystemPrompt = true , AllowStreaming = true , ContextWindow = 131072 , MaxResponseTokens = 4096 , TokenizerId = null , InputTokenPrice1M = 13.00000M , OutputTokenPrice1M = 13.00000M , CurrencyCode = "RMB" , } ,
0 commit comments