Skip to content

Commit e911648

Browse files
Update Moondream links: console.moondream.ai -> moondream.ai
The old console.moondream.ai URL is no longer correct. Updated all 20 references across 15 files (READMEs, HTML pages, JS clients) to point to moondream.ai. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent a763f9a commit e911648

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

00-visual-reasoning-harness/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ The ProAV industry should own its AI future—not rent it from platform vendors.
403403
## Resources
404404

405405
- [Visual Reasoning Playground](https://github.com/StreamGeeks/visual-reasoning-playground)
406-
- [Moondream API](https://console.moondream.ai)
406+
- [Moondream API](https://moondream.ai)
407407
- [Book: Visual Reasoning AI for Broadcast and ProAV](https://visualreasoning.ai/book)
408408
- [PTZOptics Developer Resources](https://ptzoptics.com/api)
409409

03-gesture-obs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Control OBS Studio scene switching using hand gestures detected by Moondream.
1414

1515
## Requirements
1616

17-
1. **Moondream API Key** - Get one free at [console.moondream.ai](https://console.moondream.ai)
17+
1. **Moondream API Key** - Get one free at [moondream.ai](https://moondream.ai)
1818
2. **OBS Studio** with WebSocket Server enabled:
1919
- Open OBS → Tools → WebSocket Server Settings
2020
- Enable WebSocket Server

08-framing-assistant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Simply specify what you want to track (person, face, speaker, etc.) and the came
2323

2424
## Requirements
2525

26-
1. **Moondream API Key** - Get one at [console.moondream.ai](https://console.moondream.ai)
26+
1. **Moondream API Key** - Get one at [moondream.ai](https://moondream.ai)
2727
2. **PTZOptics Camera** - Any model with HTTP API support
2828
3. **Webcam or Video Source** - For displaying camera feed (can be NDI or capture card)
2929

09-ptz-color-tuner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Color Assistant uses Moondream AI to analyze your video feed's color charact
1919

2020
## Requirements
2121

22-
1. **Moondream API Key** - Get one at [console.moondream.ai](https://console.moondream.ai)
22+
1. **Moondream API Key** - Get one at [moondream.ai](https://moondream.ai)
2323
2. **PTZOptics Camera** - Any model with HTTP API support
2424
3. **Webcam or Video Source** - For displaying camera feed
2525

11-multimodal-studio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Multimodal Studio Assistant combines voice commands with visual tracking to
1818

1919
## Requirements
2020

21-
1. **Moondream API Key** - [console.moondream.ai](https://console.moondream.ai)
21+
1. **Moondream API Key** - [moondream.ai](https://moondream.ai)
2222
2. **OpenAI API Key** - [platform.openai.com](https://platform.openai.com/api-keys) (for Whisper)
2323
3. **PTZOptics Camera** - Any model with HTTP API
2424
4. **OBS Studio** - With WebSocket server enabled (Tools → WebSocket Server Settings)

12-multimodal-fusion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Combines audio (speech recognition) and video (Moondream) understanding to trigg
66

77
## Quick Start
88

9-
1. Get a Moondream API key from [console.moondream.ai](https://console.moondream.ai)
9+
1. Get a Moondream API key from [moondream.ai](https://moondream.ai)
1010
2. Open `index.html` in a modern browser (Chrome recommended for speech recognition)
1111
3. Allow camera and microphone access
1212
4. Enter your API key

14-tracking-comparison/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python server.py
2828

2929
## Requirements
3030

31-
1. **Moondream API Key** - Get one at [console.moondream.ai](https://console.moondream.ai)
31+
1. **Moondream API Key** - Get one at [moondream.ai](https://moondream.ai)
3232
2. **PTZOptics Camera** - Any model with HTTP API support
3333
3. **Webcam or Video Source** - For displaying camera feed
3434

PTZOptics-Moondream-Tracker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This application uses:
2626

2727
### Prerequisites
2828

29-
1. **Moondream API Key**: Get your API key from [console.moondream.ai](https://console.moondream.ai)
29+
1. **Moondream API Key**: Get your API key from [moondream.ai](https://moondream.ai)
3030
2. **PTZ Camera**: A PTZ camera with HTTP API support (e.g., `/cgi-bin/ptzctrl.cgi`)
3131
3. **Web Browser**: Modern browser with WebRTC support (Chrome, Edge, Firefox)
3232
4. **Web Server**: Serve the files via HTTP/HTTPS (required for WebRTC camera access)
@@ -52,7 +52,7 @@ This application uses:
5252
## Usage
5353

5454
1. **Enter Moondream API Key**:
55-
- Get your key from [console.moondream.ai](https://console.moondream.ai)
55+
- Get your key from [moondream.ai](https://moondream.ai)
5656
- Enter it in the "Moondream API Key" field
5757
- It will be saved in your browser for future sessions
5858

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Complete AI control panel as an OBS Browser Dock.
414414

415415
### Option A: Try Online Instantly (Recommended)
416416

417-
1. **Get Your API Key** - Sign up at [console.moondream.ai](https://console.moondream.ai) (free tier available)
417+
1. **Get Your API Key** - Sign up at [moondream.ai](https://moondream.ai) (free tier available)
418418
2. **Open Any Tool** - Visit the [Visual Reasoning Playground](https://streamgeeks.github.io/visual-reasoning-playground/)
419419
3. **Enter Your API Key** - Paste it once, and you're ready to go!
420420

@@ -557,7 +557,7 @@ Moondream charges per API call. Control costs with the rate slider in each tool:
557557
## Requirements
558558

559559
**All Tools:**
560-
- [Moondream API Key](https://console.moondream.ai) (free tier available)
560+
- [Moondream API Key](https://moondream.ai) (free tier available)
561561
- Modern browser (Chrome recommended)
562562
- Local web server
563563

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ <h1>🎥 Visual Reasoning Playground</h1>
348348
<div class="api-setup">
349349
<span class="api-setup-icon">🔑</span>
350350
<div class="api-setup-text">
351-
<strong>Get Started:</strong> Grab your free API key at <a href="https://console.moondream.ai" target="_blank">console.moondream.ai</a><br>
351+
<strong>Get Started:</strong> Grab your free API key at <a href="https://moondream.ai" target="_blank">moondream.ai</a><br>
352352
<span style="opacity: 0.7; font-size: 0.85rem;">All tools share one API key - set it once and explore!</span>
353353
</div>
354354
</div>

0 commit comments

Comments
 (0)