【已结束】我也转个羊毛,免费的glm-5.1,glm-5,ds-v4-pro等

https://aigc.mgtv.com/develop/docs#text-models

芒果TV的

2 个赞

666,芒果tv都来抢这个饭碗了

1 个赞

哈哈哈他们主要还是出的图片和视频的模型,有个视频生成的应用,然后api里顺带有文本模型的api羊毛可以薅

:rofl:真的是只有想不到,没有做不到

2 个赞

好家伙,这玩意还能做视频?多模态的算力要得更多吧,文本这点算力是不是就是毛毛雨

专业做视频的 :joy:

1 个赞

快做个《万亿token》出来

太棒了,爱上小飞机 :rose:

1 个赞

视频模型在opencode中调用失败,显示积分不足,这是怎么回事?
图片模型和文本模型都能正常使用。

佬,你的文本模型是在OpenCode中怎么用的,不是要5个请求头吗,你自己封装了一下?

直接配就行不用配请求头

1 个赞

在 opencode.json 中添加 mgtv provider:
{
“provider”: {
“mgtv”: {
“npm”: “@ai-sdk/openai-compatible”,
“options”: {
“baseURL”: “https://aigc-llm.mgtv.com/v1”,
“apiKey”: “{env:MGTV_SK}”
},
“models”: {
“qwen3.6-flash”: {
“name”: “Qwen3.6 Flash”,
“modalities”: {
“input”: [“text”],
“output”: [“text”]
}
},
“qwen3.6-plus”: {
“name”: “Qwen3.6 Plus”,
“modalities”: {
“input”: [“text”],
“output”: [“text”]
}
},
“deepseek-v4-pro”: {
“name”: “DeepSeek V4 Pro”,
“modalities”: {
“input”: [“text”],
“output”: [“text”]
}
},
“deepseek-v4-flash”: {
“name”: “DeepSeek V4 Flash”,
“modalities”: {
“input”: [“text”],
“output”: [“text”]
}
},
“glm-5.1”: {
“name”: “GLM 5.1”,
“modalities”: {
“input”: [“text”],
“output”: [“text”]
}
},
“glm-5”: {
“name”: “GLM 5”,
“modalities”: {
“input”: [“text”],
“output”: [“text”]
}
}
}
}
}
}
关键点:

  • apiKey 使用 “{env:MGTV_SK}” 语法,从环境变量读取
  • baseURL 固定为 https://aigc-llm.mgtv.com/v1
  • 使用 @ai-sdk/openai-compatible 驱动(兼容 OpenAI 协议)
  • 确保环境变量 MGTV_SK 已正确设置(值为 sk- 开头的密钥)
1 个赞


这个图片模型有点厉害的,也可以配置上玩玩,加个mcp就行。视频需要积分,我没弄明白。

1 个赞

速度还挺快的,可惜就到月底就结束了 :sweat_smile:

据说从昨天一个报错信息中看到,其实是芒果TV买的阿里百炼的免费给我们蹬

速度真的很快

最好加上limit
最新模型列表:https://aigc-llm.mgtv.com/v1/models

{
  "npm": "@ai-sdk/openai-compatible",
  "options": {
    "baseURL": "https://aigc-llm.mgtv.com/v1",
    "apiKey": "{env:MGTV_SK}",
    "setCacheKey": true
  },
  "models": {
    "deepseek-v4-flash": {
      "name": "deepseek-v4-flash",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "options": {
        "thinking": {
          "budgetTokens": 16384,
          "type": "enabled"
        }
      },
      "limit": {
        "context": 1048576,
        "output": 393216,
        "input": 1000000
      }
    },
    "deepseek-v4-pro": {
      "name": "deepseek-v4-pro",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "options": {
        "thinking": {
          "budgetTokens": 16384,
          "type": "enabled"
        }
      },
      "limit": {
        "context": 1048576,
        "output": 393216,
        "input": 1000000
      }
    },
    "glm-5": {
      "name": "glm-5",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 204800,
        "output": 131072,
        "input": 204800
      }
    },
    "glm-5.1": {
      "name": "glm-5.1",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 204800,
        "output": 131072,
        "input": 204800
      }
    },
    "qwen3-vl-plus": {
      "name": "qwen3-vl-plus",
      "modalities": {
        "input": [
          "text",
          "image"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 262144,
        "output": 32768,
        "input": 258048
      }
    },
    "qwen3.5-plus": {
      "name": "qwen3.5-plus",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 1048576,
        "output": 65536,
        "input": 1006592
      }
    },
    "qwen3.6-flash": {
      "name": "qwen3.6-flash",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 1048576,
        "output": 65536,
        "input": 1006592
      }
    },
    "qwen3.7-max": {
      "name": "qwen3.7-max",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 1048576,
        "output": 65536,
        "input": 1006592
      }
    },
    "qwen3.6-plus": {
      "name": "qwen3.6-plus",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 1048576,
        "output": 65536,
        "input": 1006592
      }
    },
    "qwen3.6-max-preview": {
      "name": "qwen3.6-max-preview",
      "modalities": {
        "input": [
          "text"
        ],
        "output": [
          "text"
        ]
      },
      "limit": {
        "context": 262144,
        "output": 65536,
        "input": 245760
      }
    }
  }
}

号池还有12个号,拿去蹬https://api.888avi.cc/ sk-QZjUuRea3rdLzC euvcutYwa71xVDuoVaUG3mCKsjecwX8a2V

2 个赞

:sad_but_relieved_face: 刚看到就过期

你做的吗?界面相当哇塞啊,666+

我哪有这能力,芒果TV的啊 :sweat_smile: