You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This avoids heavy base64 conversion for large images — pass the `file_id` directly to the VLM API.
33
+
25
34
Note: The MiniMax File API returned HTTP 404 with the current API key. The implementation is correct (endpoint paths, FormData multipart upload, and authentication are all verified). This is an API key permission issue — the code will work once a compatible key or endpoint is confirmed with MiniMax.
26
35
27
36
### v0.3.0 — Agent Tool Schema Auto-Generation
@@ -411,7 +420,7 @@ bun run build:npm
411
420
412
421
## Changelog
413
422
414
-
### v0.4.0 — File Management API
423
+
### v0.4.0 — File Management API + Vision file_id Support
0 commit comments