Google Gemini · Schema

EmbedContentResponse

The response to an EmbedContentRequest.

Agentic AIArtificial IntelligenceCode GenerationEmbeddingsGenerative AIImage GenerationLLMMachine LearningMultimodal

Properties

Name Type Description
embedding object
View JSON Schema on GitHub

JSON Schema

google-gemini-embedcontentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmbedContentResponse",
  "title": "EmbedContentResponse",
  "type": "object",
  "description": "The response to an EmbedContentRequest.",
  "properties": {
    "embedding": {
      "$ref": "#/components/schemas/ContentEmbedding"
    }
  }
}