jay77721
47ecc2a231
feat: populate content_length and max_output from official docs ( #17836 )
...
## Summary
- Verify and populate `content_length` (context window) and `max_output`
(max generation tokens) for all **478 chat/vision models** across **47
provider configs**
- Data sourced from **official API documentation** via 12 parallel
agents + targeted web verification
- Update Go test assertions to match verified values
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-08-05 15:22:57 +08:00
Haruko386
c575164695
Go: add tools for a lot of providers ( #17341 )
...
### Summary
As title
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-24 19:33:38 +08:00
Lynn
1430d0e431
Fix: provider name ( #16733 )
2026-07-09 10:19:10 +08:00
Haruko386
db9e782747
Go: implement provider: MinerU ( #14990 )
...
### What problem does this PR solve?
Implement MinerU Provider
**The following functionalities are now supported:**
**MinerU**
----
- [x] Parse file
- [x] Show task
- [ ] ~~List tasks~~
**Verified examples from the CLI:**
```plaintext
RAGFlow(user)> parse with 'vlm@test@mineru' file 'https://arxiv.org/pdf/2505.09358 '
+--------------------------------------+
| task_id |
+--------------------------------------+
| 142ac8ea-d9d0-4a68-a2d1-d3af67635dc9 |
+--------------------------------------+
RAGFlow(user)> show 'test@mineru' task '142ac8ea-d9d0-4a68-a2d1-d3af67635dc9'
+--------------------------------------------+-------+
| content | index |
+--------------------------------------------+-------+
| Task is running... Progress: 17 / 18 pages | 0 |
+--------------------------------------------+-------+
RAGFlow(user)> show 'test@mineru' task '142ac8ea-d9d0-4a68-a2d1-d3af67635dc9'
+--------------------------------------------------------------------------------------------+-------+
| content | index |
+--------------------------------------------------------------------------------------------+-------+
| https://cdn-mineru.openxlab.org.cn/pdf/2026-05-18/142ac8ea-d9d0-4a68-a2d1-d3af67635dc9.zip | 0 |
+--------------------------------------------------------------------------------------------+-------+
```
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [x] Refactoring
2026-05-19 10:49:33 +08:00
Haruko386
92145dc764
Go: implement provider: DeepInfra, XunFei ( #14978 )
...
### What problem does this PR solve?
This PR implement implement provider and Mistral, DeepInfra, XunFei
**The following functionalities are now supported:**
**DeepInfra**
- [x] chat / think chat / stream chat / stream think chat
- [x] Embedding
- [x] ASR
- [x] TTS
- [x] ListModels
- [x] Provider connection checking
- [x] Balance
- [ ] ~~Rerank~~
**XunFei**
- [x] chat / think chat / stream chat / stream think chat
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
- [x] Refactoring
2026-05-18 16:57:42 +08:00