次の方法で共有


OpenRouter (独立したパブリッシャー) (プレビュー)

さまざまなプロバイダーの膨大な数のモデルを統合する、LLM 用の高パフォーマンス統合インターフェイス。

このコネクタは、次の製品とリージョンで使用できます。

サービス クラス リージョン
コピロット スタジオ Premium 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
ロジック アプリ Standard 次を除くすべての Logic Apps リージョン :
     - Azure Government リージョン
     - Azure China リージョン
     - 米国国防総省 (DoD)
Power Apps Premium 次を除くすべての Power Apps リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
Power Automate Premium 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
お問い合わせ
名前 Fördás András
Email fordosa90+ipc_openr@gmail.com
コネクタ メタデータ
Publisher Fördás András
Website https://openrouter.ai/
プライバシー ポリシー https://openrouter.ai/privacy
カテゴリ AI

接続を作成する

コネクタでは、次の認証の種類がサポートされています。

デフォルト 接続を作成するためのパラメーター。 すべてのリージョン 共有不可

デフォルト

適用対象: すべてのリージョン

接続を作成するためのパラメーター。

これは共有可能な接続ではありません。 電源アプリが別のユーザーと共有されている場合、別のユーザーは新しい接続を明示的に作成するように求められます。

名前 タイプ Description 必須
API キー securestring この API の API キー 正しい

調整制限

名前 呼び出し 更新期間
接続ごとの API 呼び出し 100 60 秒

アクション

Completion

選択したモデルに完了要求を送信します (テキストのみの形式)。

クレジットを取得する

認証されたユーザーに対して購入および使用されたクレジットの合計を返します。

チャット完了

選択したモデルにチャット完了要求を送信します。

モデル エンドポイントを一覧表示する

モデルのエンドポイントの一覧。

モデルを一覧表示する

API で使用できるモデルの一覧を返します。

生成を取得する

特定の生成要求に関するメタデータを返します。

Completion

選択したモデルに完了要求を送信します (テキストのみの形式)。

パラメーター

名前 キー 必須 説明
モデル
model True string

完了に使用するモデル ID。

Prompt
prompt True string

完了するテキスト プロンプト。

戻り値

名前 パス 説明
ID
id string

一意識別子。

Choices
choices array of object

生成された選択肢の詳細。

テキスト
choices.text string

生成されたテキスト。

Index
choices.index integer

インデックス。

完了理由
choices.finish_reason string

理由を完了します。

クレジットを取得する

認証されたユーザーに対して購入および使用されたクレジットの合計を返します。

戻り値

名前 パス 説明
クレジットの合計
data.total_credits double

購入したクレジットの合計

合計使用量
data.total_usage double

使用されたクレジットの合計

チャット完了

選択したモデルにチャット完了要求を送信します。

パラメーター

名前 キー 必須 説明
モデル
model True string

使用するモデル ID。

Role
role True string

入力テキストに関連付けられたロール。

Content
content True string

チャットの完了に使用されるコンテンツ。

戻り値

名前 パス 説明
ID
id string

一意識別子。

Choices
choices array of object

選択肢の詳細。

Role
choices.message.role string

生成されたコンテンツの話者の役割。

Content
choices.message.content string

生成されたメッセージの結果の内容。

モデル エンドポイントを一覧表示する

モデルのエンドポイントの一覧。

パラメーター

名前 キー 必須 説明
Author
author True string

モデルの作成者。モデル ID の最初の部分。

Slug
slug True string

モデルのスラッグ、モデル ID の 2 番目の部分。

戻り値

名前 パス 説明
id
data.id string

id

名前
data.name string

名前

作成済み
data.created float

作成済み

説明
data.description string

説明

トークナイザー
data.architecture.tokenizer string

トークナイザー

instruct_type
data.architecture.instruct_type string

instruct_type

モダリティ
data.architecture.modality string

モダリティ

Endpoints
data.endpoints array of object

使用可能なエンドポイントの詳細。

名前
data.endpoints.name string

名前。

コンテキストの長さ
data.endpoints.context_length float

コンテキストの長さ。

リクエスト
data.endpoints.pricing.request string

要求の価格の詳細。

Image
data.endpoints.pricing.image string

イメージの価格の詳細。

Prompt
data.endpoints.pricing.prompt string

プロンプトの価格の詳細。

Completion
data.endpoints.pricing.completion string

完了の価格の詳細。

プロバイダー名
data.endpoints.provider_name string

モデルとエンドポイント プロバイダーの名前。

サポートされているパラメーター
data.endpoints.supported_parameters array of string

サポートされているパラメーターの詳細。

モデルを一覧表示する

API で使用できるモデルの一覧を返します。

戻り値

名前 パス 説明
データ
data array of object

返されたデータ パッケージ。

ID
data.id string

モデルの一意の ID。

名前
data.name string

モデルの名前。

Description
data.description string

モデルの説明。

Prompt
data.pricing.prompt string

プロンプトに関する価格情報。

Completion
data.pricing.completion string

完了に関する価格情報。

生成を取得する

特定の生成要求に関するメタデータを返します。

パラメーター

名前 キー 必須 説明
ID
id True string

生成の一意識別子。

戻り値

名前 パス 説明
id
data.id string

id

total_cost
data.total_cost float

total_cost

作成日時
data.created_at string

作成日時

モデル
data.model string

モデル

origin
data.origin string

origin

使用
data.usage float

使用

is_byok
data.is_byok boolean

is_byok

upstream_id
data.upstream_id string

upstream_id

cache_discount
data.cache_discount float

cache_discount

app_id
data.app_id integer

app_id

ストリーミング
data.streamed boolean

ストリーミング

cancelled
data.cancelled boolean

cancelled

provider_name
data.provider_name string

provider_name

待ち時間
data.latency integer

待ち時間

moderation_latency
data.moderation_latency integer

moderation_latency

generation_time
data.generation_time integer

generation_time

終了理由
data.finish_reason string

終了理由

native_finish_reason
data.native_finish_reason string

native_finish_reason

tokens_prompt
data.tokens_prompt integer

tokens_prompt

tokens_completion
data.tokens_completion integer

tokens_completion

native_tokens_prompt
data.native_tokens_prompt integer

native_tokens_prompt

native_tokens_completion
data.native_tokens_completion integer

native_tokens_completion

native_tokens_reasoning
data.native_tokens_reasoning integer

native_tokens_reasoning

num_media_prompt
data.num_media_prompt integer

num_media_prompt

num_media_completion
data.num_media_completion integer

num_media_completion

num_search_results
data.num_search_results integer

num_search_results