Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-3.5 Turbo (older v0613)

openai/gpt-3.5-turbo-0613

Specification

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

OpenAI

GPT-3.5 Turbo (older v0613)

tools

OpenAI openai/gpt-3.5-turbo-0613

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
$1.00
Output $/1M
$2.00
Context
4K
Max output
4K
Released
Jan 25, 2024
Modalities
text

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 (older v0613)
targets:
  - id: gpt-3-5-turbo-0613
    kind: llm
    name: GPT-3.5 Turbo (older v0613)
    metadata:
      model: openai/gpt-3.5-turbo-0613          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 4095
    cost:
      usd_per_1k_tokens: 0.001500