首页/gpt-5.6-sol-es
OpenAI

gpt-5.6-sol-es

gpt-5.6-sol-es
Price
Input$0.4per million tokens$4per million tokens
Cached writes(30m)$0.5per million tokens$5per million tokens
Cached reads$0.04per million tokens$0.4per million tokens
Output$2per million tokens$20per million tokens
Tiered billing
Input length per requestInputCached writes(30m)Cached readsOutput price
0 < tokens <= 272K$0.4$0.5$0.04$2
272K < tokens <= 372K$0.8$1$0.08$3

Use the following code example to integrate our API:

1from openai import OpenAI
2
3client = OpenAI(
4    api_key="<Your API Key>",
5    base_url="https://api.highwayapi.ai/openai"
6)
7
8response = client.chat.completions.create(
9    model="gpt-5.6-sol-es",
10    messages=[
11        {"role": "system", "content": "You are a helpful assistant."},
12        {"role": "user", "content": "Hello, how are you?"}
13    ],
14    max_tokens=128000,
15    temperature=0.7
16)
17
18print(response.choices[0].message.content)

Information

Provider
Quantization
-

Supported Features

Context Length
372K
Maximum Output
128K
Function Calling
Supported
Structured Outputs
Supported
Reasoning
Supported
serverless
Supported
Input Capabilities
text, image
Output Capabilities
text
联系我们