$5.00
当前余额
0
API调用
0
Token消耗
Free
当前套餐

AI 对话

你好!我是UGOOE AI助手。试试问我任何问题!
(每次对话消耗少量余额)

API 设置

ugooe_20c7742523...8f90f8c4
https://ai.ugooe.cn/api/chat
deepseek-chat
$5.00

快速集成 - 代码示例

# Python示例 - 调用UGOOE AI API
import requests

API_KEY = "ugooe_YOUR_API_KEY_HERE"
url = "https://ai.ugooe.cn/api/chat"

response = requests.post(url, params={"api_key": API_KEY}, json={
    "message": "用Python写一个快速排序",
    "model": "deepseek-chat",
    "max_tokens": 1000
})

print(response.json()["response"])

为什么选择UGOOE AI API?