Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"Anthropic Claude": "Anthropic Claude",
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n",
|
||||
"Ask Claude": "Ask Claude",
|
||||
"Extract Structured Data": "Extract Structured Data",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Ask Claude anything you want!": "Ask Claude anything you want!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extract structured data from provided text,image or PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Model": "Model",
|
||||
"System Prompt": "System Prompt",
|
||||
"Temperature": "Temperature",
|
||||
"Maximum Tokens": "Maximum Tokens",
|
||||
"Question": "Question",
|
||||
"Image (URL)": "Image (URL)",
|
||||
"Roles": "Roles",
|
||||
"Extended Thinking Mode": "Extended Thinking Mode",
|
||||
"Text": "Text",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Guide Prompt",
|
||||
"Data Schema Type": "Data Schema Type",
|
||||
"Data Definition": "Data Definition",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)",
|
||||
"URL of image to be used as input for the model.": "URL of image to be used as input for the model.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.",
|
||||
"Text to extract structured data from.": "Text to extract structured data from.",
|
||||
"Image or PDF to extract structured data from.": "Image or PDF to extract structured data from.",
|
||||
"Prompt to guide the AI.": "Prompt to guide the AI.",
|
||||
"For complex schema, you can use advanced mode.": "For complex schema, you can use advanced mode.",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Simple": "Simple",
|
||||
"Advanced": "Advanced",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Folge diesen Anweisungen, um deinen Claude API Key zu erhalten:\n\n1. Besuche die folgende Webseite: https://console.anthropic. om/settings/keys.\n2. Suchen Sie einmal auf der Website und klicken Sie auf die Option, um Ihren Claude API Key zu erhalten.\n",
|
||||
"Ask Claude": "Claude fragen",
|
||||
"Extract Structured Data": "Strukturierte Daten extrahieren",
|
||||
"Custom API Call": "Eigener API-Aufruf",
|
||||
"Ask Claude anything you want!": "Fragen Sie Claude was Sie wollen!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extrahieren Sie strukturierte Daten aus dem zur Verfügung gestellten Text, Bild oder PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
||||
"Model": "Modell",
|
||||
"System Prompt": "System-Prompt",
|
||||
"Temperature": "Temperatur",
|
||||
"Maximum Tokens": "Maximale Token",
|
||||
"Question": "Frage",
|
||||
"Image (URL)": "Bild (URL)",
|
||||
"Roles": "Rollen",
|
||||
"Extended Thinking Mode": "Erweiterter Denkmodus",
|
||||
"Text": "Text",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Anleitungsaufforderung",
|
||||
"Data Schema Type": "Datentyp",
|
||||
"Data Definition": "Datendefinition",
|
||||
"Method": "Methode",
|
||||
"Headers": "Kopfzeilen",
|
||||
"Query Parameters": "Abfrageparameter",
|
||||
"Body": "Körper",
|
||||
"Response is Binary ?": "Antwort ist binär?",
|
||||
"No Error on Failure": "Kein Fehler bei Fehler",
|
||||
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "Das Modell, das die Vervollständigung generiert. Einige Modelle eignen sich für Aufgaben der natürlichen Sprache, andere sind auf Code spezialisiert.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Kontrolliert Zufallszufälligkeit: Die Verringerung führt zu weniger zufälligen Vervollständigungen. Je näher die Temperatur Null rückt, desto deterministischer und sich wiederholender wird.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "Die maximale Anzahl der zu generierenden Token. Anfragen können bis zu 2.048 oder 4.096 Token verwenden, die zwischen Prompt und Fertigstellung geteilt werden, setzen Sie den Wert nicht auf maximal und lassen Sie einige Token für die Eingabe. Das genaue Limit variiert je nach Modell. (Ein Token ist ungefähr 4 Zeichen für den normalen englischen Text)",
|
||||
"URL of image to be used as input for the model.": "URL des Bildes als Eingabe für das Modell.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Zuordnung von Rollen, um eine genauere Antwort anzugeben.Bitte überprüfen Sie [Anleitung zu Eingabemeldungen](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Verwendet Klausel 3.7 sonnet erweiterte Argumentationsmöglichkeiten für komplexe Aufgaben.",
|
||||
"Text to extract structured data from.": "Text zum Extrahieren strukturierter Daten.",
|
||||
"Image or PDF to extract structured data from.": "Bild oder PDF um strukturierte Daten zu extrahieren.",
|
||||
"Prompt to guide the AI.": "Aufforderung zur Führung der KI.",
|
||||
"For complex schema, you can use advanced mode.": "Für ein komplexes Schema können Sie den erweiterten Modus verwenden.",
|
||||
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
||||
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
||||
"Claude 4.5 Sonnet": "Claude 4.5 Sonnet",
|
||||
"Claude 4.5 Haiku": "Claude 4.5 Haiku",
|
||||
"Claude 4.1 Opus": "Claude 4.1 Opus",
|
||||
"Claude 4 Sonnet": "Claude 4 Sonnet",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Simple": "Einfach",
|
||||
"Advanced": "Erweitert",
|
||||
"GET": "ERHALTEN",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "LÖSCHEN",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Sigue estas instrucciones para obtener tu Claude API Key:\n\n1. Visita el siguiente sitio web: https://console.anthropic. om/ajustes/llaves.\n2. Una vez en el sitio web, localiza y haz clic en la opción para obtener tu Claude API Key.\n",
|
||||
"Ask Claude": "Preguntar a Claude",
|
||||
"Extract Structured Data": "Extraer datos estructurados",
|
||||
"Custom API Call": "Llamada API personalizada",
|
||||
"Ask Claude anything you want!": "Pregúntale a Claude lo que quieras!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extraer datos estructurados del texto proporcionado, imagen o PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
||||
"Model": "Modelo",
|
||||
"System Prompt": "Prompt del sistema",
|
||||
"Temperature": "Temperatura",
|
||||
"Maximum Tokens": "Tokens máximos",
|
||||
"Question": "Pregunta",
|
||||
"Image (URL)": "Imagen (URL)",
|
||||
"Roles": "Roles",
|
||||
"Extended Thinking Mode": "Modo de Pensamiento Extendido",
|
||||
"Text": "Texto",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Asunto de Guía",
|
||||
"Data Schema Type": "Tipo de esquema de datos",
|
||||
"Data Definition": "Definición de datos",
|
||||
"Method": "Método",
|
||||
"Headers": "Encabezados",
|
||||
"Query Parameters": "Parámetros de consulta",
|
||||
"Body": "Cuerpo",
|
||||
"Response is Binary ?": "¿Respuesta es binaria?",
|
||||
"No Error on Failure": "No hay ningún error en fallo",
|
||||
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "El modelo que generará la terminación. Algunos modelos son adecuados para tareas de lenguaje natural, otros se especializan en código.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controles aleatorios: La reducción de resultados en terminaciones menos aleatorias. A medida que la temperatura se acerca a cero, el modelo se volverá determinista y repetitivo.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "El número máximo de tokens a generar. Las solicitudes pueden usar hasta 2,048 o 4,096 tokens compartidos entre prompt y completation, no establezca el valor máximo y deje algunas fichas para la entrada. El límite exacto varía según el modelo. (Un token es de aproximadamente 4 caracteres para el texto normal en inglés)",
|
||||
"URL of image to be used as input for the model.": "URL de la imagen que se utilizará como entrada para el modelo.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Arreglo de roles para especificar una respuesta más precisa. Por favor, comprueba [guía de mensajes de entrada](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Usa claude 3.7 sonnet mejoradas capacidades de razonamiento para tareas complejas.",
|
||||
"Text to extract structured data from.": "Texto del que extraer datos estructurados.",
|
||||
"Image or PDF to extract structured data from.": "Imagen o PDF para extraer datos estructurados.",
|
||||
"Prompt to guide the AI.": "Aspecto para guiar la IA.",
|
||||
"For complex schema, you can use advanced mode.": "Para esquemas complejos, puede utilizar el modo avanzado.",
|
||||
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
||||
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
||||
"Claude 4.5 Sonnet": "Claude 4.5 Sonnet",
|
||||
"Claude 4.5 Haiku": "Claude 4.5 Haiku",
|
||||
"Claude 4.1 Opus": "Claude 4.1 Opus",
|
||||
"Claude 4 Sonnet": "Claude 4 Sonnet",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Simple": "Simple",
|
||||
"Advanced": "Avanzado",
|
||||
"GET": "RECOGER",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "BORRAR",
|
||||
"HEAD": "LIMPIO"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Suivez ces instructions pour obtenir votre clé API Claude :\n\n1. Visitez le site suivant: https://console.anthropic. om/settings/keys.\n2. Une fois sur le site web, localisez et cliquez sur l'option pour obtenir votre clé d'API Claude\n",
|
||||
"Ask Claude": "Demander à Claude",
|
||||
"Extract Structured Data": "Extraire des données structurées",
|
||||
"Custom API Call": "Appel API personnalisé",
|
||||
"Ask Claude anything you want!": "Demandez à Claude ce que vous voulez !",
|
||||
"Extract structured data from provided text,image or PDF.": "Extraire des données structurées du texte, de l'image ou du PDF fourni.",
|
||||
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un endpoint spécifique",
|
||||
"Model": "Modélisation",
|
||||
"System Prompt": "Message du système",
|
||||
"Temperature": "Température",
|
||||
"Maximum Tokens": "Maximum de jetons",
|
||||
"Question": "Question",
|
||||
"Image (URL)": "Image (URL)",
|
||||
"Roles": "Rôles",
|
||||
"Extended Thinking Mode": "Mode Pensée Étendue",
|
||||
"Text": "Texte",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Invitation au tutoriel",
|
||||
"Data Schema Type": "Type de schéma de données",
|
||||
"Data Definition": "Définition des données",
|
||||
"Method": "Méthode",
|
||||
"Headers": "En-têtes",
|
||||
"Query Parameters": "Paramètres de requête",
|
||||
"Body": "Corps",
|
||||
"Response is Binary ?": "La réponse est Binaire ?",
|
||||
"No Error on Failure": "Aucune erreur en cas d'échec",
|
||||
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "Le modèle qui va générer la complétion. Certains modèles sont adaptés aux tâches de langage naturel, d'autres se spécialisent dans le code.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Contrôle aléatoirement : La baisse des résultats est moins aléatoire, alors que la température approche de zéro, le modèle devient déterministe et répétitif.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "Le nombre maximum de jetons à générer. Les requêtes peuvent utiliser jusqu'à 2 048 ou 4 096 jetons partagés entre l'invite et la complétion, ne pas définir la valeur au maximum et laisser des jetons pour l'entrée. La limite exacte varie selon le modèle. (un jeton est d'environ 4 caractères pour le texte anglais normal)",
|
||||
"URL of image to be used as input for the model.": "URL de l'image à utiliser comme entrée pour le modèle.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Tableau de rôles pour spécifier une réponse plus précise. Veuillez vérifier [le guide des messages d'entrée](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Utilise clause 3.7 sonnet pour améliorer les capacités de raisonnement pour des tâches complexes.",
|
||||
"Text to extract structured data from.": "Texte à partir duquel extraire des données structurées.",
|
||||
"Image or PDF to extract structured data from.": "Image ou PDF à partir duquel extraire des données structurées.",
|
||||
"Prompt to guide the AI.": "Demander à guider l'IA.",
|
||||
"For complex schema, you can use advanced mode.": "Pour le schéma complexe, vous pouvez utiliser le mode avancé.",
|
||||
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
||||
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
||||
"Claude 4.5 Sonnet": "Claude 4.5 Sonnet",
|
||||
"Claude 4.5 Haiku": "Claude 4.5 Haiku",
|
||||
"Claude 4.1 Opus": "Claude 4.1 Opus",
|
||||
"Claude 4 Sonnet": "Claude 4 Sonnet",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Simple": "Simple",
|
||||
"Advanced": "Avancé",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "TÊTE"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"Anthropic Claude": "Anthropic Claude",
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n",
|
||||
"Ask Claude": "Ask Claude",
|
||||
"Extract Structured Data": "Extract Structured Data",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Ask Claude anything you want!": "Ask Claude anything you want!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extract structured data from provided text,image or PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Model": "Model",
|
||||
"System Prompt": "System Prompt",
|
||||
"Temperature": "Temperature",
|
||||
"Maximum Tokens": "Maximum Tokens",
|
||||
"Question": "Question",
|
||||
"Image (URL)": "Image (URL)",
|
||||
"Roles": "Roles",
|
||||
"Extended Thinking Mode": "Extended Thinking Mode",
|
||||
"Text": "Text",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Guide Prompt",
|
||||
"Data Schema Type": "Data Schema Type",
|
||||
"Data Definition": "Data Definition",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)",
|
||||
"URL of image to be used as input for the model.": "URL of image to be used as input for the model.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.",
|
||||
"Text to extract structured data from.": "Text to extract structured data from.",
|
||||
"Image or PDF to extract structured data from.": "Image or PDF to extract structured data from.",
|
||||
"Prompt to guide the AI.": "Prompt to guide the AI.",
|
||||
"For complex schema, you can use advanced mode.": "For complex schema, you can use advanced mode.",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Simple": "Simple",
|
||||
"Advanced": "Advanced",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"Anthropic Claude": "Anthropic Claude",
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n",
|
||||
"Ask Claude": "Ask Claude",
|
||||
"Extract Structured Data": "Extract Structured Data",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Ask Claude anything you want!": "Ask Claude anything you want!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extract structured data from provided text,image or PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Model": "Model",
|
||||
"System Prompt": "System Prompt",
|
||||
"Temperature": "Temperature",
|
||||
"Maximum Tokens": "Maximum Tokens",
|
||||
"Question": "Question",
|
||||
"Image (URL)": "Image (URL)",
|
||||
"Roles": "Roles",
|
||||
"Extended Thinking Mode": "Extended Thinking Mode",
|
||||
"Text": "Text",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Guide Prompt",
|
||||
"Data Schema Type": "Data Schema Type",
|
||||
"Data Definition": "Data Definition",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)",
|
||||
"URL of image to be used as input for the model.": "URL of image to be used as input for the model.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.",
|
||||
"Text to extract structured data from.": "Text to extract structured data from.",
|
||||
"Image or PDF to extract structured data from.": "Image or PDF to extract structured data from.",
|
||||
"Prompt to guide the AI.": "Prompt to guide the AI.",
|
||||
"For complex schema, you can use advanced mode.": "For complex schema, you can use advanced mode.",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Simple": "Simple",
|
||||
"Advanced": "Advanced",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n",
|
||||
"Ask Claude": "クロードに聞いてみよう",
|
||||
"Extract Structured Data": "構造化データの抽出",
|
||||
"Custom API Call": "カスタムAPI通話",
|
||||
"Ask Claude anything you want!": "欲しいものは何でもクロードに聞いてみよう!",
|
||||
"Extract structured data from provided text,image or PDF.": "提供されたテキスト、画像、またはPDFから構造化データを抽出します。",
|
||||
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
||||
"Model": "モデル",
|
||||
"System Prompt": "システムのプロンプト表示",
|
||||
"Temperature": "温度",
|
||||
"Maximum Tokens": "最大トークン",
|
||||
"Question": "質問",
|
||||
"Image (URL)": "画像 (URL)",
|
||||
"Roles": "ロール",
|
||||
"Extended Thinking Mode": "拡張思考モード",
|
||||
"Text": "テキスト",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "ガイドの提案",
|
||||
"Data Schema Type": "データスキーマタイプ",
|
||||
"Data Definition": "データ定義",
|
||||
"Method": "方法",
|
||||
"Headers": "ヘッダー",
|
||||
"Query Parameters": "クエリパラメータ",
|
||||
"Body": "本文",
|
||||
"Response is Binary ?": "応答はバイナリですか?",
|
||||
"No Error on Failure": "失敗時にエラーはありません",
|
||||
"Timeout (in seconds)": "タイムアウト(秒)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "補完を生成するモデル。自然言語タスクに適しているモデルもあれば、コードに特化したモデルもあります。",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "温度がゼロに近づくにつれて、モデルは決定論的で反復的になります。",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "生成するトークンの最大数。 リクエストは、プロンプトと完了の間で共有された最大2,048または4,096トークンを使用できます。 値を最大値に設定しないで、トークンを入力してください。 正確な制限はモデルによって異なります。(通常の英文では1つのトークンが約4文字です)",
|
||||
"URL of image to be used as input for the model.": "モデルの入力として使用する画像のURL。",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "複雑なタスクのための claude 3.7 sonnet 拡張推論機能を使用します。",
|
||||
"Text to extract structured data from.": "構造化されたデータを抽出するテキスト。",
|
||||
"Image or PDF to extract structured data from.": "構造化されたデータを抽出する画像またはPDF。",
|
||||
"Prompt to guide the AI.": "AIを導くように促します。",
|
||||
"For complex schema, you can use advanced mode.": "複雑なスキーマでは、高度なモードを使用できます。",
|
||||
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
||||
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
||||
"Claude 4.5 Sonnet": "Claude 4.5 Sonnet",
|
||||
"Claude 4.5 Haiku": "クロード4.5俳句format@@0",
|
||||
"Claude 4.1 Opus": "Claude 4.1 Opus",
|
||||
"Claude 4 Sonnet": "Claude 4 Sonnet",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Claude 3 Haiku": "クロード3俳句format@@0",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Simple": "単純な",
|
||||
"Advanced": "高度な設定",
|
||||
"GET": "取得",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "削除",
|
||||
"HEAD": "頭"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Volg deze instructies om je Claude API Key te verkrijgen:\n\n1. Bezoek de volgende website: https://console.anthropic. om/instellingen/toetsen.\n2. Eenmaal op de website, lokaliseer en klik op de optie om je Claude API Key te verkrijgen.\n",
|
||||
"Ask Claude": "Vraag Claude",
|
||||
"Extract Structured Data": "Extract gestructureerde gegevens",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Ask Claude anything you want!": "Vraag Claude alles wat je wilt!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extract gestructureerde gegevens uit verstrekte tekst,afbeelding of PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
||||
"Model": "Model",
|
||||
"System Prompt": "Systeem Vragen",
|
||||
"Temperature": "Temperatuur",
|
||||
"Maximum Tokens": "Maximaal aantal tokens",
|
||||
"Question": "Vraag",
|
||||
"Image (URL)": "Afbeelding (URL)",
|
||||
"Roles": "Rollen",
|
||||
"Extended Thinking Mode": "Uitgebreid Denken Modus",
|
||||
"Text": "Tekstveld",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Prompt handleiding",
|
||||
"Data Schema Type": "Data Schema Type",
|
||||
"Data Definition": "Datadefinitie",
|
||||
"Method": "Methode",
|
||||
"Headers": "Kopteksten",
|
||||
"Query Parameters": "Query parameters",
|
||||
"Body": "Lichaam",
|
||||
"Response is Binary ?": "Antwoord is binair?",
|
||||
"No Error on Failure": "Geen fout bij fout",
|
||||
"Timeout (in seconds)": "Time-out (in seconden)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "Het model dat de voltooiing zal genereren. Sommige modellen zijn geschikt voor natuurlijke taaltaken, andere zijn gespecialiseerd in code.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Bestuurt willekeurigheid: Het verlagen van de temperatuur resulteert in minder willekeurige aanvullingen. Zodra de temperatuur nul nadert, zal het model deterministisch en herhalend worden.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "Het maximum aantal te genereren tokens Verzoeken kunnen maximaal 2.048 of 4.096 tokens gedeeld worden tussen prompt en voltooiing, stel de waarde niet in op maximum en laat sommige tokens voor de invoer. De exacte limiet varieert per model. (Eén token is grofweg 4 tekens voor normale Engelse tekst)",
|
||||
"URL of image to be used as input for the model.": "URL van de afbeelding die wordt gebruikt als input voor het model.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array of roles om een nauwkeuriger antwoord te geven. Controleer [guide to input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Gebruikt clausule 3.7 sonnet enhanced reasoning mogelijkheden voor complexe taken.",
|
||||
"Text to extract structured data from.": "Tekst om gestructureerde gegevens van uit te halen.",
|
||||
"Image or PDF to extract structured data from.": "Afbeelding of PDF om gestructureerde gegevens van uit te halen.",
|
||||
"Prompt to guide the AI.": "Vraag om de AI te begeleiden.",
|
||||
"For complex schema, you can use advanced mode.": "Voor complexe schema's kunt u de geavanceerde modus gebruiken.",
|
||||
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
||||
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
||||
"Claude 4.5 Sonnet": "Claude 4.5 Sonnet",
|
||||
"Claude 4.5 Haiku": "Claude 4.5 Haiku",
|
||||
"Claude 4.1 Opus": "Claude 4.1 Opus",
|
||||
"Claude 4 Sonnet": "Claude 4 Sonnet",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Simple": "Eenvoudig",
|
||||
"Advanced": "Geavanceerd",
|
||||
"GET": "KRIJG",
|
||||
"POST": "POSTE",
|
||||
"PATCH": "BEKIJK",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "VERWIJDEREN",
|
||||
"HEAD": "HOOFD"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Siga estas instruções para obter sua chave de API:\n\n1. Visite o seguinte site: https://console.anthropic. om/settings/keys.\n2. Uma vez no site, localize e clique na opção para obter sua chave de API Claude\n",
|
||||
"Ask Claude": "Perguntar ao Claude",
|
||||
"Extract Structured Data": "Extrair Dados Estruturados",
|
||||
"Custom API Call": "Chamada de API personalizada",
|
||||
"Ask Claude anything you want!": "Pergunte a Claude qualquer coisa que você quiser!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extraia dados estruturados do texto, imagem ou PDF fornecidos.",
|
||||
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
||||
"Model": "Modelo",
|
||||
"System Prompt": "Solicitação de Sistema",
|
||||
"Temperature": "Temperatura",
|
||||
"Maximum Tokens": "Máximo de Tokens",
|
||||
"Question": "Questão",
|
||||
"Image (URL)": "Imagem (URL)",
|
||||
"Roles": "Papéis",
|
||||
"Extended Thinking Mode": "Modo de Pensamento Estendido",
|
||||
"Text": "texto",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Prompt do guia",
|
||||
"Data Schema Type": "Tipo de esquema de dados",
|
||||
"Data Definition": "Definição de dados",
|
||||
"Method": "Método",
|
||||
"Headers": "Cabeçalhos",
|
||||
"Query Parameters": "Parâmetros da consulta",
|
||||
"Body": "Conteúdo",
|
||||
"Response is Binary ?": "A resposta é binária ?",
|
||||
"No Error on Failure": "Nenhum erro no Failure",
|
||||
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "O modelo que irá gerar a conclusão. Alguns modelos são adequados para tarefas de linguagem natural, outros são especializados no código.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controla aleatoriedade: Diminuir resulta em menos complementos aleatórios. À medida que a temperatura se aproxima de zero, o modelo se tornará determinístico e repetitivo.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "O número máximo de tokens a gerar. Solicitações podem usar até 2.048 ou 4.096 tokens compartilhados entre prompt e conclusão, não defina o valor como máximo e deixe algumas fichas para a entrada. O limite exato varia por modelo. (Um token é aproximadamente 4 caracteres para o texto normal em inglês)",
|
||||
"URL of image to be used as input for the model.": "URL da imagem a ser usada como entrada para o modelo.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array de papéis para especificar uma resposta mais precisa. Por favor, verifique [guia para entrada de mensagens](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Usa claude 3.7 sonnet aprimorada capacidades de raciocínio para tarefas complexas.",
|
||||
"Text to extract structured data from.": "Texto para extrair dados estruturados.",
|
||||
"Image or PDF to extract structured data from.": "Imagem ou PDF para extrair dados estruturados.",
|
||||
"Prompt to guide the AI.": "Peça para guiar a I.A.",
|
||||
"For complex schema, you can use advanced mode.": "Para esquemas complexos, você pode usar o modo avançado.",
|
||||
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
||||
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
||||
"Claude 4.5 Sonnet": "Claude 4.5 Sonnet",
|
||||
"Claude 4.5 Haiku": "Claude 4.5 Haiku",
|
||||
"Claude 4.1 Opus": "Claude 4.1 Opus",
|
||||
"Claude 4 Sonnet": "Claude 4 Sonnet",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Sonnet de Claude 3.5",
|
||||
"Claude 3.5 Haiku": "Claude 3,5 Haiku",
|
||||
"Simple": "Simples",
|
||||
"Advanced": "Avançado",
|
||||
"GET": "OBTER",
|
||||
"POST": "POSTAR",
|
||||
"PATCH": "COMPRAR",
|
||||
"PUT": "COLOCAR",
|
||||
"DELETE": "EXCLUIR",
|
||||
"HEAD": "CABEÇA"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"Anthropic Claude": "Антропический Клод",
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Следуйте этим инструкциям, чтобы получить ваш ключ API Claude\n\n1. Посетите следующий веб-сайт: https://console.anthropic. om/settings/keys.\n2. Один раз на веб-сайте, найдите и нажмите на опцию, чтобы получить ваш Claude API ключ.\n",
|
||||
"Ask Claude": "Спросить Клод",
|
||||
"Extract Structured Data": "Извлечь структурные данные",
|
||||
"Custom API Call": "Пользовательский вызов API",
|
||||
"Ask Claude anything you want!": "Спросите Claude всё, что хотите!",
|
||||
"Extract structured data from provided text,image or PDF.": "Извлечь структурированные данные из предоставленного текста, изображения или PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
||||
"Model": "Модель",
|
||||
"System Prompt": "Системная подсказка",
|
||||
"Temperature": "Температура",
|
||||
"Maximum Tokens": "Максимум жетонов",
|
||||
"Question": "Вопрос",
|
||||
"Image (URL)": "Изображение (URL)",
|
||||
"Roles": "Роли",
|
||||
"Extended Thinking Mode": "Расширенный режим мышления",
|
||||
"Text": "Текст",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Подсказка",
|
||||
"Data Schema Type": "Тип схемы данных",
|
||||
"Data Definition": "Определение данных",
|
||||
"Method": "Метод",
|
||||
"Headers": "Заголовки",
|
||||
"Query Parameters": "Параметры запроса",
|
||||
"Body": "Тело",
|
||||
"No Error on Failure": "Нет ошибок при ошибке",
|
||||
"Timeout (in seconds)": "Таймаут (в секундах)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "Модель, которая будет генерировать дополнение, некоторые модели подходят для естественных языковых задач, другие специализируются на программировании.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Контролирует случайность: понижение результатов в менее случайном завершении. По мере нулевого температурного приближения модель становится детерминированной и повторяющей.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "Максимальное количество фишек для генерации Запросы могут использовать до 2 048 или 4 096 токенов, которыми обменивались между оперативными и завершенными действиями, не устанавливайте максимальное значение и оставляйте некоторые токены для ввода. In the twentieth century, Russian is widely taught in the schools of the members of the old Warsaw Pact and in other countries of the former Soviet Union.",
|
||||
"URL of image to be used as input for the model.": "URL изображения, которое будет использоваться в качестве входной информации для модели.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Массив ролей, чтобы указать более точный ответ. Пожалуйста, проверьте [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Использует улучшенные возможности аргумента 3.7 для решения сложных задач.",
|
||||
"Text to extract structured data from.": "Текст для извлечения структурированных данных.",
|
||||
"Image or PDF to extract structured data from.": "Изображение или PDF для извлечения структурированных данных.",
|
||||
"Prompt to guide the AI.": "Запрос на руководство ИИ.",
|
||||
"For complex schema, you can use advanced mode.": "Для сложных схем можно использовать расширенный режим.",
|
||||
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
||||
"Claude 3 Haiku": "Клод 3 Хайку",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Simple": "Простой",
|
||||
"Advanced": "Расширенные",
|
||||
"GET": "ПОЛУЧИТЬ",
|
||||
"POST": "ПОСТ",
|
||||
"PATCH": "ПАТЧ",
|
||||
"PUT": "ПОКУПИТЬ",
|
||||
"DELETE": "УДАЛИТЬ",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n",
|
||||
"Ask Claude": "Ask Claude",
|
||||
"Extract Structured Data": "Extract Structured Data",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Ask Claude anything you want!": "Ask Claude anything you want!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extract structured data from provided text,image or PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Model": "Model",
|
||||
"System Prompt": "System Prompt",
|
||||
"Temperature": "Temperature",
|
||||
"Maximum Tokens": "Maximum Tokens",
|
||||
"Question": "Question",
|
||||
"Image (URL)": "Image (URL)",
|
||||
"Roles": "Roles",
|
||||
"Extended Thinking Mode": "Extended Thinking Mode",
|
||||
"Text": "Text",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Guide Prompt",
|
||||
"Data Schema Type": "Data Schema Type",
|
||||
"Data Definition": "Data Definition",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)",
|
||||
"URL of image to be used as input for the model.": "URL of image to be used as input for the model.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.",
|
||||
"Text to extract structured data from.": "Text to extract structured data from.",
|
||||
"Image or PDF to extract structured data from.": "Image or PDF to extract structured data from.",
|
||||
"Prompt to guide the AI.": "Prompt to guide the AI.",
|
||||
"For complex schema, you can use advanced mode.": "For complex schema, you can use advanced mode.",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
||||
"Claude 4.5 Sonnet": "Claude 4.5 Sonnet",
|
||||
"Claude 4.5 Haiku": "Claude 4.5 Haiku",
|
||||
"Claude 4.1 Opus": "Claude 4.1 Opus",
|
||||
"Claude 4 Sonnet": "Claude 4 Sonnet",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Simple": "Simple",
|
||||
"Advanced": "Advanced",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"Anthropic Claude": "Anthropic Claude",
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n",
|
||||
"Ask Claude": "Ask Claude",
|
||||
"Extract Structured Data": "Extract Structured Data",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Ask Claude anything you want!": "Ask Claude anything you want!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extract structured data from provided text,image or PDF.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Model": "Model",
|
||||
"System Prompt": "System Prompt",
|
||||
"Temperature": "Temperature",
|
||||
"Maximum Tokens": "Maximum Tokens",
|
||||
"Question": "Question",
|
||||
"Image (URL)": "Image (URL)",
|
||||
"Roles": "Roles",
|
||||
"Extended Thinking Mode": "Extended Thinking Mode",
|
||||
"Text": "Text",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Guide Prompt",
|
||||
"Data Schema Type": "Data Schema Type",
|
||||
"Data Definition": "Data Definition",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)",
|
||||
"URL of image to be used as input for the model.": "URL of image to be used as input for the model.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.",
|
||||
"Text to extract structured data from.": "Text to extract structured data from.",
|
||||
"Image or PDF to extract structured data from.": "Image or PDF to extract structured data from.",
|
||||
"Prompt to guide the AI.": "Prompt to guide the AI.",
|
||||
"For complex schema, you can use advanced mode.": "For complex schema, you can use advanced mode.",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Simple": "Simple",
|
||||
"Advanced": "Advanced",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n": "Follow these instructions to get your Claude API Key:\n\n1. Visit the following website: https://console.anthropic.com/settings/keys.\n2. Once on the website, locate and click on the option to obtain your Claude API Key.\n",
|
||||
"Ask Claude": "Ask Claude",
|
||||
"Extract Structured Data": "Extract Structured Data",
|
||||
"Custom API Call": "自定义 API 呼叫",
|
||||
"Ask Claude anything you want!": "Ask Claude anything you want!",
|
||||
"Extract structured data from provided text,image or PDF.": "Extract structured data from provided text,image or PDF.",
|
||||
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
||||
"Model": "Model",
|
||||
"System Prompt": "System Prompt",
|
||||
"Temperature": "Temperature",
|
||||
"Maximum Tokens": "Maximum Tokens",
|
||||
"Question": "Question",
|
||||
"Image (URL)": "Image (URL)",
|
||||
"Roles": "角色",
|
||||
"Extended Thinking Mode": "Extended Thinking Mode",
|
||||
"Text": "文本",
|
||||
"Image/PDF": "Image/PDF",
|
||||
"Guide Prompt": "Guide Prompt",
|
||||
"Data Schema Type": "Data Schema Type",
|
||||
"Data Definition": "Data Definition",
|
||||
"Method": "方法",
|
||||
"Headers": "信头",
|
||||
"Query Parameters": "查询参数",
|
||||
"Body": "正文内容",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "失败时没有错误",
|
||||
"Timeout (in seconds)": "超时(秒)",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.",
|
||||
"The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)": "The maximum number of tokens to generate. Requests can use up to 2,048 or 4,096 tokens shared between prompt and completion, don't set the value to maximum and leave some tokens for the input. The exact limit varies by model. (One token is roughly 4 characters for normal English text)",
|
||||
"URL of image to be used as input for the model.": "URL of image to be used as input for the model.",
|
||||
"Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).": "Array of roles to specify more accurate response.Please check [guide to Input Messages](https://docs.anthropic.com/en/api/messages-examples#vision).",
|
||||
"Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.": "Uses claude 3.7 sonnet enhanced reasoning capabilities for complex tasks.",
|
||||
"Text to extract structured data from.": "Text to extract structured data from.",
|
||||
"Image or PDF to extract structured data from.": "Image or PDF to extract structured data from.",
|
||||
"Prompt to guide the AI.": "Prompt to guide the AI.",
|
||||
"For complex schema, you can use advanced mode.": "For complex schema, you can use advanced mode.",
|
||||
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
||||
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
||||
"Claude 4.5 Sonnet": "Claude 4.5 Sonnet",
|
||||
"Claude 4.5 Haiku": "Claude 4.5 Haiku",
|
||||
"Claude 4.1 Opus": "Claude 4.1 Opus",
|
||||
"Claude 4 Sonnet": "Claude 4 Sonnet",
|
||||
"Claude 3.7 Sonnet": "Claude 3.7 Sonnet",
|
||||
"Claude 3 Haiku": "Claude 3 Haiku",
|
||||
"Claude 3 Sonnet": "Claude 3 Sonnet",
|
||||
"Claude 3 Opus": "Claude 3 Opus",
|
||||
"Claude 3.5 Sonnet": "Claude 3.5 Sonnet",
|
||||
"Claude 3.5 Haiku": "Claude 3.5 Haiku",
|
||||
"Simple": "Simple",
|
||||
"Advanced": "Advanced",
|
||||
"GET": "获取",
|
||||
"POST": "帖子",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "弹出",
|
||||
"DELETE": "删除",
|
||||
"HEAD": "黑色"
|
||||
}
|
||||
Reference in New Issue
Block a user