write-language 0.1.39 → 0.1.41

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 +30 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,34 @@
1
+ <p align="center">
2
+ <br />
3
+ <a href="https://www.npmjs.com/package/write-language"><img src="https://img.shields.io/npm/dm/write-language.svg" alt="NPM Monthly Downloads"></a>
4
+ <a href="https://www.npmjs.com/package/write-language"><img src="https://img.shields.io/npm/v/write-language.svg" alt="npm version"></a>
5
+ <a href="https://discord.gg/SJdBqBz3tV">
6
+ <img src="https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat"
7
+ alt="Join Discord" />
8
+ </a>
9
+ <a href="https://github.com/vtempest/qwksearch-research-agent/discussions">
10
+ <img alt="GitHub Stars" src="https://img.shields.io/github/stars/vtempest/qwksearch-research-agent" /></a>
11
+ <br />
12
+ <a href="https://github.com/vtempest/qwksearch-research-agent/discussions">
13
+ <img alt="GitHub Discussions"
14
+ src="https://img.shields.io/github/discussions/vtempest/qwksearch-research-agent" />
15
+ </a>
16
+ <a href="https://github.com/vtempest/qwksearch-research-agent/pulse" alt="Activity">
17
+ <img src="https://img.shields.io/github/commit-activity/m/vtempest/qwksearch-research-agent" />
18
+ </a>
19
+ <img src="https://img.shields.io/github/last-commit/vtempest/qwksearch-research-agent.svg" alt="GitHub last commit" />
20
+ <br />
21
+ <a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request">
22
+ <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"
23
+ alt="PRs Welcome" />
24
+ </a>
25
+ <a href="https://codespaces.new/vtempest/qwksearch-research-agent">
26
+ <img src="https://github.com/codespaces/badge.svg" width="150" height="20" />
27
+ </a>
28
+ </p>
29
+
1
30
  # write-language
2
31
 
3
- <a href="https://www.npmjs.com/package/write-language"><img src="https://img.shields.io/npm/dm/write-language.svg" alt="NPM Monthly Downloads"></a>
4
- <a href="https://www.npmjs.com/package/write-language"><img src="https://img.shields.io/npm/v/write-language.svg" alt="npm version"></a>
5
32
 
6
33
  Multi-provider language generation toolkit using Vercel AI SDK. Generate AI responses with 10+ LLM providers including OpenAI, Anthropic, Google, AWS Bedrock, and more.
7
34
 
@@ -256,4 +283,4 @@ Built on top of the [Vercel AI SDK](https://sdk.vercel.ai), with a small registr
256
283
  | 52 | ![](https://www.google.com/s2/favicons?domain=poolside.ai&sz=64) | ![](https://flagcdn.com/w40/us.png) | Laguna XS 2.1 (free) | Poolside | $0 | 262,144 | — | — | — | 4d ago |
257
284
  | 53 | ![](https://www.google.com/s2/favicons?domain=qwen.ai&sz=64) | ![](https://flagcdn.com/w40/cn.png) | Qwen3.6 Plus | Qwen | $1.95 | 1,000,000 | 39.6 | 54.5 | 27.6 | 3mo ago |
258
285
  | 54 | ![](https://www.google.com/s2/favicons?domain=z.ai&sz=64) | ![](https://flagcdn.com/w40/cn.png) | GLM 4.7 Flash | Z.ai | $0.40 | 202,752 | — | — | — | 5mo ago |
259
- | 55 | ![](https://www.google.com/s2/favicons?domain=openai.com&sz=64) | ![](https://flagcdn.com/w40/us.png) | gpt-oss-20b | OpenAI | $0.14 | 131,072 | 14.9 | 20.7 | 3.1 | 11mo ago |
286
+ | 55 | ![](https://www.google.com/s2/favicons?domain=openai.com&sz=64) | ![](https://flagcdn.com/w40/us.png) | gpt-oss-20b | OpenAI | $0.14 | 131,072 | 14.9 | 20.7 | 3.1 | 11mo ago |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "write-language",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "description": "Multi-provider language generation toolkit using Vercel AI SDK - generate responses with 10+ LLM providers including OpenAI, Anthropic, Google, and more.",
5
5
  "author": "vtempest <grokthiscontact@gmail.com>",
6
6
  "license": "rights.institute/PROSPER",