n8n-nodes-apexapi 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,17 +118,13 @@ class ApexApi {
118
118
  displayOptions: { show: { resource: ['image'] } },
119
119
  options: [
120
120
  { name: 'Square 1:1 — 1024×1024', value: '1024x1024' },
121
- { name: 'Square 1:1 — 1080×1080 (Instagram post)', value: '1080x1080' },
122
- { name: 'Portrait 9:16 — 1080×1920 (Story / Reel / TikTok)', value: '1080x1920' },
123
- { name: 'Landscape 16:9 — 1920×1080 (YouTube / X)', value: '1920x1080' },
124
- { name: 'Landscape 1.91:1 — 1200×630 (Facebook / link share)', value: '1200x630' },
125
- { name: 'Portrait 4:5 — 1080×1350 (Instagram portrait)', value: '1080x1350' },
126
- { name: 'Portrait 2:3 — 1024×1536', value: '1024x1536' },
127
- { name: 'Landscape 3:2 — 1536×1024', value: '1536x1024' },
121
+ { name: 'Square 1:1 — 1080×1080', value: '1080x1080' },
122
+ { name: 'Portrait 9:16 — 1080×1920', value: '1080x1920' },
123
+ { name: 'Landscape 16:9 — 1920×1080', value: '1920x1080' },
128
124
  { name: 'Custom (WIDTHxHEIGHT)…', value: 'custom' },
129
125
  ],
130
126
  default: '1024x1024',
131
- description: 'Output resolution / aspect ratio. Note: some models only support specific sizes. Max 4096 per side.',
127
+ description: 'Output size / aspect ratio. Works on every model the API adapts it per provider (exact pixels for fal/flux, nearest aspect ratio for Imagen/Gemini/GPT-Image).',
132
128
  },
133
129
  {
134
130
  displayName: 'Custom Size',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-apexapi",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "n8n community node for ApexApi — call 14 AI providers (OpenAI, Anthropic, Google, Mistral, and more) through one OpenAI-compatible API.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",