
txyz.ai
https://txyz.ai/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "txyz.ai",
"name_for_model": "ResearchAI",
"description_for_human": "Explore the universe of research. Search and compare papers, and answer questions.",
"description_for_model": "Search through all research papers and other scientific literature, answer any questions regarding the content of papers, and recommend papers that discuss topics similar to a specified paper. For search requests, ALWAYS utilize the find_papers_plugin endpoint. If you have a query about a specific paper on arXiv.org, ALWAYS first use the summarize_plugin to obtain a summary. Then if there is a specific query about the paper, ALWAYS address the query using the chat_plugin endpoint. For inquiries about papers that are similar to a given paper, ALWAYS employ the find_similar_papers_plugin endpoint.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://txyz.ai/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://txyz.ai/logo.png",
"contact_email": "support@txyz.ai",
"legal_info_url": "https://txyz.ai/legal"
}
components:
schemas:
ChatApiRequest:
properties:
arxiv_id:
title: Arxiv Id
type: string
chat_history:
items:
$ref: '#/components/schemas/ChatHistory'
title: Chat History
type: array
query:
title: Query
type: string
required:
- arxiv_id
- query
title: ChatApiRequest
type: object
ChatHistory:
properties:
question:
title: Question
type: string
response:
title: Response
type: string
required:
- question
- response
title: ChatHistory
type: object
FindPapersRequest:
properties:
query:
title: Query
type: string
required:
- query
title: FindPapersRequest
type: object
FindSimiliarPapersApiRequest:
properties:
arxiv_id:
title: Arxiv Id
type: string
keywords:
items:
type: string
title: Keywords
type: array
required:
- arxiv_id
- keywords
title: FindSimiliarPapersApiRequest
type: object
HTTPValidationError:
properties:
detail:
items:
$ref: '#/components/schemas/ValidationError'
title: Detail
type: array
title: HTTPValidationError
type: object
SummaryApiRequest:
properties:
arxiv_id:
title: Arxiv Id
type: string
required:
- arxiv_id
title: SummaryApiRequest
type: object
ValidationError:
properties:
loc:
items:
anyOf:
- type: string
- type: integer
title: Location
type: array
msg:
title: Message
type: string
type:
title: Error Type
type: string
required:
- loc
- msg
- type
title: ValidationError
type: object
info:
title: FastAPI
version: 0.1.0
openapi: 3.0.2
paths:
/chat_plugin/:
post:
description: 'fastAPI POST /Chat with txyz.ai.
It takes arxiv_id, query and chat_history as inputs, and generates responses
from txyz.ai.'
operationId: chat_plugin_chat_plugin__post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ChatApiRequest'
required: true
responses:
'200':
content:
application/json:
schema: {}
description: Successful Response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
description: Validation Error
summary: Chat Plugin
/find_papers_plugin/:
post:
description: 'fastAPI POST / Find papers with txyz.ai.
It takes a general user query for searching papers and returns a list of papers.'
operationId: find_papers_plugin_find_papers_plugin__post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/FindPapersRequest'
required: true
responses:
'200':
content:
application/json:
schema: {}
description: Successful Response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
description: Validation Error
summary: Find Papers Plugin
/find_similiar_papers_plugin/:
post:
description: 'fastAPI POST / Find similiar papers with txyz.ai.
It takes arxiv_id, 5 keywords, and returns a list of similiar papers.'
operationId: find_similiar_papers_plugin_find_similiar_papers_plugin__post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/FindSimiliarPapersApiRequest'
required: true
responses:
'200':
content:
application/json:
schema: {}
description: Successful Response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
description: Validation Error
summary: Find Similiar Papers Plugin
/summarize_plugin/:
post:
description: 'fastAPI POST / Summarizes paper.
It takes arxiv_id and returns a summary of this paper.'
operationId: summarize_plugin_summarize_plugin__post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/SummaryApiRequest'
required: true
responses:
'200':
content:
application/json:
schema: {}
description: Successful Response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
description: Validation Error
summary: Summarize Plugin
servers:
- url: https://api.txyz.ai
Discover other plugins from the science category

Yabble
Your ultimate AI research assistant; create surveys, specify audiences, collect data & analyze.
0 Comments

ScholarAI
Unlock the power of scientific knowledge with fast, reliable, and peer-reviewed data at your fingertips.
0 Comments

NextPaper.ai
Fetch the latest research papers on a specific topic from PubMed. More to come.
0 Comments

Bibliography Crossref
Search publications and generate bibtex bibliographies using Crossref and Zotero.
0 Comments

ML Paper Reader
Search for ML papers on different topics and speed up research by "talking" to the PDFs.
0 Comments

CT Criteria Parser
Analyze eligibility criteria in ClinicalTrials.gov. Example input: nctid NCT05859269
0 Comments

PaperChat
Search and ask through arXiv publications.
0 Comments

Litmaps
Get help exploring the scientific literature. Find relevant papers and generate mindmaps of the literature.
0 Comments

MixerBox Scholar
Free and reliable academic search engine! Find research papers and get answers in an instant!
0 Comments

Science
Search over 250M scientific papers and research articles. Perfect for researchers or students.
0 Comments

Xpapers
Effortlessly find real arXiv academic papers. Uncover abstracts and magically integrate PDF URLs with other plugins
0 Comments

Scholar Assist
Search academic research papers from arXiv and find answers to your questions.
0 Comments

Research By Vector
Unearth precise academic research effortlessly with the power of vector embeddings for relevance and accuracy.
0 Comments