Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-3.5 Turbo 16k

openai/gpt-3.5-turbo-16k

Specification

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

OpenAI

GPT-3.5 Turbo 16k

tools

OpenAI openai/gpt-3.5-turbo-16k

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

Input $/1M
$3.00
Output $/1M
$4.00
Context
16K
Max output
4K
Released
Aug 28, 2023
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 16k
targets:
  - id: gpt-3-5-turbo-16k
    kind: llm
    name: GPT-3.5 Turbo 16k
    metadata:
      model: openai/gpt-3.5-turbo-16k          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: true
      context_window: 16385
    cost:
      usd_per_1k_tokens: 0.003500