返回模型列表
OpenAI: GPT-3.5 Turbo Instruct
openai/gpt-3.5-turbo-instructSep 28, 20234.1K 上下文4.1K 最大输出$1.50/M in · $2.00/M out
描述
GPT-3.5 Turbo 的指令型变体,面向 instructional prompt 调优,移除了 chat 相关的优化。训练数据:截至 2021 年 9 月。
技术规格
供应商
openai
上下文长度
4.1K
最大输出
4.1K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $1.50 |
| 输出 | $2.00 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-3.5-turbo-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'