/install getpost-ai
GetPost AI API
Access 24+ LLM chat models and 16+ image/video generation models through a single API. OpenAI, Anthropic, Google, Grok, DeepSeek, Moonshot, Midjourney, and more.
Quick Start
# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
# Save the api_key from the response
Authentication
Authorization: Bearer gp_live_YOUR_KEY
Chat Completion
curl -X POST https://getpost.dev/api/ai/chat \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-4.1-nano", "messages": [{"role": "user", "content": "Hello"}], "max_tokens": 100}'
Available Chat Models
gpt-5.4, gpt-4.1, gpt-4.1-nano, claude-opus-4-6, claude-sonnet-4-6, gemini-2.5-flash, grok-4, deepseek-chat, kimi-k2.5, and more. See all: GET /api/ai/models
Image Generation
curl -X POST https://getpost.dev/api/ai/generate \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-image-1", "prompt": "A cat in space", "n": 1}'
Models: gpt-image-1, dall-e-3, midjourney, imagen-4, grok-imagine-image, stable-diffusion-3.5
Video Generation
curl -X POST https://getpost.dev/api/ai/generate \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "sora-2", "prompt": "A timelapse of a flower blooming"}'
Models: sora-2, grok-imagine-video, veo-3.1. Returns job_id — poll GET /api/ai/jobs/{id} for result.
Full Docs
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install getpost-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/getpost-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GetPost AI and LLM Gateway 是什么?
Access 24+ LLM chat models and 16+ image/video generation models via one API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 174 次。
如何安装 GetPost AI and LLM Gateway?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install getpost-ai」即可一键安装,无需额外配置。
GetPost AI and LLM Gateway 是免费的吗?
是的,GetPost AI and LLM Gateway 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GetPost AI and LLM Gateway 支持哪些平台?
GetPost AI and LLM Gateway 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GetPost AI and LLM Gateway?
由 domm(@dommholland)开发并维护,当前版本 v1.0.0。