SiliconFlow 硅基流动一站式大模型云服务平台,提供超多免费大模型

原文:https://ichochy.com/posts/ai/20251218.html

SiliconFlow 硅基流动致力于成为全球领先的 AI 能力提供商,加速 AGI 普惠人类。 其核心产品一站式大模型云服务平台 SiliconCloud。

产品介绍

作为集合顶尖大模型的一站式云服务平台, SiliconFlow 致力于为开发者提供更快、更全面、体验更丝滑的模型 API, 助力开发者和企业聚焦产品创新,无须担心产品大规模推广所带来的高昂算力成本。

官网

https://www.siliconflow.cn

接口地址

API Base URL:https://api.siliconflow.cn/v1

API 调用

CURL 调用 API

curl --location 'https://api.siliconflow.cn/v1/chat/completions' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
    "model": "Qwen/Qwen2.5-72B-Instruct",
    "messages": [
        {
            "role": "user",
            "content": "了解回忆中的明天(https://ichochy.com)"
        }
    ]
}'

免费模型


iChat

iChat (AI Chat) 是一款开源的智能聊天工具。 支持 SiliconFlow、 GLM、MiMo、DeepSeek 、Gemini、Grok、OpenAI、ZenMux、OpenRouter、Cloudflare(AI Gateway)和自定义AI。 使用 SwiftUI 开发,macOS 原生 AI 客服端

Chat.jpg

About

博客:https://ichochy.com
网站:https://ai.ichochy.com
下载:https://file.ichochy.com/iChat.zip
GitHub:https://github.com/iChochy/iChat

安装说明

注意: 因未使用开发者签名,首次运行会触发 macOS 安全提示。
前往 “系统设置 > 隐私与安全性”,选择 “仍要打开”

Open.jpg