{
  "key": "gpt-3-5-turbo-16k",
  "name": "OpenAI: GPT-3.5 Turbo 16k",
  "description": "Compact GPT model for low-latency assistance and high-volume workloads",
  "lab": "openai",
  "family": "gpt",
  "release_date": "2023-08-28",
  "knowledge": null,
  "open_weights": false,
  "has_free_offering": false,
  "published": true,
  "modalities": {
    "input": [
      "text",
      "pdf"
    ],
    "output": [
      "text"
    ]
  },
  "capabilities": {
    "reasoning": false,
    "tool_call": true,
    "structured_output": true,
    "attachment": true,
    "reasoning_options": null
  },
  "limit": {
    "context": 16385,
    "output": 4096
  },
  "offerings": [
    {
      "provider": "kilo",
      "provider_model_id": "openai/gpt-3.5-turbo-16k",
      "name": "OpenAI: GPT-3.5 Turbo 16k",
      "variants": [],
      "free": false,
      "priced": true,
      "cost": {
        "input": 3,
        "output": 4,
        "cache_read": null,
        "cache_write": null,
        "reasoning": null,
        "context_over_200k": null,
        "tiers": null
      },
      "limit": {
        "context": 16385,
        "output": 4096,
        "input": null
      },
      "status": null,
      "last_updated": "2023-08-28"
    },
    {
      "provider": "openrouter",
      "provider_model_id": "openai/gpt-3.5-turbo-16k",
      "name": "GPT-3.5 Turbo 16k",
      "variants": [],
      "free": false,
      "priced": true,
      "cost": {
        "input": 3,
        "output": 4,
        "cache_read": null,
        "cache_write": null,
        "reasoning": null,
        "context_over_200k": null,
        "tiers": null
      },
      "limit": {
        "context": 16385,
        "output": 4096,
        "input": null
      },
      "status": null,
      "last_updated": "2023-08-28"
    }
  ]
}