Letta · Schema

ChatCompletionContentPartImageParam

Learn about [image inputs](https://platform.openai.com/docs/guides/vision).

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
image_url object
type string
View JSON Schema on GitHub

JSON Schema

letta-chatcompletioncontentpartimageparam-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChatCompletionContentPartImageParam",
  "title": "ChatCompletionContentPartImageParam",
  "properties": {
    "image_url": {
      "$ref": "#/components/schemas/ImageURL"
    },
    "type": {
      "type": "string",
      "const": "image_url",
      "title": "Type"
    }
  },
  "type": "object",
  "required": [
    "image_url",
    "type"
  ],
  "description": "Learn about [image inputs](https://platform.openai.com/docs/guides/vision)."
}