Baichuan4 Turbo
Baichuan4-TurboPricing
- Input Tokens: $2.4 /M tokens
- Output Tokens: $2.4 /M tokens
Input Modalities
Try this model
Python
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://shkq.org/v1",
)
response = client.chat.completions.create(
model="Baichuan4-Turbo",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
How much does Baichuan4 Turbo cost?
On AIHubMix, Baichuan4 Turbo costs $2.4 per million input tokens and $2.4 per million output tokens.
How do I call Baichuan4 Turbo via API?
Who created Baichuan4 Turbo?
More models from Baichuan
Input:$ 1.9 /M
Output:$ 1.9 /M
Context:-
TTFT:-
Throughput:-
Input:$ 3.8 /M
Output:$ 3.8 /M
Context:-
TTFT:-
Throughput:-
Input:$ 16 /M
Output:$ 16 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.16 /M
Output:$ 0.16 /M
Context:-
TTFT:-
Throughput:-
© 2023 - 2026 AIHubMix, LLC