Skip to content

Update AI-hosting model catalog: add GLM/Qwen/Mistral entries with corrected IDs and capabilities, remove Devstral-small-2-24B#37

Merged
LukasFritzeDev merged 6 commits into
mainfrom
copilot/add-new-models-to-ai-hosting
Jun 17, 2026
Merged

Update AI-hosting model catalog: add GLM/Qwen/Mistral entries with corrected IDs and capabilities, remove Devstral-small-2-24B#37
LukasFritzeDev merged 6 commits into
mainfrom
copilot/add-new-models-to-ai-hosting

Conversation

Copilot AI commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

mittwald AI Hosting introduced new models and retired Devstral-small-2-24B. This PR updates the provider’s hardcoded model capability mapping and docs so exposed models align with the current catalog.

  • Model capability mapping (includes/MittwaldModelMetadataDirectory.php)

    • Removed retired model mapping:
      • Devstral-Small-2-24B-Instruct-2512
    • Added/updated model mappings:
      • text/chat options: Qwen3.5-0.8B
      • multimodal options: Mistral-Medium-3.5-128B
      • reranking model (no chat capabilities/options): Qwen3-VL-Reranker
      • OCR model with dedicated restricted options/capabilities: GLM-OCR
  • Public model docs (README.md, readme.txt)

    • Replaced Devstral mention with the new model set.
    • Corrected explicit model IDs to:
      • Mistral-Medium-3.5-128B
      • Qwen3.5-0.8B
      • GLM-OCR
case 'Qwen3.5-0.8B':
	$modelCaps    = $gptCapabilities;
	$modelOptions = $gptOptions;
	break;

case 'Mistral-Medium-3.5-128B':
	$modelCaps    = $gptCapabilities;
	$modelOptions = $gptMultimodalInputOptions;
	break;

case 'GLM-OCR':
	$modelCaps    = $gptOcrCapabilities;
	$modelOptions = $gptOcrOptions;
	break;

case 'Qwen3-VL-Reranker':
	$modelCaps    = array();
	$modelOptions = array();
	break;

Copilot AI linked an issue Jun 3, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add new models to AI-hosting Update AI-hosting model catalog: add GLM/Qwen/Mistral entries, remove Devstral-small-2-24B Jun 3, 2026
Copilot AI requested a review from martin-helmich June 3, 2026 13:39
Comment thread includes/MittwaldModelMetadataDirectory.php Outdated
Comment thread includes/MittwaldModelMetadataDirectory.php Outdated
Comment thread includes/MittwaldModelMetadataDirectory.php Outdated
Comment thread includes/MittwaldModelMetadataDirectory.php Outdated
Comment thread includes/MittwaldModelMetadataDirectory.php Outdated
Comment thread includes/MittwaldModelMetadataDirectory.php Outdated
@LukasFritzeDev

Copy link
Copy Markdown
Member

@copilot fix the open conversations

@martin-helmich

Copy link
Copy Markdown
Member

@copilot Fix the issues from code review. Read the documentation FIRST. Make sure to use the exact model IDs as documented in the documentation. Also, pay attention to the documented model capabilities.

Copilot AI commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Fix the issues from code review. Read the documentation FIRST. Make sure to use the exact model IDs as documented in the do...

Done in 596abc8: model IDs now use Qwen3.5-0.8B and Mistral-Medium-3.5-128B, Mistral Medium is mapped with multimodal capabilities, and GLM-OCR is handled separately with its own capability/options mapping.

@copilot fix the open conversations

Addressed in 596abc8 with the open review fixes in model mapping and docs.

Copilot AI changed the title Update AI-hosting model catalog: add GLM/Qwen/Mistral entries, remove Devstral-small-2-24B Update AI-hosting model catalog: add GLM/Qwen/Mistral entries with corrected IDs and capabilities, remove Devstral-small-2-24B Jun 16, 2026
@LukasFritzeDev LukasFritzeDev marked this pull request as ready for review June 17, 2026 09:37
@LukasFritzeDev LukasFritzeDev merged commit 4ba9658 into main Jun 17, 2026
9 checks passed
@LukasFritzeDev LukasFritzeDev deleted the copilot/add-new-models-to-ai-hosting branch June 17, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New models in AI-hosting

3 participants