One API

OpenAI API 聚合服务,无需关心代理、更优惠的费率

GPT4 全系价格为官方的 1/1.8, 约 4 元人民币兑换 1 美金额度

GPT3.5 全系价格为官方 1/12, 约 0.6 元人民币兑换 1 美金额度

注册立即赠送 1 美金额度

使用示例

# 接口兼容官方 API,仅需替换 API 地址和 $API_KEY

curl https://fast.voxscripts.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $API_KEY" \
-d '{
    "messages": [{"role": "user", "content": "你好"}],
    "model": "gpt-3.5-turbo",
    "stream": false,
    "temperature": 0.7
}'
推荐搭配BotGem全平台客户端软件随时随地使用我们的API
Copyright © 2024 VoxScripts.com