Third party services catalog declaration
This commit is contained in:
parent
8ab24899bd
commit
7b36e2f744
1 changed files with 21 additions and 0 deletions
21
tpsc.yaml
Normal file
21
tpsc.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# tpsc.yaml — Third-Party Services Catalog declarations for llm-connect
|
||||
# Each entry references a service slug from the central catalog at:
|
||||
# the-custodian/canon/tpsc/<slug>.yaml
|
||||
# Ingest: cd state-hub && make ingest-tpsc REPO=llm-connect
|
||||
|
||||
services:
|
||||
- slug: openai-api
|
||||
purpose: LLM inference via OpenAI-compatible REST API (OpenAIAdapter)
|
||||
auth: api_key
|
||||
|
||||
- slug: anthropic-api
|
||||
purpose: LLM inference via Claude Code CLI subprocess (ClaudeCodeAdapter)
|
||||
auth: cli
|
||||
|
||||
- slug: gemini-api
|
||||
purpose: LLM inference via Gemini generateContent API (GeminiAdapter)
|
||||
auth: api_key
|
||||
|
||||
- slug: openrouter-api
|
||||
purpose: Multi-model LLM routing via OpenAI-compatible endpoint (OpenRouterAdapter)
|
||||
auth: api_key
|
||||
Loading…
Add table
Add a link
Reference in a new issue