FreeLLM 免费 AI 资源索引FreeLLM Free AI Index / 资源详情Offer details

LongCat-2.0 · API + open weightsLongCat-2.0 · API + open weights

Meituan · API + open weightsLongCat

这个资源提供什么What this offer provides

LongCat-2.0 is one model with two access paths: an official API whose free quota is not confirmed, and downloadable weights whose license permits access but still requires storage and GPU infrastructure.LongCat-2.0 is one model with two access paths: an official API whose free quota is not confirmed, and downloadable weights whose license permits access but still requires storage and GPU infrastructure.

关键信息Key details

免费方式Free methodAPI 免费额度未确认;权重免费,算力不免费API access plus downloadable open weights
有效期ValidityAPI 条款待确认;权重遵循 MIT / 模型卡API quota unknown; model license applies to weights
访问条件AccessAPI Email / phone;权重 GlobalAPI email / phone; weights global download path
最后核验Last checked2026-09-06

上下文窗口Context window

256K tokens256K tokens. 来源Source

使用入口Access paths

入口Path用途Use免费状态Free status访问条件Access官方链接Official links
API 调用API
api
在线调用 LongCat APILongCat API免费额度未确认See official termsEmail / phoneEmail / phoneAPI docsAPI docs FAQFAQ
下载权重Access path
open_weights
下载 LongCat-2.0 权重并在本地运行LongCat-2.0权重免费,算力不免费GlobalGlobalOfficial GitHubOfficial GitHub Hugging FaceHugging Face

如何使用How to use

通过 LongCat 官方平台调用模型 API;也可下载权重本地部署LongCat API;

前置条件Prerequisites

步骤Steps

curlcurl

curl --request POST https://api.longcat.chat/openai/v1/chat/completions --header 'Authorization: Bearer ${LONGCAT_API_KEY}' --header 'Content-Type: application/json' --data '{"model":"LongCat-Flash-Chat","messages":[{"role":"user","content":"Hello"}]}'

shellshell

python -m pip install -U huggingface_hub
huggingface-cli download meituan-longcat/LongCat-2.0 --local-dir ./LongCat-2.0

官方来源Official sources

Official API docs confirm API access but do not confirm a durable free quota; the official repository documents LongCat-2.0 downloadable weights and the model license.Official API docs confirm API access but do not confirm a durable free quota; the official repository documents LongCat-2.0 downloadable weights and the model license.

相关资源Related resources