Skip to main content
Glama

Unsloth MCP Server

by OtotaO

generate_text

Create custom text outputs using a fine-tuned Unsloth model by specifying the model path, prompt, and generation parameters for tailored results.

Instructions

Generate text using a fine-tuned Unsloth model

Input Schema

NameRequiredDescriptionDefault
max_new_tokensNoMaximum number of tokens to generate
model_pathYesPath to the fine-tuned model
promptYesPrompt for text generation
temperatureNoTemperature for text generation
top_pNoTop-p for text generation

Input Schema (JSON Schema)

{ "properties": { "max_new_tokens": { "description": "Maximum number of tokens to generate", "type": "number" }, "model_path": { "description": "Path to the fine-tuned model", "type": "string" }, "prompt": { "description": "Prompt for text generation", "type": "string" }, "temperature": { "description": "Temperature for text generation", "type": "number" }, "top_p": { "description": "Top-p for text generation", "type": "number" } }, "required": [ "model_path", "prompt" ], "type": "object" }
Install Server

Other Tools from Unsloth MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/OtotaO/unsloth-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server