> For the complete documentation index, see [llms.txt](https://netmind-power.gitbook.io/netmind-power-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://netmind-power.gitbook.io/netmind-power-documentation/inference/serverless-apis.md).

# Serverless APIs

NetMind supports online inference for many popular models, as well as API calls for easy integration.

1. Click the "Model Library" tab on console page.

<figure><img src="/files/r3JaG7qsHsRlzFINUPmq" alt=""><figcaption></figcaption></figure>

2. Jump to the "Model Library" page to view and select an inference model. Clicking on a model takes you to its details page

<figure><img src="/files/18XwZp36tVT3E60HDBrf" alt=""><figcaption><p>Model Library</p></figcaption></figure>

3. In the model details page, you can find information on model pricing, usage methods, and parameters in the **API** tab. The **Playground** tab also provides a quick, free way to test the model.

<figure><img src="/files/MIz4gUu38nYDiUX2O8T6" alt=""><figcaption><p>Model Detail - API</p></figcaption></figure>

<figure><img src="/files/1qLoTx84CF7laB5oBMEC" alt=""><figcaption><p>Model Detail - Playground</p></figcaption></figure>

{% hint style="info" %}
If the model you need isn’t available, you can email us (<support@netmind.ai>) with the model details. We will evaluate the demand for it to decide whether to publish it on the platform.
{% 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://netmind-power.gitbook.io/netmind-power-documentation/inference/serverless-apis.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.
