From 159366985052d9bc37c5c0c45f2b7f318a30a73e Mon Sep 17 00:00:00 2001 From: liyb Date: Sat, 15 Aug 2026 19:17:07 +0800 Subject: [PATCH] docs: standardize 2,000+ AI model positioning --- README.es.md | 6 +++--- README.ko.md | 2 +- README.md | 6 +++--- README.zh-CN.md | 6 +++--- package.json | 2 +- server.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.es.md b/README.es.md index 04c0340..1e780b9 100644 --- a/README.es.md +++ b/README.es.md @@ -1,7 +1,7 @@

@sandbaseai/cli

- Dale superpoderes a tu agente de IA. Un comando. 2,000+ modelos de IA y APIs. + Dale superpoderes a tu agente de IA. Un comando. 2,000+ modelos de IA.

English | 中文 | 日本語 | 한국어 | Español | Français | Deutsch | Português @@ -16,7 +16,7 @@ Tu asistente de codificación IA es inteligente, pero está atrapado en una caja. No puede buscar en la web, revisar redes sociales, generar imágenes ni acceder a datos en tiempo real — a menos que conectes cada API manualmente. -**SandBase cambia eso.** Un comando conecta tu agente a 2,000+ modelos de IA y APIs a través del [MCP](https://modelcontextprotocol.io). Sin gestionar claves API. Sin dolores de cabeza de configuración. +**SandBase cambia eso.** Un comando conecta tu agente a 2,000+ modelos de IA a través del [MCP](https://modelcontextprotocol.io). Sin gestionar claves API. Sin dolores de cabeza de configuración. ```sh npx -y @sandbaseai/cli connect @@ -98,7 +98,7 @@ sandbase catalog --json # Listar clientes soportados | Herramienta | Propósito | |-------------|-----------| -| `sandbase_discover` | Buscar entre 2,000+ modelos y APIs | +| `sandbase_discover` | Buscar entre 2,000+ modelos de IA | | `sandbase_inspect` | Obtener esquema, precios y plantilla | | `sandbase_run` | Ejecutar un modelo o API | | `sandbase_run_get` | Consultar estado de tareas asíncronas | diff --git a/README.ko.md b/README.ko.md index f972182..6576d96 100644 --- a/README.ko.md +++ b/README.ko.md @@ -100,7 +100,7 @@ sandbase catalog --json # 지원 클라이언트 목록 | 도구 | 용도 | |------|------| -| `sandbase_discover` | 2,000+ 모델과 API 검색 | +| `sandbase_discover` | 2,000+ AI 모델 검색 | | `sandbase_inspect` | 입력 스키마, 가격, 실행 템플릿 확인 | | `sandbase_run` | 모델 또는 API 실행 | | `sandbase_run_get` | 비동기 작업 상태/결과 조회 | diff --git a/README.md b/README.md index be5ce4b..9fbb5e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

@sandbaseai/cli

- Give your AI agent superpowers. One command. 2,000+ AI models and APIs. + Give your AI agent superpowers. One command. 2,000+ AI models.

English | 中文 | 日本語 | 한국어 | Español | Français | Deutsch | Português @@ -23,7 +23,7 @@ Your AI coding assistant is smart, but it's trapped in a box. It can't search the web, check social media, generate images, or access real-time data — unless you wire up each API yourself. -**SandBase changes that.** One command connects your agent to 2,000+ AI models and APIs through the [Model Context Protocol](https://modelcontextprotocol.io). No API keys to manage. No configuration headaches. +**SandBase changes that.** One command connects your agent to 2,000+ AI models through the [Model Context Protocol](https://modelcontextprotocol.io). No API keys to manage. No configuration headaches. ```sh npx -y @sandbaseai/cli connect @@ -191,7 +191,7 @@ sandbase catalog --json # List all supported clients | Tool | Purpose | |------|---------| -| `sandbase_discover` | Search all 2,000+ available models and APIs | +| `sandbase_discover` | Search all 2,000+ available AI models | | `sandbase_inspect` | Get input schema, pricing, and ready-to-use template | | `sandbase_run` | Execute a model or API endpoint | | `sandbase_run_get` | Poll status/result of an async run (video gen, etc.) | diff --git a/README.zh-CN.md b/README.zh-CN.md index 4400534..8c9d8b4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,7 +1,7 @@

@sandbaseai/cli

- 让你的 AI 助手拥有超能力。一行命令,2,000+ AI 模型和 API。 + 让你的 AI 助手拥有超能力。一行命令,2,000+ AI 模型。

English | 中文 | 日本語 | 한국어 | Español | Français | Deutsch | Português @@ -23,7 +23,7 @@ 你的 AI 编程助手很聪明,但它被困在一个盒子里。它不能搜索网页、查看社交媒体、生成图片、或获取实时数据 — 除非你自己逐个对接每个 API。 -**SandBase 改变了这一切。** 一行命令,通过 [Model Context Protocol](https://modelcontextprotocol.io) 将你的 Agent 连接到 2,000+ AI 模型和 API。不用管理 API Key,不用折腾配置。 +**SandBase 改变了这一切。** 一行命令,通过 [Model Context Protocol](https://modelcontextprotocol.io) 将你的 Agent 连接到 2,000+ AI 模型。不用管理 API Key,不用折腾配置。 ```sh npx -y @sandbaseai/cli connect @@ -191,7 +191,7 @@ sandbase catalog --json # 列出所有支持的客户端 | 工具 | 用途 | |------|------| -| `sandbase_discover` | 搜索全部 2,000+ 可用模型和 API | +| `sandbase_discover` | 搜索全部 2,000+ 可用 AI 模型 | | `sandbase_inspect` | 获取输入参数、定价和调用模板 | | `sandbase_run` | 执行模型或 API | | `sandbase_run_get` | 轮询异步任务状态/结果(视频生成等) | diff --git a/package.json b/package.json index e096227..11fec23 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sandbaseai/cli", "version": "0.1.15", "mcpName": "io.github.sandbaseai/cli", - "description": "Connect 2,000+ AI models and APIs to Cursor, Claude Code, Codex, Windsurf, and other MCP clients", + "description": "Connect 2,000+ AI models to Cursor, Claude Code, Codex, Windsurf, and other MCP clients", "type": "module", "bin": { "sandbase": "dist/cli.js" diff --git a/server.json b/server.json index 7537488..20813e8 100644 --- a/server.json +++ b/server.json @@ -2,7 +2,7 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.sandbaseai/cli", "title": "SandBase", - "description": "Connect MCP clients to 2,000+ AI models and APIs without managing provider API keys.", + "description": "Connect MCP clients to 2,000+ AI models without managing provider API keys.", "version": "0.1.15", "repository": { "url": "https://github.com/sandbaseai/cli",