You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
205 B

  1. package ali
  2. var ModelList = []string{
  3. "qwen-turbo",
  4. "qwen-plus",
  5. "qwen-max",
  6. "qwen-max-longcontext",
  7. "qwq-32b",
  8. "qwen3-235b-a22b",
  9. "text-embedding-v1",
  10. "gte-rerank-v2",
  11. }
  12. var ChannelName = "ali"