together-mcp-server
8
This project is a Model Context Protocol server designed to generate images using the Flux.1 Schnell model via Together AI, providing a standardized interface for specifying image generation parameters. It supports customizable image dimensions, error handling, and integration with MCP clients.
What is the default model used for image generation?
The default model used is 'black-forest-labs/FLUX.1-schnell-Free'.
What are the default dimensions for generated images?
The default dimensions are 1024x768 pixels.
How can I save the generated image to disk?
You can specify the 'image_path' parameter in your request to save the image as a PNG file.
What is the maximum number of images I can generate in one request?
You can generate up to 4 images in one request by setting the 'n' parameter.
What should I do if I encounter an error during image generation?
Ensure that all parameters meet their constraints and that your API key is valid. Check the error message for specific details.