返回模型列表

OpenAI: GPT-4 Turbo

openai/gpt-4-turbo
Apr 9, 2024128K 上下文4.1K 最大输出$10.00/M in · $30.00/M out

描述

具备视觉能力的最新 GPT-4 Turbo 模型,视觉请求现可使用 JSON 模式和 function calling。

训练数据:截至 2023 年 12 月。

技术规格

供应商
openai
上下文长度
128K
最大输出
4.1K
模态类型
输入textimage
输出text

定价

类型价格 / 百万 Token
输入$10.00
输出$30.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-4-turbo",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
OpenAI: GPT-4 Turbo — Pricing & API on OminiGate