bep40 commited on
Commit
3e9f2fc
Β·
verified Β·
1 Parent(s): a55b9ed

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -6
README.md CHANGED
@@ -25,10 +25,29 @@ secrets:
25
 
26
  # Space Multiverse β€” ML Intern V2 (FREE & SAVE MODEL)
27
 
28
- <!-- rebuild: 2026-06-05-fixed-owl-alpha -->
29
 
30
- * Fixed: Owl Alpha now uses `openai/openrouter/owl-alpha` (NO `:free` suffix β€” it's free by default).
31
- * Fixed: All other OpenRouter free models use `:free` suffix.
32
- * Fixed: OpenRouter models are routed to `https://openrouter.ai/api/v1` with stripped `openai/` prefix.
33
- * Fixed: Frontend dropdown shows 13 custom models instead of upstream defaults.
34
- * Required: Set `OPENROUTER_API_KEY` secret in Space settings.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
  # Space Multiverse β€” ML Intern V2 (FREE & SAVE MODEL)
27
 
28
+ <!-- rebuild: 2026-06-06-owl-alpha-removed-stealth-broken -->
29
 
30
+ **13 models β€” mix of HF Inference + OpenRouter.**
31
+
32
+ ## Models
33
+
34
+ | # | Model | Route | Provider | Free? |
35
+ |---|-------|-------|----------|-------|
36
+ | 1 | **DeepSeek V4 Pro** | HF Inference | `deepseek-ai` | βœ… (default) |
37
+ | 2 | **DeepSeek V4 Flash** | HF Inference | `deepseek-ai` | βœ… |
38
+ | 3 | **GPT-5.5** | HF Inference (fal-ai) | `openai` | βœ… |
39
+ | 4 | **Qwen3 Coder Next** | HF Inference | `Qwen` | βœ… |
40
+ | 5 | **Gemma 3 1B** | HF Inference | `google` | βœ… |
41
+ | 6 | **Gemini 2.0 Flash** | OpenRouter | `google` | βœ… |
42
+ | 7 | **DeepSeek V4 Flash (OR)** | OpenRouter | `deepseek` | βœ… |
43
+ | 8 | **Gemma 4 9B** | OpenRouter | `google` | βœ… |
44
+ | 9 | **Gemma 4 31B** | OpenRouter | `google` | βœ… |
45
+ | 10 | **Nemotron 3 Super 120B** | OpenRouter | `nvidia` | βœ… |
46
+ | 11 | **Nemotron 3 Ultra 550B** | OpenRouter | `nvidia` | βœ… |
47
+ | 12 | **Laguna M.1** | OpenRouter | `poolside` | βœ… |
48
+ | 13 | **Laguna XS.2** | OpenRouter | `poolside` | βœ… |
49
+
50
+ > Owl Alpha REMOVED β€” its free provider "Stealth" on OpenRouter is broken (returns 400 error).
51
+
52
+ ## Required Secrets
53
+ - `OPENROUTER_API_KEY` β€” required for OpenRouter-routed models