Models/openai/OpenAI: GPT-4 (older v0314)
openai

OpenAI: GPT-4 (older v0314)

8K context$30.00/M input$60.00/M output
openai/gpt-4-0314

Description

GPT-4-0314 is the first version of GPT-4 released, with a context length of 8,192 tokens, and was supported until June 14. Training data: up to Sep 2021.

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4-0314",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextOutput: Text

Pricing

Input$30.00/M
Output$60.00/M
Context8K tokens

Model Info

Provideropenai
IDopenai/gpt-4-0314