> ## Documentation Index
> Fetch the complete documentation index at: https://moonshot.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Feature roadmap

Feel strongly about what comes next? Email us at [help@moonshot.app](mailto:help@moonshot.app) to let us know what new capabilities would help you design the best AI products.

### What we're working on

<AccordionGroup>
  <Accordion title="Streaming">
    Have the option to stream a text response from an AI model.
  </Accordion>

  <Accordion title="Request history">
    View and reapply data from recent requests.
  </Accordion>

  <Accordion title="Fine-tuning controls">
    Have more options to fine-tune the AI responses of the requests you make.
  </Accordion>

  <Accordion title="Support for arrays">
    Map an array to multiple items to populate a listing or other collection.
  </Accordion>

  <Accordion title="Additional content types">
    Structure your schema with images, booleans, or other content types in addition to text.
  </Accordion>

  <Accordion title="Additional LLMs">
    Use large language models from other providers in addition to OpenAI.
  </Accordion>

  <Accordion title="Dev Mode support">
    Enable developers to review prompt settings, structured JSON, and response data.
  </Accordion>

  <Accordion title="Custom endpoints">
    Make requests to a custom endpoint provided by your development team. This is helpful if you need responses from models trained for specific tasks.
  </Accordion>
</AccordionGroup>
