{
  "service": "ticker-alerts",
  "model": "deepseek/deepseek-v4-flash",
  "thesis_models": {
    "grok_news": "x-ai/grok-3-beta",
    "x_api_synth": "openai/gpt-4o-mini",
    "critic": "anthropic/claude-3.7-sonnet"
  },
  "thesis_news_mode": "x_api_hybrid",
  "thesis_accounts": [
    "@KobeissiLetter",
    "@SemiAnalysis_",
    "@karpathy",
    "@sama",
    "@NVIDIAAI",
    "@GoogleDeepMind",
    "@demishassabis",
    "@MatthewBerman"
  ],
  "endpoints": [
    "/update [POST+Bearer]",
    "/status",
    "/scores",
    "/x-sources [GET/POST+Bearer]",
    "/x-tweets [GET+Bearer]",
    "/x-ingest-now [GET+Bearer]",
    "/trigger",
    "/calibrate",
    "/score-holdings",
    "/sync-holding-prices",
    "/thesis",
    "/revise-thesis"
  ],
  "watchlist_update": "UPDATE watchlist SET buy_condition=? WHERE ticker=?  via d1_database_query MCP"
}