Aurixel
模型/speechmatics/speechmatics-standard
S
speechmatics
免费

speechmatics-standard

文本
输入
Free
/M tokens
输出
Free
/M tokens

暂无该模型的描述信息。

快速开始

python
from openai import OpenAI

client = OpenAI(
  api_key="$CK_KEY",
  base_url="https://conduit-api.aurixel.ai/v1",
)
resp = client.chat.completions.create(
  model="speechmatics-standard",
  messages=[{"role": "user", "content": "Hi!"}],
)
print(resp.choices[0].message.content)

来自 speechmatics 的其他模型