Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.12 KB

File metadata and controls

39 lines (21 loc) · 1.12 KB

\FastGptApi

All URIs are relative to https://kagi.com/api/v1

Method HTTP request Description
fast_gpt POST /fastgpt Answer a query.

fast_gpt

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.

Parameters

Name Type Description Required Notes
fast_gpt_request FastGptRequest Contains the query to process. [required]

Return type

models::FastGpt200Response

Authorization

kagi

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]