# SteamshipImageGenerationTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/steamship_image_generation/tool/SteamshipImageGenerationTool)

Tool used to generate images from a text-prompt.

## Signature

```python
SteamshipImageGenerationTool()
```

## Extends

- `BaseTool`

## Properties

- `model_name`
- `size`
- `steamship`
- `return_urls`
- `name`
- `description`

## Methods

- [`validate_size()`](https://reference.langchain.com/python/langchain-community/tools/steamship_image_generation/tool/SteamshipImageGenerationTool/validate_size)
- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/tools/steamship_image_generation/tool/SteamshipImageGenerationTool/validate_environment)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/tools/steamship_image_generation/tool.py#L44)