# Serverless and Models

- [Serverless](https://docs.parasail.io/parasail-docs/serverless-and-models/serverless.md): Our Serverless Service offers API based on Token Usage with Popular Models.
- [Available Parameters](https://docs.parasail.io/parasail-docs/serverless-and-models/available-parameters.md): We currently support the available parameters that vLLM supports.
- [Qwen3.5 Notes](https://docs.parasail.io/parasail-docs/serverless-and-models/qwen3.5-notes.md)
- [Deepseek V3.X](https://docs.parasail.io/parasail-docs/serverless-and-models/model-specific-parameters.md)
- [GPT-OSS 20b and 120b](https://docs.parasail.io/parasail-docs/serverless-and-models/gpt-oss-20b-and-120b.md)
- [Responses API](https://docs.parasail.io/parasail-docs/serverless-and-models/responses-api.md): Use the OpenAI Responses API for multi-turn, agentic workflows with built-in tool calling.


---

# Agent Instructions: 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:

```
GET https://docs.parasail.io/parasail-docs/serverless-and-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
