Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-3.5 Turbo

openai/gpt-3.5-turbo

Specification

Published by the vendor; the platform bills at the target's declared price.

OpenAI

GPT-3.5 Turbo

tools

OpenAI 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.

Input $/1M
$0.50
Output $/1M
$1.50
Context
16K
Max output
4K
Released
May 28, 2023
Modalities
text
Intelligence index-
Coding index11
Agentic index-

On this deployment

No routing target resolves to this model yet. Declare one and the router picks it up without retraining.

Not routable here yet
Add a target with metadata.model set to this id.
targets.yamlyaml
# targets.yaml - declare a target that runs GPT-3.5 Turbo
targets:
  - id: gpt-3-5-turbo
    kind: llm
    name: GPT-3.5 Turbo
    metadata:
      model: openai/gpt-3.5-turbo          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 16385
    cost:
      usd_per_1k_tokens: 0.001000