NVIDIA NIM 开发平台,提供超多免费大模型

NVIDIA NIM(NVIDIA Inference Microservices)是英伟达推出的 AI 推理微服务,用于把 AI 模型(尤其是大模型)快速、稳定、高性能地部署成可用的在线服务。

产品介绍

提供单一的API端点提供对顶级模型的访问,用于广泛的任务,包括:聊天、指令跟随、回答问题、总结、创意文本生成和代码生成。

官网

https://build.nvidia.com

接口地址

API Base URL:https://integrate.api.nvidia.com

API 调用

CURL 调用 API

curl --request POST \
     --url https://integrate.api.nvidia.com/v1/chat/completions \
     --header 'accept: application/json' \
     --header 'authorization: Bearer $NVIDIA_API_KEY' \
     --header 'content-type: application/json' \
     --data '{
  "model": "deepseek-ai/deepseek-r1",
  "temperature": 0.6,
  "top_p": 0.7,
  "frequency_penalty": 0,
  "presence_penalty": 0,
  "max_tokens": 4096,
  "stream": false
}'

免费模型

  • minimaxai/minimax-m2.1
  • z-ai/glm4.7
  • deepseek-ai/deepseek-rl
  • gwen/qwen2.5-coder-32b-instruct
  • openai/gpt-oss-120b
  • google/gemma-3-27b-it
  • meta/llama-4-maverick-17b-128e-instruct
  • mistralai/devstral-2-123b-instruct-2512
  • 超多免费模型使用……

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

posted @ 2026-01-04 16:17  iChochy  阅读(1622)  评论(0)    收藏  举报