ask_model
Ask any model from the Store API catalog — GPT, Claude, Gemini, DeepSeek, Grok, Qwen, GLM — and get the answer as text. Lets you consult a second model from inside the current chat. — Задать вопрос любой модели каталога и получить ответ текстом.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model slug, e.g. openai/gpt-6-sol or anthropic/claude-sonnet-5. Get the list from list_models | |
| prompt | Yes | Question or task for the model | |
| system | No | System instruction, optional | |
| max_tokens | No | Answer length limit, 1024 by default |