Back to Models
OpenAI: GPT-4 (older v0314)
openai/gpt-4-0314May 28, 20238.2K context4.1K max output$30.00/M in · $60.00/M out
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.
Specifications
Provider
openai
Context Length
8.2K
Max Output
4.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $30.00 |
| Output | $60.00 |
Quick Start
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-0314",
"messages": [{"role": "user", "content": "Hello!"}]
}'