AgentPantheon
Astrolabe logo

Astrolabeオープンソースのオープンクリオウエージェント向けルーティングゲートウェイとして、オープンAI互換のコストと安全性ポリシー

4.4 (5)
Daniel Nikulshynレビュー: Daniel Nikulshyn·更新 2026年6月

概要

Astrolabeは、OpenClawエージェントとOpenRouterの間のオープンソースなAIゲートウェイです。OpenRouterへのルーティングプロキシとして機能し、受信されたリクエストを区分けし、静的にチェックインしたモデルロスターから適切なモデルを検出し、OpenRouterにコールし、ツールの使用や不信任の入力を対象とする安全ポリシーを適用します。その目的は、ターンごとのプロバイダとモデルIDを手動で調整しないように、自宅ホストされたエージェントを許可することです。 これを実現するためには、デープシーク、アポープン、アンソピック、ミニメックス、ムーンショット、エックスエイ、クウェン、Google、ミストラルなどのプロバイダーから提供された、物理的なモデルから抽象化された、7つの仮想モデルを公開します。これらはastrolabe/auto、astrolabe/coding、astrolabe/research、astrolabe/vision、astrolabe/strict-json、astrolabe/cheap、astrolabe/safeです。これらは、静的なマニフェストの代わりにハードコードされた構成オブジェクトから管理される物理モデルからマッピングされます。 Astrolabeは、OpenClawエージェントのためにルーティングのフリデム、不落の挙動、コスト管理、およびツールの使用の安全性ポリシーを集約します。これらは、データベース、ホストされたコントロールプレーン、またはSaaSの任意の依存関係を追加せずに実現します。OSSバージョンはステートレスでセルフホストされたものであり、オペレーターはオープンルータAPIキーとAstrolabe APIキーを提供し、OpenClawがアストロラーベインスタンスにポイントします。 実行時、OpenClawはAstrolabeのPOST /v1/responses エンドポイントにリクエストを送信します(POST /v1/chat/completionsを含む) 。Astrolabeはカテゴリ、複雑さ、および修飾子を分類し、ロストと該当するモデルセットを解決し、要求を実行し、非ストリーミングのレスポンスを検証し、ツールポリシーのチェックを適用し、再度強力なモデルにエスカレートして、上流リクエストとx-astrolabe-* ヘッダとインラインメタデータを返します。 バージョン0.3.0ベータでは、プロジェクトはエアリーステージと小さすぎます。目的を持って設計されたオープンクラーキェコシステムの代わりに一般用途のLLMゲートウェイとして作成されていないので、ユーザーがLiteLLMやOpenRouter自身のルーティングのようなそれほど成熟した代替を使用することがあります。モデルの変更は静的なモデルロスターが再現性を提供しますが、手動で更新する必要があります。

主な機能

  • オープンAI互換の/v1/responsesと/v1/chat/completionsエンドポイント
  • 複数のサービス間で静的メニュー化されたモデルマニフェスト
  • 仮想モデル路線(auto,coding,research,vision,cheap,safe,strict-json)
  • カテゴリ、複雑さ、モディファイアを用いてリクエストの分類
  • ツール使用のセーフティポリシーセットに1回のエスカレーション
  • レスポンスの検証とx-astrolabe-メタデータヘッダー

料金

モデル
Free
評価
4.4 / 5 (5)

ユースケース

コスト最適化のLLMルーティング

オープンAI互換リクエストを、コスト、ポリシーを満たす最安値のモデルのルーティングに自動で行い、クライアントコードの変更なしでインフェレンス支出を減らす

セーフティゲートのAIゲートウェイ

ポリシーに基づいて、モデルのコールの前でセーフティゲートを導入し、プロンプトやリクエスト、レスポンスをダウンストリームのアプリケーションに届けないようにチェックしてみせる

シングルエスカレーションフェールバック

コスト最安のモデルが叶わなかったことがある場合、強いモデルに1回のエスカレーションでバランスを取ることで信頼性とコストの制御を実現する

オープンクリオウエークリエーション

オープンクリオウーのデプロイメント向けにルーティングプロキシとして機能し、モデル選択とポリシーの統合をサービス全体に展開する

メリット & デメリット

メリット

  • セルフホスティング且つステートレス、データベースもsaasの依存性も不要に
  • 仮想モデル路線は、プロバイダーとモデルIDを選択する必要がなくなる
  • ツール使用のセーフティポリシーはビルトイン
  • コストが意識されたルーティングと1回のエスカレーションfallback
  • オープンAI互換のエンドポイントは統合が容易

デメリット

  • 早期ベータ(0.3.0)なのでユーザー基地が非常に小さく
  • TightにOpenClawのエコシステムに焦点を当てているので、一般用途ではありません
  • 静的モデルマニフェストは手動で更新が必要
  • ユーザーは自らAPIキーを管理し、OpenRouterへのAPI キーを提供する必要があります

レビュー

4.4

5件の評価の平均。

5
2
4
3
3
0
2
0
1
0

レビューを投稿するにはログインしてください。

R

Rina Desai

May 16, 2026

Years in this space

I've evaluated a lot of these over the years. What stands out here is the core workflow — handled better than most — and it is genuinely easy to set up. Worth the time if this is your use case.

C

Carlos Mendoza

Mar 25, 2026

Compared a few options

Evaluated this against two competitors. Where it wins: the core workflow and it is genuinely easy to set up. Where it lags: the docs could be deeper. On balance the feature set — especially the dashboard — justifies the 4 stars for our use case.

A

Ahmed Saleh

Jan 26, 2026

Does the job

Pretty happy overall. The onboarding just works and it saves real time. A few rough edges remain can be annoying, but no dealbreakers — I'd recommend it to a friend without hesitating.

E

Elena Rossi

Sep 6, 2025

Use it every day

Honestly didn't expect to like it this much. The automation is exactly what I needed, and it saves real time. I do wish a few rough edges remain, but I reach for it almost every day now and it just clicks.

J

Joanna Kowalski

Jun 18, 2025

Does the job

Pretty happy overall. The integrations just works and it saves real time. The docs could be deeper can be annoying, but no dealbreakers — I'd recommend it to a friend without hesitating.

Q&A

How does Astrolabe choose which model to use for a request?

Astrolabe uses policy-driven routing to automatically select the lowest-cost model that meets your requirements. It also includes safety gates and can escalate to a more capable model once if the initial response doesn't meet criteria.

Is Astrolabe compatible with existing OpenAI client libraries?

Yes. Astrolabe is an OpenAI-compatible proxy, so applications built against the OpenAI API format can route through it with minimal changes. It's designed specifically for use with OpenClaw.

What safety controls does Astrolabe provide?

Astrolabe adds safety gates into the routing pipeline, allowing policies to govern requests and responses. Combined with single-step escalation, this helps balance cost, quality, and safety on each call.

質問する

AI Model Serving Platformsの代替