欢迎回来

登录 EAKE AI,继续您的智能之旅

忘记密码?
还没有账号?立即注册

讯飞星火 X1 Turbo

2026-05-21 · 模型库

讯飞星火 X1 Turbo

发布时间:2026年4月
开发商:科大讯飞(iFlytek)

核心参数

参数数值
总参数量70B
上下文128K
训练平台全国产算力

核心特点

  • 全国产算力训练
  • 70B参数实现o1级别
  • 数学推理领先
  • 工业场景优化
  • 130+语种

API 调用

import requests
url = "https://api.xf-yun.com/v1/chat/completions"
headers = {"Authorization": "Bearer your-api-key", "Content-Type": "application/json"}
data = {"model": "x1-turbo", "messages": [{"role": "user", "content": "你好!"}]}
response = requests.post(url, headers=headers, json=data)
print(response.json()["choices"][0]["message"]["content"])

评论区

发表评论