@cubos/ai-suite 1.0.2381700159-0.dev → 1.0.2403796429-3.dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  - **Multimodal** — images, PDFs and files supported where available
21
21
  - **Structured Output** — JSON Schema via Zod, validated and typed
22
22
  - **Tool / Function Calling** — consistent across all compatible providers
23
- - **Reasoning & Thinking** — OpenAI o1/o3, Grok reasoning, Gemini 2.5 thinking modes
23
+ - **Reasoning & Thinking** — reasoning and thinking modes for supported models
24
24
  - **Batch Processing** — async batch jobs for OpenAI, Anthropic and Gemini
25
25
  - **File Upload** — upload `.jsonl` files for batch inputs
26
26
  - **Retry Logic** — built-in exponential backoff
@@ -83,10 +83,6 @@ Full documentation, guides and API reference at **[cubos.github.io/ai-suite](htt
83
83
  - [Batch](https://cubos.github.io/ai-suite/usage-batch/)
84
84
  - [File Upload](https://cubos.github.io/ai-suite/usage-file-upload/)
85
85
 
86
- ## License
87
-
88
- MIT © [Cubos](https://cubos.io)
89
-
90
86
  ## Contributors
91
87
 
92
88
  <a href="https://github.com/cubos/ai-suite/graphs/contributors">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cubos/ai-suite",
3
3
  "author": "Joshua Passos",
4
- "version": "1.0.2381700159-0.dev",
4
+ "version": "1.0.2403796429-3.dev",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
7
7
  "main": "./dist/index.js",