Models Openai OpenAI: GPT-3.5 Turbo 16k
OP

OpenAI: GPT-3.5 Turbo 16k

openai/gpt-3.5-turbo-16k
Support để BizCity tiếp tục mở miễn phí model catalog Nếu trang model này hữu ích cho bạn, một khoản ủng hộ nhỏ sẽ giúp chúng tôi duy trì tài liệu và trải nghiệm dùng thử miễn phí.
☕ Support / Donate
16K tokens
Context
$3.00/M tokens
Input
$4.00/M tokens
Output
Th8 28, 2023
Released

Mô tả

This model offers four times the context length of gpt-3.5-turbo, allowing it to support approximately 20 pages of text in a single request at a higher cost. Training data: up...

Nhà cung cấp

Openai

🚀 Dùng thử ngay

Trải nghiệm OpenAI: GPT-3.5 Turbo 16k miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi OpenAI: GPT-3.5 Turbo 16k từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Ủng hộ BizCity nếu bạn thấy catalog này hữu ích Nếu nội dung này hữu ích, bạn có thể ủng hộ để BizCity tiếp tục duy trì các bản miễn phí.
☕ Support / Donate
Quickstart — cURL
curl https://bizgpt.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-3.5-turbo-16k",
    "messages": [{"role":"user","content":"Hello!"}]
  }'