@activepieces/piece-open-router 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/i18n/de.json +26 -26
- package/src/i18n/es.json +27 -27
- package/src/i18n/ja.json +26 -26
- package/src/i18n/nl.json +27 -27
- package/src/i18n/pt.json +30 -30
- package/src/i18n/zh.json +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-open-router",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "3.25.76",
|
|
14
14
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
15
|
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
-
"@activepieces/shared": "0.19.
|
|
16
|
+
"@activepieces/shared": "0.19.1",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"OpenRouter": "OpenRouter",
|
|
3
|
-
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "
|
|
4
|
-
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\
|
|
5
|
-
"Ask LLM": "LLM
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Ask any model supported by Open Router.": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Model": "
|
|
3
|
+
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "Use any AI model to generate code, text, or images via OpenRouter.ai.",
|
|
4
|
+
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n",
|
|
5
|
+
"Ask LLM": "Ask LLM",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Ask any model supported by Open Router.": "Ask any model supported by Open Router.",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Model": "Model",
|
|
10
10
|
"Prompt": "Prompt",
|
|
11
|
-
"Temperature": "
|
|
12
|
-
"Maximum Tokens": "
|
|
13
|
-
"Top P": "
|
|
14
|
-
"Method": "
|
|
15
|
-
"Headers": "
|
|
16
|
-
"Query Parameters": "
|
|
17
|
-
"Body": "
|
|
18
|
-
"Response is Binary ?": "
|
|
19
|
-
"No Error on Failure": "
|
|
20
|
-
"Timeout (in seconds)": "Timeout (in
|
|
21
|
-
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "
|
|
22
|
-
"The prompt to send to the model.": "
|
|
23
|
-
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "
|
|
24
|
-
"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)": "
|
|
25
|
-
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "
|
|
26
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
27
|
-
"Enable for files like PDFs, images, etc..": "
|
|
28
|
-
"GET": "
|
|
11
|
+
"Temperature": "Temperature",
|
|
12
|
+
"Maximum Tokens": "Maximum Tokens",
|
|
13
|
+
"Top P": "Top P",
|
|
14
|
+
"Method": "Method",
|
|
15
|
+
"Headers": "Headers",
|
|
16
|
+
"Query Parameters": "Query Parameters",
|
|
17
|
+
"Body": "Body",
|
|
18
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
|
+
"No Error on Failure": "No Error on Failure",
|
|
20
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
21
|
+
"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.",
|
|
22
|
+
"The prompt to send to the model.": "The prompt to send to the model.",
|
|
23
|
+
"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.",
|
|
24
|
+
"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)",
|
|
25
|
+
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.",
|
|
26
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
27
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
28
|
+
"GET": "GET",
|
|
29
29
|
"POST": "POST",
|
|
30
30
|
"PATCH": "PATCH",
|
|
31
31
|
"PUT": "PUT",
|
|
32
|
-
"DELETE": "
|
|
32
|
+
"DELETE": "DELETE",
|
|
33
33
|
"HEAD": "HEAD"
|
|
34
34
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"OpenRouter": "OpenRouter",
|
|
3
|
-
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "
|
|
4
|
-
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\
|
|
5
|
-
"Ask LLM": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Ask any model supported by Open Router.": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Model": "
|
|
10
|
-
"Prompt": "
|
|
11
|
-
"Temperature": "
|
|
12
|
-
"Maximum Tokens": "Tokens
|
|
3
|
+
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "Use any AI model to generate code, text, or images via OpenRouter.ai.",
|
|
4
|
+
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n",
|
|
5
|
+
"Ask LLM": "Ask LLM",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Ask any model supported by Open Router.": "Ask any model supported by Open Router.",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Model": "Model",
|
|
10
|
+
"Prompt": "Prompt",
|
|
11
|
+
"Temperature": "Temperature",
|
|
12
|
+
"Maximum Tokens": "Maximum Tokens",
|
|
13
13
|
"Top P": "Top P",
|
|
14
|
-
"Method": "
|
|
15
|
-
"Headers": "
|
|
16
|
-
"Query Parameters": "
|
|
17
|
-
"Body": "
|
|
18
|
-
"Response is Binary ?": "
|
|
19
|
-
"No Error on Failure": "No
|
|
20
|
-
"Timeout (in seconds)": "
|
|
21
|
-
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "
|
|
22
|
-
"The prompt to send to the model.": "
|
|
23
|
-
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "
|
|
24
|
-
"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)": "
|
|
25
|
-
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "
|
|
26
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
27
|
-
"Enable for files like PDFs, images, etc..": "
|
|
28
|
-
"GET": "
|
|
14
|
+
"Method": "Method",
|
|
15
|
+
"Headers": "Headers",
|
|
16
|
+
"Query Parameters": "Query Parameters",
|
|
17
|
+
"Body": "Body",
|
|
18
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
|
+
"No Error on Failure": "No Error on Failure",
|
|
20
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
21
|
+
"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.",
|
|
22
|
+
"The prompt to send to the model.": "The prompt to send to the model.",
|
|
23
|
+
"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.",
|
|
24
|
+
"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)",
|
|
25
|
+
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.",
|
|
26
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
27
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
28
|
+
"GET": "GET",
|
|
29
29
|
"POST": "POST",
|
|
30
30
|
"PATCH": "PATCH",
|
|
31
31
|
"PUT": "PUT",
|
|
32
|
-
"DELETE": "
|
|
33
|
-
"HEAD": "
|
|
32
|
+
"DELETE": "DELETE",
|
|
33
|
+
"HEAD": "HEAD"
|
|
34
34
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"OpenRouter": "OpenRouter",
|
|
3
|
-
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "
|
|
3
|
+
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "Use any AI model to generate code, text, or images via OpenRouter.ai.",
|
|
4
4
|
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n",
|
|
5
|
-
"Ask LLM": "LLM
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Ask any model supported by Open Router.": "Open Router
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Model": "
|
|
5
|
+
"Ask LLM": "Ask LLM",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Ask any model supported by Open Router.": "Ask any model supported by Open Router.",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Model": "Model",
|
|
10
10
|
"Prompt": "Prompt",
|
|
11
|
-
"Temperature": "
|
|
12
|
-
"Maximum Tokens": "
|
|
13
|
-
"Top P": "
|
|
14
|
-
"Method": "
|
|
15
|
-
"Headers": "
|
|
16
|
-
"Query Parameters": "
|
|
17
|
-
"Body": "
|
|
18
|
-
"Response is Binary ?": "
|
|
19
|
-
"No Error on Failure": "
|
|
20
|
-
"Timeout (in seconds)": "
|
|
21
|
-
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "
|
|
22
|
-
"The prompt to send to the model.": "
|
|
23
|
-
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "
|
|
24
|
-
"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)": "
|
|
25
|
-
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "
|
|
26
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
27
|
-
"Enable for files like PDFs, images, etc..": "
|
|
28
|
-
"GET": "
|
|
11
|
+
"Temperature": "Temperature",
|
|
12
|
+
"Maximum Tokens": "Maximum Tokens",
|
|
13
|
+
"Top P": "Top P",
|
|
14
|
+
"Method": "Method",
|
|
15
|
+
"Headers": "Headers",
|
|
16
|
+
"Query Parameters": "Query Parameters",
|
|
17
|
+
"Body": "Body",
|
|
18
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
|
+
"No Error on Failure": "No Error on Failure",
|
|
20
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
21
|
+
"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.",
|
|
22
|
+
"The prompt to send to the model.": "The prompt to send to the model.",
|
|
23
|
+
"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.",
|
|
24
|
+
"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)",
|
|
25
|
+
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.",
|
|
26
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
27
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
28
|
+
"GET": "GET",
|
|
29
29
|
"POST": "POST",
|
|
30
30
|
"PATCH": "PATCH",
|
|
31
31
|
"PUT": "PUT",
|
|
32
|
-
"DELETE": "
|
|
33
|
-
"HEAD": "
|
|
32
|
+
"DELETE": "DELETE",
|
|
33
|
+
"HEAD": "HEAD"
|
|
34
34
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"OpenRouter": "OpenRouter",
|
|
3
|
-
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "
|
|
4
|
-
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\
|
|
5
|
-
"Ask LLM": "
|
|
3
|
+
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "Use any AI model to generate code, text, or images via OpenRouter.ai.",
|
|
4
|
+
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n",
|
|
5
|
+
"Ask LLM": "Ask LLM",
|
|
6
6
|
"Custom API Call": "Custom API Call",
|
|
7
|
-
"Ask any model supported by Open Router.": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
7
|
+
"Ask any model supported by Open Router.": "Ask any model supported by Open Router.",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
9
|
"Model": "Model",
|
|
10
10
|
"Prompt": "Prompt",
|
|
11
|
-
"Temperature": "
|
|
12
|
-
"Maximum Tokens": "
|
|
13
|
-
"Top P": "
|
|
14
|
-
"Method": "
|
|
15
|
-
"Headers": "
|
|
16
|
-
"Query Parameters": "Query
|
|
17
|
-
"Body": "
|
|
18
|
-
"Response is Binary ?": "
|
|
19
|
-
"No Error on Failure": "
|
|
20
|
-
"Timeout (in seconds)": "
|
|
21
|
-
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "
|
|
22
|
-
"The prompt to send to the model.": "
|
|
23
|
-
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "
|
|
24
|
-
"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)": "
|
|
25
|
-
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "
|
|
26
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
27
|
-
"Enable for files like PDFs, images, etc..": "
|
|
28
|
-
"GET": "
|
|
29
|
-
"POST": "
|
|
30
|
-
"PATCH": "
|
|
11
|
+
"Temperature": "Temperature",
|
|
12
|
+
"Maximum Tokens": "Maximum Tokens",
|
|
13
|
+
"Top P": "Top P",
|
|
14
|
+
"Method": "Method",
|
|
15
|
+
"Headers": "Headers",
|
|
16
|
+
"Query Parameters": "Query Parameters",
|
|
17
|
+
"Body": "Body",
|
|
18
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
|
+
"No Error on Failure": "No Error on Failure",
|
|
20
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
21
|
+
"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.",
|
|
22
|
+
"The prompt to send to the model.": "The prompt to send to the model.",
|
|
23
|
+
"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.",
|
|
24
|
+
"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)",
|
|
25
|
+
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.",
|
|
26
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
27
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
28
|
+
"GET": "GET",
|
|
29
|
+
"POST": "POST",
|
|
30
|
+
"PATCH": "PATCH",
|
|
31
31
|
"PUT": "PUT",
|
|
32
|
-
"DELETE": "
|
|
33
|
-
"HEAD": "
|
|
32
|
+
"DELETE": "DELETE",
|
|
33
|
+
"HEAD": "HEAD"
|
|
34
34
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"OpenRouter": "OpenRouter",
|
|
3
|
-
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "Use
|
|
3
|
+
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "Use any AI model to generate code, text, or images via OpenRouter.ai.",
|
|
4
4
|
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n",
|
|
5
|
-
"Ask LLM": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Ask any model supported by Open Router.": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Model": "
|
|
10
|
-
"Prompt": "
|
|
11
|
-
"Temperature": "
|
|
12
|
-
"Maximum Tokens": "
|
|
13
|
-
"Top P": "
|
|
14
|
-
"Method": "
|
|
15
|
-
"Headers": "
|
|
16
|
-
"Query Parameters": "
|
|
17
|
-
"Body": "
|
|
18
|
-
"Response is Binary ?": "
|
|
19
|
-
"No Error on Failure": "
|
|
20
|
-
"Timeout (in seconds)": "
|
|
21
|
-
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "
|
|
22
|
-
"The prompt to send to the model.": "
|
|
23
|
-
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "
|
|
24
|
-
"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)": "
|
|
25
|
-
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "
|
|
26
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
27
|
-
"Enable for files like PDFs, images, etc..": "
|
|
28
|
-
"GET": "
|
|
29
|
-
"POST": "
|
|
30
|
-
"PATCH": "
|
|
31
|
-
"PUT": "
|
|
32
|
-
"DELETE": "
|
|
33
|
-
"HEAD": "
|
|
5
|
+
"Ask LLM": "Ask LLM",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Ask any model supported by Open Router.": "Ask any model supported by Open Router.",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Model": "Model",
|
|
10
|
+
"Prompt": "Prompt",
|
|
11
|
+
"Temperature": "Temperature",
|
|
12
|
+
"Maximum Tokens": "Maximum Tokens",
|
|
13
|
+
"Top P": "Top P",
|
|
14
|
+
"Method": "Method",
|
|
15
|
+
"Headers": "Headers",
|
|
16
|
+
"Query Parameters": "Query Parameters",
|
|
17
|
+
"Body": "Body",
|
|
18
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
|
+
"No Error on Failure": "No Error on Failure",
|
|
20
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
21
|
+
"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.",
|
|
22
|
+
"The prompt to send to the model.": "The prompt to send to the model.",
|
|
23
|
+
"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.",
|
|
24
|
+
"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)",
|
|
25
|
+
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.",
|
|
26
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
27
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
28
|
+
"GET": "GET",
|
|
29
|
+
"POST": "POST",
|
|
30
|
+
"PATCH": "PATCH",
|
|
31
|
+
"PUT": "PUT",
|
|
32
|
+
"DELETE": "DELETE",
|
|
33
|
+
"HEAD": "HEAD"
|
|
34
34
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
|
-
"OpenRouter": "
|
|
3
|
-
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "
|
|
4
|
-
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\
|
|
5
|
-
"Ask LLM": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Ask any model supported by Open Router.": "
|
|
8
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
-
"Model": "
|
|
10
|
-
"Prompt": "
|
|
11
|
-
"Temperature": "
|
|
12
|
-
"Maximum Tokens": "
|
|
13
|
-
"Top P": "
|
|
14
|
-
"Method": "
|
|
15
|
-
"Headers": "
|
|
16
|
-
"Query Parameters": "
|
|
17
|
-
"Body": "
|
|
2
|
+
"OpenRouter": "OpenRouter",
|
|
3
|
+
"Use any AI model to generate code, text, or images via OpenRouter.ai.": "Use any AI model to generate code, text, or images via OpenRouter.ai.",
|
|
4
|
+
"\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n": "\nFollow these instructions to get your OpenAI API Key:\n\n1. Visit the following website: https://openrouter.ai/keys.\n2. Once on the website, click on create a key.\n3. Once you have created a key, copy it and use it for the Api key field on the site.\n",
|
|
5
|
+
"Ask LLM": "Ask LLM",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Ask any model supported by Open Router.": "Ask any model supported by Open Router.",
|
|
8
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
9
|
+
"Model": "Model",
|
|
10
|
+
"Prompt": "Prompt",
|
|
11
|
+
"Temperature": "Temperature",
|
|
12
|
+
"Maximum Tokens": "Maximum Tokens",
|
|
13
|
+
"Top P": "Top P",
|
|
14
|
+
"Method": "Method",
|
|
15
|
+
"Headers": "Headers",
|
|
16
|
+
"Query Parameters": "Query Parameters",
|
|
17
|
+
"Body": "Body",
|
|
18
18
|
"Response is Binary ?": "Response is Binary ?",
|
|
19
|
-
"No Error on Failure": "
|
|
20
|
-
"Timeout (in seconds)": "
|
|
21
|
-
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code.": "
|
|
22
|
-
"The prompt to send to the model.": "
|
|
23
|
-
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.": "
|
|
24
|
-
"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)": "
|
|
25
|
-
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "
|
|
26
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
19
|
+
"No Error on Failure": "No Error on Failure",
|
|
20
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
21
|
+
"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.",
|
|
22
|
+
"The prompt to send to the model.": "The prompt to send to the model.",
|
|
23
|
+
"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.",
|
|
24
|
+
"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)",
|
|
25
|
+
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.",
|
|
26
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
27
27
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
28
|
-
"GET": "
|
|
29
|
-
"POST": "
|
|
28
|
+
"GET": "GET",
|
|
29
|
+
"POST": "POST",
|
|
30
30
|
"PATCH": "PATCH",
|
|
31
|
-
"PUT": "
|
|
32
|
-
"DELETE": "
|
|
33
|
-
"HEAD": "
|
|
31
|
+
"PUT": "PUT",
|
|
32
|
+
"DELETE": "DELETE",
|
|
33
|
+
"HEAD": "HEAD"
|
|
34
34
|
}
|