Skip to content

Commit

Permalink
Moji: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmoji committed Aug 20, 2024
1 parent f2bc944 commit 0209862
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion guides/box-ai/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Box AI APIを使用するには、管理者が管理コンソールでこのAPI

## Box AI APIへのアクセスの有効化

To interact with Box AI API, you need the `ai.readwrite` [scope][scope] added for your application. Before you add the scope, make sure that the Box Admin has granted you the access to Box AI API. If you can't see the **Manage AI** option in your app configuration settings, contact your admin.
Box AI APIを操作するには、アプリケーションに`ai.readwrite`[スコープ][scope]を追加する必要があります。このスコープを追加する前に、Box管理者からBox AI APIへのアクセス権限が付与されていることを確認してください。アプリの構成設定で \[**AIを管理する**] オプションが表示されていない場合は、管理者までお問い合わせください。

スコープを追加するには、以下の手順を実行します。

Expand Down
42 changes: 21 additions & 21 deletions guides/box-ai/supported-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,40 @@ fullyTranslated: true

<Message type="notice">

Box AI API is currently in beta which means the available capabilities may change. Box AI API is available to all Enterprise Plus customers.
Box AI APIは、現在ベータ版のため、利用可能な機能が変更される可能性があります。Box AI APIは、Enterprise Plusをご利用のすべてのお客様が利用できます。

</Message>

The table lists the supported AI models you can use to:
次の操作に使用できる、サポートされているAIモデルのリストを表に示します。

* [AIエージェントのデフォルト構成][agent]を取得する
* [`POST 2.0/ai/ask`][ask]エンドポイントおよび[`POST 2.0/ai/text_gen`][text-gen]エンドポイントで使用されるAIエージェントの構成を上書きする

When using `model` parameter your API calls, use the **API Name** listed in the table. For example, to get the AI agent configuration for a specific model, use the [model][ai-model] parameter and provide the `openai__gpt_3_5_turbo_16k` API name. Make sure you use **two underscores** after the provider name.
APIコールで`model`パラメータを使用する際は、表に示されている**API名**を使用します。たとえば、特定のモデルのAIエージェントの構成を取得するには、[model][ai-model]パラメータを使用して、API名`openai__gpt_3_5_turbo_16k`を指定します。プロバイダ名の後に**2つのアンダースコア**を使用していることを確認してください。

<Message type="notice">

The list may change depending on the model availability. **Preview** means you can use the model, but the access to all its features may be limited.
このリストはモデルの提供状況により変更される可能性があります。**プレビュー**の場合、そのモデルを使用することはできるものの、一部の機能へのアクセスが制限される可能性があります。

</Message>

