All URIs are relative to https://kagi.com/api/v1
| Method | HTTP request | Description |
|---|---|---|
| fast_gpt | POST /fastgpt | Answer a query. |
models::FastGpt200Response fast_gpt(fast_gpt_request) Answer a query.
FastGPT is a Kagi service using powerful LLMs to answer user queries running a full search engine underneath. Think ChatGPT, but on steroids and faster! You can try the web app here.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| fast_gpt_request | FastGptRequest | Contains the query to process. | [required] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]