configure_openrouter_token
Set up your OpenRouter API key to enable image generation and editing capabilities using the Gemini 2.5 Flash Image model.
Instructions
Configure your OpenRouter API token for image generation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | Yes | Your OpenRouter API key from https://openrouter.ai/settings/keys |
Input Schema (JSON Schema)
{
"properties": {
"apiKey": {
"description": "Your OpenRouter API key from https://openrouter.ai/settings/keys",
"type": "string"
}
},
"required": [
"apiKey"
],
"type": "object"
}