| プロバイダ | ファミリ | API Name | External documentation | Capability | 提供状況 |
| --------------- | ------ | --------------------------------------- | ----------------------------------------------------------------------- | ---------- | ----- |
| OpenAI | GPT | `openai__gpt_3_5_turbo_16k` | [OpenAI GPT-3.5 model documentation][openai-gpt-3-5-model] | Chat | 利用可能 |
| Microsoft Azure | GPT | `azure__openai__gpt_3_5_turbo_16k` | [Azure OpenAI GPT-3.5 model documentation][azure-ai-model] | Chat | 利用可能 |
| GCP Vertex | Gecko | `google__textembedding_gecko` | [Google Vertex AI embeddings models documentation][vertex-ai-model] | Embeddings | 利用可能 |
| GCP Vertex | Gecko | `google__textembedding_gecko_002` | [Google Vertex AI embeddings model documentation][vertex-ai-model] | Embeddings | 利用可能 |
| GCP Vertex | Gecko | `google__textembedding_gecko_003` | [Google Vertex AI embeddings model documentation][vertex-ai-model] | Embeddings | 利用可能 |
| GCP Vertex | Gemini | `google__gemini_1_5_pro_001` | [Google Vertex AI Gemini models documentation][vertex-ai-gemini-models] | Chat | プレビュー |
| GCP Vertex | Gemini | `google__gemini_1_5_flash_001` | [Google Vertex AI Gemini models documentation][vertex-ai-gemini-models] | Chat | プレビュー |
| GCP Vertex | PaLM | `google__text_unicorn` | [Google PaLM 2 for Text model documentation][vertex-text-models] | Chat | 利用可能 |
| GCP Vertex | PaLM | `google__text_bison` | [Google PaLM 2 for Text model documentation][vertex-text-models] | Chat | 利用可能 |
| GCP Vertex | PaLM | `google__text_bison_32k` | [Google PaLM 2 for Text model documentation][vertex-text-models] | Chat | 利用可能 |
| OpenAI | GPT | `openai__gpt_4_1106_preview` | [OpenAI GPT-4 models documentation][openai-gpt-4-models] | Chat | 利用可能 |
| OpenAI | GPT | `openai__gpt_4_turbo_preview` | [OpenAI GPT-4 models documentation][openai-gpt-4-models] | Chat | 利用可能 |
| OpenAI | GPT | `openai__gpt_4o_2024_05_13` | [OpenAI GPT-4 models documentation][openai-gpt-4-models] | Chat | 利用可能 |
| Microsoft Azure | GPT | `azure__openai__text_embedding_ada_002` | [Azure OpenAI embeddings models documentation][azure-ai-embeddings] | Embeddings | 利用可能 |
| OpenAI | GPT | `openai__text_embedding_ada_002` | [Azure OpenAI embeddings models documentation][openai-embeddings] | Embeddings | 利用可能 |
| プロバイダ | ファミリ | API名 | 外部のドキュメント | 機能 | 提供状況 |
| --------------- | ------ | --------------------------------------- | --------------------------------------------------------------- | ---- | ----- |
| OpenAI | GPT | `openai__gpt_3_5_turbo_16k` | [OpenAI GPT-3.5モデルに関するドキュメント][openai-gpt-3-5-model] | チャット | 利用可能 |
| Microsoft Azure | GPT | `azure__openai__gpt_3_5_turbo_16k` | [Azure OpenAI GPT-3.5モデルに関するドキュメント][azure-ai-model] | チャット | 利用可能 |
| GCP Vertex | Gecko | `google__textembedding_gecko` | [Google Vertex AIの埋め込みモデルに関するドキュメント][vertex-ai-model] | 埋め込み | 利用可能 |
| GCP Vertex | Gecko | `google__textembedding_gecko_002` | [Google Vertex AIの埋め込みモデルに関するドキュメント][vertex-ai-model] | 埋め込み | 利用可能 |
| GCP Vertex | Gecko | `google__textembedding_gecko_003` | [Google Vertex AIの埋め込みモデルに関するドキュメント][vertex-ai-model] | 埋め込み | 利用可能 |
| GCP Vertex | Gemini | `google__gemini_1_5_pro_001` | [Google Vertex AIのGeminiモデルに関するドキュメント][vertex-ai-gemini-models] | チャット | プレビュー |
| GCP Vertex | Gemini | `google__gemini_1_5_flash_001` | [Google Vertex AIのGeminiモデルに関するドキュメント][vertex-ai-gemini-models] | チャット | プレビュー |
| GCP Vertex | PaLM | `google__text_unicorn` | [Googleのテキスト用PaLM 2モデルに関するドキュメント][vertex-text-models] | チャット | 利用可能 |
| GCP Vertex | PaLM | `google__text_bison` | [Googleのテキスト用PaLM 2モデルに関するドキュメント][vertex-text-models] | チャット | 利用可能 |
| GCP Vertex | PaLM | `google__text_bison_32k` | [Googleのテキスト用PaLM 2モデルに関するドキュメント][vertex-text-models] | チャット | 利用可能 |
| OpenAI | GPT | `openai__gpt_4_1106_preview` | [OpenAI GPT-4モデルに関するドキュメント][openai-gpt-4-models] | チャット | 利用可能 |
| OpenAI | GPT | `openai__gpt_4_turbo_preview` | [OpenAI GPT-4モデルに関するドキュメント][openai-gpt-4-models] | チャット | 利用可能 |
| OpenAI | GPT | `openai__gpt_4o_2024_05_13` | [OpenAI GPT-4モデルに関するドキュメント][openai-gpt-4-models] | チャット | 利用可能 |
| Microsoft Azure | GPT | `azure__openai__text_embedding_ada_002` | [Azure OpenAIの埋め込みモデルに関するドキュメント][azure-ai-embeddings] | 埋め込み | 利用可能 |
| OpenAI | GPT | `openai__text_embedding_ada_002` | [Azure OpenAIの埋め込みモデルに関するドキュメント][openai-embeddings] | 埋め込み | 利用可能 |

[ask]: e://post_ai_ask

Expand Down

0 comments on commit 0209862

Please sign in to comment.