Create PromptsAsk AIpost https://api.edenai.run/v2/prompts/Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body Paramsnamestringrequiredlength ≥ 1The unique identifier for the prompt. Must contain only alphanumeric characters, underscores (_) and hyphens (-). No spaces allowed.textstringrequiredlength ≥ 1The text used for the prompt You can include prompt variables with {{ my_variable }}. These variables are injected when you later call your prompt. The template language is compatible with jinja2 Example Translate this word to {{ language }}: {{ word }}modelstringrequiredlength ≥ 1The model used to call the prompt. E.g. openai/gpt-4oparamsstringParams that are passed on to the llm request. See llm chat docs for more details. Example { "temperature": 0.7, "max_tokens": 100 }file_urlsarray of urisOptional list of URLs to images or other files that should be included with the prompt for multimodal models. Files are not supported by all models.file_urlsADD urisystem_promptstringlength ≥ 1Specify a system prompt for the LLMResponse 201Updated 7 months ago