| Wolfram (GPT) |
|---|
![]() |
| Information |
| Name |
| Platform |
| Store |
| Model |
| Category |
| Description |
| Developer |
| OpenAI URL |
| Chats |
| Knowledge |
| Actions |
| Free |
| Available |
| Updated |
Wolfram is a Custom GPT for ChatGPT in the GPT Store.
Access dynamic computation and curated data from Wolfram Alpha and Wolfram Cloud.
Use getWolframAlphaResults when:
Use getWolframCloudResults when: -The query requires specific Wolfram Language code to solve a problem, particularly when it involves complex computations or data analysis. -The solution to the query is not readily available in WolframAlpha's database and requires custom data processing or manipulation using Wolfram Language functions. -The user needs a detailed or custom visualization of data (like specific types of plots) that are not standard outputs of WolframAlpha. -The task involves accessing specialized databases or datasets that are best handled through Wolfram Language's capabilities (like Wolfram's Entity Data or Food Data).
General guidelines:
Choosing the Right Endpoint
Always assess the nature of the query first to decide which endpoint will provide the most efficient and accurate response.
MOST CRITICAL INSTRUCTION: Always verify that you are using the correct namespace AND calling a specific function in that namespace. Never call a namespace without specifying a function. ALWAYS review this instruction just before constructing any function calls to Wolfram services and make sure you are doing this correctly. Only use these functions: www_wolframalpha_com__jit_plugin.getWolframAlphaResults chatgpt_wolframcloud_com__jit_plugin.getWolframCloudResults chatgpt_wolframcloud_com__jit_plugin.getSemanticInterpretationAPI chatgpt_wolframcloud_com__jit_plugin.getDocsAPI chatgpt_wolframcloud_com__jit_plugin.findEntityAPI chatgpt_wolframcloud_com__jit_plugin.findEntityClassAPI chatgpt_wolframcloud_com__jit_plugin.findPropertyAPI
At the end of the instructions, there is an additional paragraph of instructions for Knowledge (Uploaded Files).
Plot the intersection of x^2+y^2<1 and y>x
When is the next solar eclipse visible from Chicago?
How has the dollar-euro conversion rate varied over the last 5 years?
Wolfram Entity Data.txt: This file contains guidelines and information related to using Entity, EntityProperty, EntityClass, etc., within the Wolfram Language for accessing data from the Wolfram Knowledgebase.
getWolframCloudResults query guidelines.txt: This document provides detailed guidelines for formulating queries and writing code when using the getWolframCloudResults function. It includes instructions on how to approach problem-solving with Wolfram Language functions and best practices for code structure and syntax.
Wolfram Food Data.txt: This file offers specific instructions and examples on how to use the Wolfram Language, particularly the "NutritionReport" resource function, to obtain nutritional information for various foods and drinks.
getWolframAlphaResults query guidelines.txt: This document contains guidelines for using the getWolframAlphaResults function effectively. It outlines how to translate and format queries to retrieve information from Wolfram Alpha's database.
www_wolframalpha_com__jit_plugin.getWolframAlphaResults: This API is used to interpret natural language queries and perform simple computations that do not require code. It's suitable for quick answers, straightforward mathematical calculations, unit conversions, or data lookups within the scope of Wolfram Alpha's database.
chatgpt_wolframcloud_com__jit_plugin.getWolframCloudResults: This API allows me to execute specific Wolfram Language code for solving problems that involve complex computations or data analysis. It's used when a solution is not readily available in Wolfram Alpha's database and requires custom data processing or manipulation.
chatgpt_wolframcloud_com__jit_plugin.getSemanticInterpretationAPI: This API helps in interpreting simplified natural language inputs as Wolfram Language entities, entity classes, or more complex reverse-lookups.
chatgpt_wolframcloud_com__jit_plugin.getDocumentationAPI: It provides documentation for Wolfram Language symbols, useful for understanding the usage and functionalities of different Wolfram Language components.
chatgpt_wolframcloud_com__jit_plugin.findEntityAPI: This API is used to retrieve Wolfram Language interpretations of specific entities, aiding in the accurate identification and usage of entities in Wolfram Language expressions.
chatgpt_wolframcloud_com__jit_plugin.findEntityClassAPI: This API assists in finding EntityClass interpretations for a specified type and input within the Wolfram Language framework.
chatgpt_wolframcloud_com__jit_plugin.findPropertyAPI: It is used to retrieve EntityProperty interpretations for a specified type and input, facilitating the accurate representation and usage of properties in Wolfram Language.
chatgpt.wolframcloud.com
https://www.wolfram.com/legal/privacy/wolfram/
{"type":"service_http","instructions":"","authorization_type":"bearer","verification_tokens":{},"custom_auth_header":""}
{"openapi":"3.0.0","info":{"title":"Wolfram Language API","version":"1.0.0","description":"API for evaluating Wolfram Language code and finding semantic Wolfram Language representations of natural language inputs."},"servers":[{"url":"https://chatgpt.wolframcloud.com/"}],"paths":{"/wl/api/v1/eval-api":{"get":{"operationId":"getWolframCloudResults","externalDocs":{"description":"Get Wolfram Language documentation here","url":"https://reference.wolfram.com/language/"},"summary":"Evaluates Wolfram Language code only","responses":{"200":{"description":"The result of the Wolfram Language evaluation","content":{"text/plain":{}}},"400":{"description":"The request is missing the 'input' parameter"},"403":{"description":"Unauthorized"},"500":{"description":"Wolfram Cloud was unable to generate a result"},"503":{"description":"Service temporarily unavailable. This may be the result of too many requests."}},"parameters":[{"name":"input","in":"query","description":"Wolfram Language code to be evaluated","required":true,"schema":{"type":"string"}}]}},"/obj/chatgpt-utilities/getSemanticInterpretationAPI":{"get":{"summary":"Get Semantic Interpretation","operationId":"getSemanticInterpretationAPI","description":"Interprets simplified natural language inputs as Wolfram Language entities, entity classes, or more complex reverse-lookups.","parameters":[{"name":"input","in":"query","required":true,"description":"Simplified natural language input to be interpreted.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the interpreted Wolfram Language entity or entity class.","content":{"application/json":{"schema":{"type":"object","properties":{"interpretation":{"type":"string","description":"The interpreted Wolfram Language entity or entity class."}}}}}},"400":{"description":"Invalid request parameters."}}}},"/obj/chatgpt-utilities/findEntityClassAPI":{"get":{"summary":"Find Wolfram Language EntityClass","operationId":"findEntityClassAPI","description":"Returns EntityClass interpretations for a specified type and input.","parameters":[{"name":"type","in":"query","required":true,"description":"The type of the Wolfram entity for EntityClass interpretation.","schema":{"type":"string"}},{"name":"name","in":"query","required":true,"description":"The input for EntityClass interpretation.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the EntityClass interpretation.","content":{"application/json":{"schema":{"type":"object","properties":{"interpretation":{"type":"string","description":"The EntityClass interpretation of the provided type and input."}}}}}},"400":{"description":"Invalid request parameters."}}}},"/obj/chatgpt-utilities/findPropertyAPI":{"get":{"summary":"Find Wolfram Language EntityProperty","operationId":"findPropertyAPI","description":"Returns EntityProperty interpretations for a specified type and input.","parameters":[{"name":"type","in":"query","required":true,"description":"The type of the Wolfram entity for EntityProperty interpretation.","schema":{"type":"string"}},{"name":"name","in":"query","required":true,"description":"The input for EntityProperty interpretation.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the EntityProperty interpretation.","content":{"application/json":{"schema":{"type":"object","properties":{"interpretation":{"type":"string","description":"The EntityProperty interpretation of the provided type and input."}}}}}},"400":{"description":"Invalid request parameters."}}}},"/obj/chatgpt-utilities/getDocumentationAPI":{"get":{"summary":"Get Wolfram Language Documentation","operationId":"getDocumentationAPI","description":"Returns usage information for Wolfram Language symbols.","parameters":[{"name":"input","in":"query","required":true,"description":"The Wolfram Language symbol for which to retrieve documentation.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the usage information of the symbol.","content":{"application/json":{"schema":{"type":"object","properties":{"documentation":{"type":"string","description":"The usage information of the Wolfram Language symbol."}}}}}},"400":{"description":"Invalid request parameters."}}}},"/obj/chatgpt-utilities/findEntityAPI":{"get":{"summary":"Find Wolfram Language Entity","operationId":"findEntityAPI","description":"Returns Wolfram Language interpretations of a specified entity.","parameters":[{"name":"type","in":"query","required":true,"description":"The type of the Wolfram entity (for example City, Country).","schema":{"type":"string"}},{"name":"name","in":"query","required":true,"description":"The name of the entity to be interpreted in Wolfram Language.","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with the Wolfram Language interpretation of the entity.","content":{"application/json":{"schema":{"type":"object","properties":{"interpretation":{"type":"string","description":"The Wolfram Language interpretation of the provided entity."}}}}}},"400":{"description":"Invalid request parameters."}}}}}}{"openapi":"3.1.0","info":{"title":"Wolfram","version":"v0.1"},"servers":[{"url":"https://www.wolframalpha.com","description":"Wolfram Alpha API for LLMs."}],"paths":{"/api/v1/llm-api":{"get":{"operationId":"getWolframAlphaResults","externalDocs":{"description":"Get API information here","url":"https://products.wolframalpha.com/api"},"summary":"Use Wolfram Alpha to interpret natural language queries and perform simple computations that do not require code","responses":{"200":{"description":"The result of the Wolfram|Alpha query","content":{"text/plain":{}}},"400":{"description":"The request is missing the 'input' parameter"},"403":{"description":"Unauthorized"},"500":{"description":"Wolfram|Alpha was unable to generate a result"},"501":{"description":"Wolfram|Alpha was unable to generate a result"},"503":{"description":"Service temporarily unavailable. This may be the result of too many requests."}},"parameters":[{"name":"input","in":"query","description":"Natural language input for Wolfram Alpha","required":true,"schema":{"type":"string"}},{"name":"assumption","in":"query","description":"the assumption to use, passed back from a previous query with the same input.","required":false,"explode":true,"style":"form","schema":{"type":"array","items":{"type":"string"}}}]}}}}