← 返回
内容创作 Key 中文

Prefy

Connect to Prefy AI platform — Conductor API (19 models, OpenAI-compatible), server management, web search, image generation, phone calls (AutoCall). Use whe...
连接到 Prefy AI 平台——Conductor API(19 种模型,兼容 OpenAI),提供服务器管理、网络搜索、图像生成、电话通话(AutoCall)。使用 ...
runrelay
内容创作 clawhub v1.0.0 1 版本 99859.9 Key: 需要
★ 0
Stars
📥 713
下载
💾 12
安装
1
版本
#latest

概述

Prefy — AI Platform Skill

Quick Start

# Chat completion (OpenAI-compatible, streaming)
curl https://prefy.com/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $PREFY_API_KEY" \
  -d '{"model":"conductor:fast","messages":[{"role":"user","content":"Hello"}],"stream":true}'

Authentication

All endpoints require Authorization: Bearer header.

  • Conductor API: Use Prefy API key (starts with pc_)
  • Server/Agent APIs: Use Supabase JWT token

Conductor AI — Smart Model Router

POST https://prefy.com/api/v1/chat/completions

OpenAI-compatible. Drop-in replacement. Supports streaming.

Models

ModelBest ForSpeed
------------------------
conductorAuto-route to best modelAuto
conductor:fastSpeed priority
conductor:qualityQuality priorityMedium
conductor:creativeCreative tasksMedium
conductor:privatePrivacy priorityVaries
gemini-flashQuick tasks
gemini-proGeneral purposeFast
gpt-4oBest all-roundFast
gpt-4o-miniBudget tasks
claude-sonnetAnalysis, writingFast
deepseek-v3Code, mathFast
deepseek-r1Chain-of-thoughtMedium
llama-70bComplex reasoningMedium
groq-llamaSpeed-critical
qwen-7bMultilingualFast

Strategies

Append strategy to conductor model name:

  • :fast — Gemini Flash / Groq (cheapest, fastest)
  • :quality — GPT-4o / Claude (best quality)
  • :creative — High temperature, diverse outputs
  • :private — Routes through privacy-first providers

Web Search

POST https://prefy.com/api/v1/search

{"query": "latest AI news", "max_results": 5}

Returns Tavily search results with snippets.

Image Generation

POST https://prefy.com/api/v1/images/generate

{"prompt": "a sunset over mountains", "model": "flux-schnell"}

Returns base64 image. Uses Together AI FLUX Schnell (free tier).

Server Management

Provision and manage dedicated VPS servers.

  • POST /api/v1/servers/checkout — Create Stripe checkout for server plan
  • POST /api/v1/servers/command — Send command to server agent
  • GET /api/v1/servers/hetzner — List user's servers

Server Plans

PlanPriceSpecs
--------------------
starter$9.99/mo2 vCPU, 2GB RAM, 40GB SSD
plus$14.99/mo4 vCPU, 8GB RAM, 80GB SSD
pro$29.99/mo8 vCPU, 16GB RAM, 160GB SSD

Agent Commands

Send via POST /api/v1/servers/command:

{"serverId": "...", "command": "stats"}

Available: stats, ollama list/pull/run/rm, cron list/add/remove, bot connect/stop/status, shell

Agent API

POST https://prefy.com/api/v1/agent

Intelligent agent with memory, web search, intent detection.

{"message": "Find flights from Dubai to London next week", "userId": "..."}

Auto-detects intent: chat, search, flights, hotels, call.

AutoCall (Phone Calls)

POST https://prefy.com/api/v1/autocall

AI phone calls to restaurants/hotels (Vapi + ElevenLabs).

{
  "phone": "+971...",
  "venue_name": "Restaurant Name",
  "task": "Book table for 2, Friday 8pm",
  "language": "en"
}

Events & Activities

GET https://prefy.com/api/v1/events?city=Dubai

Returns upcoming events and activities for a city.

Rate Limits

TierRequests/day
-------------------
Free10
Starter ($4.99/mo)100
Pro ($14.99/mo)500
BYOKUnlimited

Docs

Full documentation: https://prefy.com/docs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 08:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,867
developer-tools

Runrelay

runrelay
通过RunRelay API搜索并预订航班、酒店及旅游,覆盖300多家航空公司,包括瑞安航空、维兹航空、易捷航空等低成本航空,其他API难以比肩。
★ 0 📥 711
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,205