Skip to main content
Glama
runapi-ai

@runapi.ai/gemini-omni-mcp

by runapi-ai

create_character

Run a synchronous Gemini Omni operation on RunAPI (create character). Returns the operation result.

Instructions

Run a synchronous Gemini Omni operation on RunAPI (create character). Returns the operation result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoRunAPI model slug for this model line.
audio_idsNoAudio preset IDs returned by create-audio.
descriptionsYesCharacter appearance, identity, style, clothing, or personality description.
character_nameNoCharacter display name.
reference_image_urlYesPublic portrait reference image URL.
body_reference_image_urlNoOptional public full-body reference image URL; reference_image_url must provide the portrait.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv0.2.2
    • addedInput schema / properties / body_reference_image_url
      Added value: +{
      +  "description": "Optional public full-body reference image URL; reference_image_url must provide the portrait.",
      +  "type": "string"
      +}
    • changedInput schema / properties / reference_image_url / description
      Previous value: -"Public character reference image URL."New value: +"Public portrait reference image URL."
  2. Changed6 schema fields changedv0.2.1
    • addedInput schema / properties / audio_ids / description
      Added value: +"Audio preset IDs returned by create-audio."
    • addedInput schema / properties / character_name / description
      Added value: +"Character display name."
    • addedInput schema / properties / character_name / maxLength
      Added value: +210
    • addedInput schema / properties / descriptions / description
      Added value: +"Character appearance, identity, style, clothing, or personality description."
    • addedInput schema / properties / descriptions / maxLength
      Added value: +20000
    • addedInput schema / properties / reference_image_url / description
      Added value: +"Public character reference image URL."
  3. Changed8 schema fields changedv0.2.0
    • addedInput schema / properties / audio_ids
      Added value: +{
      +  "items": {},
      +  "type": "array"
      +}
    • addedInput schema / properties / character_name
      Added value: +{
      +  "type": "string"
      +}
    • addedInput schema / properties / descriptions / type
      Added value: +"string"
    • removedInput schema / properties / poll_interval_ms
      Removed value: -{
      -  "exclusiveMinimum": 0,
      -  "type": "integer"
      -}
    • addedInput schema / properties / reference_image_url / type
      Added value: +"string"
    • removedInput schema / properties / timeout_ms
      Removed value: -{
      -  "exclusiveMinimum": 0,
      -  "type": "integer"
      -}
    • removedInput schema / properties / wait
      Removed value: -{
      -  "default": true,
      -  "description": "Poll until the task reaches a terminal status.",
      -  "type": "boolean"
      -}
    • addedInput schema / required
      Added value: +[
      +  "descriptions",
      +  "reference_image_url"
      +]
  4. First observedv0.1.0

TDQS

Score is being calculated.