Not getting all operation types on AI Settings page
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3521877. --> Reported by: [prashant.c](https://www.drupal.org/user/1936756) Related to !583 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>With version <code>1.0.x</code>we used to get all the operation types like</p> <ul> <li>Chat</li> <li>Speech to text</li> <li>Text to image</li> <li>Text to speech</li> </ul> <p>Along with other options.</p> <p>Now getting only 4 :</p> <ul> <li>Chat with Image Vision</li> <li>Chat with Complex JSON</li> <li>Chat with Structured Response</li> <li>Chat with Tools/Function Calling</li> </ul> <p><img src="https://www.drupal.org/files/issues/2025-04-30/provider-operation-types.png" alt="Provider operation types"><br> Is this intentional, or am I missing something?</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ul> <li>Clone Drupal core 11.x branch <a href="https://git.drupalcode.org/project/drupal">https://git.drupalcode.org/project/drupal</a></li> <li>1.1.x version of AI module <a href="https://www.drupal.org/project/ai/releases/1.1.x-dev">https://www.drupal.org/project/ai/releases/1.1.x-dev</a> </li> <li>open ai provider module any version <a href="https://www.drupal.org/project/ai_provider_openai">https://www.drupal.org/project/ai_provider_openai</a> </li> <li>Enable key module </li> <li>Add open ai api key and set the AI provider</li> <li>Go to /admin/config/ai/settings</li> <li>Observe only 4 operation types available, the rest are missing</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>TBD</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>TBD</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>TBD</p> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue