返回顶部
g

geepers-llm

Send requests to the dr.eamer.dev LLM API for chat completions, vision analysis, image generation, text-to-speech, and video generation across 12 model providers. Use when you need to call an external LLM endpoint or want to compare responses across providers.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
590
下载量
0
收藏
概述
安装方式
版本历史

geepers-llm

# Dreamer LLM Access 12 LLM providers through a single unified API at `https://api.dr.eamer.dev`. ## Authentication Set your API key in an environment variable or pass it per-request: ```bash export DREAMER_API_KEY=your_key_here ``` Get a key: email luke@lukesteuber.com or visit https://dr.eamer.dev ## Endpoints ### Chat Completion ``` POST https://api.dr.eamer.dev/v1/llm/chat Headers: X-API-Key: $DREAMER_API_KEY Body: { "model": "claude-sonnet-4-5-20250929", "messages": [{"role": "user", "content": "Hello"}], "provider": "anthropic" } ``` ### Available Providers `anthropic`, `openai`, `xai`, `mistral`, `cohere`, `gemini`, `perplexity`, `groq`, `huggingface`, `ollama` ### List Models ``` GET https://api.dr.eamer.dev/v1/llm/models ``` ### Vision (image analysis) ``` POST https://api.dr.eamer.dev/v1/llm/vision Body: { "model": "claude-sonnet-4-5-20250929", "image_url": "...", "prompt": "Describe this image" } ``` ### Image Generation ``` POST https://api.dr.eamer.dev/v1/llm/image Body: { "prompt": "A sunset over the ocean", "provider": "openai" } ``` ### Text-to-Speech ``` POST https://api.dr.eamer.dev/v1/llm/tts Body: { "text": "Hello world", "voice": "alloy" } ``` ## When to Use - Comparing responses across multiple LLM providers - Accessing providers you don't have direct API keys for - Building applications that need multi-provider LLM access ## Don't Use When - You already have direct API keys for the provider you need - You need streaming responses (use direct provider APIs instead)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 geepers-llm-1776420045 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 geepers-llm-1776420045 技能

通过命令行安装

skillhub install geepers-llm-1776420045

下载 Zip 包

⬇ 下载 geepers-llm v1.0.0

文件大小: 1.46 KB | 发布时间: 2026-4-17 20:12

v1.0.0 最新 2026-4-17 20:12
Initial release of geepers-llm skill.

- Unified API access to 12 LLM providers for chat, vision analysis, image generation, text-to-speech, and video generation.
- Supports: anthropic, openai, xai, mistral, cohere, gemini, perplexity, groq, huggingface, ollama.
- Endpoints for chat completion, model listing, image analysis, image generation, and TTS.
- Designed for easy comparison of LLM provider responses and quick access without direct API keys.
- Simple API key setup via environment variable or per-request header.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部