---
title: "Interact with various LLMs models"
method: GET
path: "/v1/{modelId}/chat"
tags: ["AIs"]
---

# Interact with various LLMs models

`GET /v1/{modelId}/chat`

I recommend you to use POST one instead, since it is more better.

## Path parameters

- `modelId` string, required

## Query parameters

- `text` string, required
- `system` string

## Response `200`

Success - Got the response

## Other responses

- `400` — Bad Request
- `500` — Server error

---

[API](https://skmtc.dev/paxsenix/apis/paxsenix-api.md) · [All operations](https://skmtc.dev/paxsenix/apis/paxsenix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paxsenix/paxsenix-api/revisions/a09b8775685e/schema)
