create_model
Create a new AI model for knowledge QA, embedding, or rerank tasks, specifying type, source, and API credentials. Use this tool to add models to your WeKnora setup through the MCP Dispatch server.
Instructions
Create a new model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Model name | |
| type | Yes | Model type (KnowledgeQA, Embedding, Rerank) | |
| source | No | Model source | local |
| api_key | No | Model API key | |
| base_url | No | Model API base URL | |
| is_default | No | Set as default model | |
| description | Yes | Model description |