atlas-labs·语言模型·Community
Atlas Chat 70B
适合助手、支持 Copilot 和结构化生成的产品级对话模型。
看示例、试效果、复制调用代码。
chattool-usestructured-output
API snapshot
ae3bf14
Avg latency
1.8s
价格提示
$0.45 / 1M input tokens
Playground
直接运行这个模型
prediction output
1.7s
结构化产品解释
输出简洁分段、权衡点和下一步建议。
curl
API 示例
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
-H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "atlas-labs/atlas-chat-70b",
"input": {
"system": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10
}'Python
API 示例
import os
import requests
response = requests.post(
"https://www.founderhooks.com/api/v1/predictions",
headers={
"Authorization": "Bearer " + os.environ["FOUNDERHOOKS_API_TOKEN"],
"Content-Type": "application/json",
},
json={
"model": "atlas-labs/atlas-chat-70b",
"input": {
"system": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10,
},
)
print(response.json())可用快照
ae3bf14
stable
改善了工具选择稳定性和 markdown 输出格式。
2026-04-16 · H100
6da029f
stable
降低了支持型 system prompt 场景下的冗长输出。
2026-03-26 · H100
示例输出
1.7s
客服 Copilot 回复
输出简洁分段、权衡点和下一步建议。