Skip to content
OpenSmartRoute
Model catalogue
OpenAI

OpenAI

GPT-3.5 Turbo Instruct

openai/gpt-3.5-turbo-instruct

Specification

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

OpenAI

GPT-3.5 Turbo Instruct

OpenAI openai/gpt-3.5-turbo-instruct

This model is a variant of GPT-3.5 Turbo tuned for instructional prompts and omitting chat-related optimizations. Training data: up to Sep 2021.

Input $/1M
$1.50
Output $/1M
$2.00
Context
4K
Max output
4K
Released
Sep 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 Instruct
targets:
  - id: gpt-3-5-turbo-instruct
    kind: llm
    name: GPT-3.5 Turbo Instruct
    metadata:
      model: openai/gpt-3.5-turbo-instruct          # links the target to this catalogue entry
    capabilities:
      domains: [general]
      supports_tools: false
      context_window: 4095
    cost:
      usd_per_1k_tokens: 0.001750