okeymeta-ai-sdk 1.0.0 → 1.0.1
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.
- package/README.md +16 -6
- package/package.json +2 -2
- package/okeymeta-ai-sdk-1.0.0.tgz +0 -0
package/README.md
CHANGED
@@ -35,12 +35,22 @@ const client = new OkeyMetaClient({ auth_token: 'your_auth_token_here' });
|
|
35
35
|
|
36
36
|
## ✨ Features at a Glance
|
37
37
|
|
38
|
-
| Model | Text Completion | Image-to-Text | Conversation | Advanced Reasoning |
|
39
|
-
|
40
|
-
| okeyai2.0-basic | ✔️ | ❌ | ✔️ | ❌ |
|
41
|
-
| okeyai2.0-mega | ✔️ | ✔️ | ✔️ | ❌ |
|
42
|
-
| okeyai3.0-vanguard | ✔️ | ✔️ | ✔️ | ❌ |
|
43
|
-
| okeyai4.0-DeepCognition| ✔️ | ✔️ | ✔️ | ✔️ |
|
38
|
+
| Model | Text Completion | Image-to-Text | Conversation | Advanced Reasoning | Real-Time Information¹ |
|
39
|
+
|------------------------|:---------------:|:-------------:|:------------:|:-----------------:|:---------------------:|
|
40
|
+
| okeyai2.0-basic | ✔️ | ❌ | ✔️ | ❌ | ❌ |
|
41
|
+
| okeyai2.0-mega | ✔️ | ✔️ | ✔️ | ❌ | ❌ |
|
42
|
+
| okeyai3.0-vanguard | ✔️ | ✔️ | ✔️ | ❌ | ✔️ |
|
43
|
+
| okeyai4.0-DeepCognition| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
|
44
|
+
|
45
|
+
---
|
46
|
+
|
47
|
+
¹ **Real-Time Information**: Ability to access and provide up-to-date, real-world information at inference time. Only available for `okeyai3.0-vanguard` and `okeyai4.0-DeepCognition` models.
|
48
|
+
|
49
|
+
*Other features:*
|
50
|
+
- **Text Completion**: Generate or complete text based on input prompts.
|
51
|
+
- **Image-to-Text**: Describe or analyze images using AI.
|
52
|
+
- **Conversation**: Maintain context across multiple turns in a dialog.
|
53
|
+
- **Advanced Reasoning**: Enhanced logic, multi-step reasoning, or special modes (e.g., DeepCognition's `reasoningFormat`).
|
44
54
|
|
45
55
|
---
|
46
56
|
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "okeymeta-ai-sdk",
|
3
|
-
"version": "1.0.
|
4
|
-
"description": "
|
3
|
+
"version": "1.0.1",
|
4
|
+
"description": "Official SDK for OkeyMeta AI models, including OkeyAI—Africa's first trained AI. Seamlessly integrate text, image, and conversational AI into any JavaScript project with enterprise-grade reliability and security.",
|
5
5
|
"main": "src/index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
Binary file
|