> For the complete documentation index, see [llms.txt](https://docs.float16.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.float16.cloud/getting-started/playground/floatprompt.md).

# FloatPrompt

<figure><img src="/files/48cw9BlZQ61Ba8zjYSJG" alt=""><figcaption><p>FloatPrompt</p></figcaption></figure>

For developers and non-developers alike, FloatPrompt offers a user-friendly environment to create, test, and refine prompts using few-shot techniques. This platform allows you to experiment with various models and share your results effortlessly.

* **Free Models:** Test your prompts using our provided models, including "SeaLLM-7b-v3" and "Eidy" (a specialized medical AI model).
* **OpenAI Integration:** Input your OpenAI API key to access models like GPT-4 and GPT-4 Mini.
* **Collaborative Sharing:** Easily share your prompts with colleagues via generated public URLs.
* **Customizable Parameters:** Adjust model settings for optimal results.

## How to use

1. Navigate to the FloatPrompt section.
2. Set the system prompt to define the AI's behavior.
3. Enter your user prompt or question.
4. Add multiple message pairs (assistant and user prompts) as needed.
5. Adjust model settings:
   * Select your preferred model (default: SeaLLM-7b-v3)
   * Set the temperature (default: 0.5)
   * Define max tokens (default: 512)
6. Click "Run" to see the model's response.
7. Use the "Share" feature to generate a public URL for your prompt.
8. Copy the link and share it with others.

To access and start using the FloatPrompt, please visit

{% embed url="<https://prompt.float16.cloud/prompt/new>" %}

Please Note:

{% hint style="info" %}
Prompts are *not automatically* *saved*. To preserve your work, generate a share link and save it for future modifications.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.float16.cloud/getting-started/playground/floatprompt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
