modelmix 3.0.0 → 3.0.2

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -491,7 +491,7 @@ class MixOpenAI extends MixCustom {
491
491
  getDefaultConfig(customConfig) {
492
492
  return super.getDefaultConfig({
493
493
  url: 'https://api.openai.com/v1/chat/completions',
494
- prefix: ['gpt', 'ft:', 'o3', 'o1'],
494
+ prefix: ['gpt', 'ft:', 'o'],
495
495
  apiKey: process.env.OPENAI_API_KEY,
496
496
  ...customConfig
497
497
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modelmix",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "🧬 ModelMix - Unified API for Diverse AI LLM.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "together",
30
30
  "nano",
31
31
  "deepseek",
32
- "o3",
32
+ "o4",
33
33
  "4.1",
34
34
  "nousresearch",
35
35
  "reasoning",