Vidu Q3 ve Q3 Pro modellerinde %50 indirim · Yalnızca WaveSpeedAI | 20 Mayıs – 2 Haziran
openai
openai/gpt-3.5-turbo

openai/gpt-3.5-turbo

16,385 context · $0.50/M input tokens · $1.50/M output tokens

GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks. Training data up to Sep 2021.

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$0.50 / M Tokens
Çıkış$1.50 / M Tokens

Modeli dene

openai/gpt-3.5-turbo
Çevrimiçi
openai
Merhaba! Yardımcı bir yapay zeka asistanıyım. Size nasıl yardımcı olabilirim?

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="openai/gpt-3.5-turbo",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Model Tanıtımı

Openai gpt-3.5-turbo

openai gpt-3.5-turbo


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 16385 context window for long document handling
  • Competitive pricing at $0.5/$1.6 per million tokens

Key Features

  • Context Window: 16385 tokens
  • Max Output: 4096 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderOpenai
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window16385 tokens
Max Output4096 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.5
Output$1.6

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: openai/gpt-3.5-turbo


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="openai/gpt-3.5-turbo",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "openai/gpt-3.5-turbo",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: openai/gpt-3.5-turbo
  • Provider: Openai

Bilgi

Sağlayıcıopenai
Türllm

Desteklenen İşlevsellik

Giriş
Metin
Çıkış
Metin
Bağlam16,385
Maks. Çıkış4,096
Vision-
Function Calling✓ Destekleniyor

API Erişim Kılavuzu

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDopenai/gpt-3.5-turbo

GPT 3.5 Turbo API

openai/gpt-3.5-turbo

GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks. Training data up to Sep 2021.

Giriş

$0.5 /M

Çıkış

$1.5 /M

Bağlam

16K

Maks. Çıkış

4K

Araç Kullanımı

Destekleniyor

GPT 3.5 Turbo'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla GPT 3.5 Turbo'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

GPT 3.5 Turbo hakkında sık sorulan sorular

GPT 3.5 Turbo API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.50 ve milyon çıkış tokenı başına $1.50. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

GPT 3.5 Turbo'in bağlam penceresi nedir?+

GPT 3.5 Turbo istek başına 16K bağlam tokenını ve 4K çıkış tokenını destekler.

GPT 3.5 Turbo OpenAI uyumlu mu?+

Evet. WaveSpeedAI, GPT 3.5 Turbo modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

GPT 3.5 Turbo'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar GPT 3.5 Turbo'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri