@gabrielsmartin/orbit-sdk 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/package.json +16 -4
  2. package/router.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gabrielsmartin/orbit-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Intelligent AI model routing with signal-aware priority bias. 777·555·333.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -11,12 +11,24 @@
11
11
  "default": "./index.js"
12
12
  }
13
13
  },
14
- "files": ["*.js", "index.d.ts"],
15
- "keywords": ["ai", "routing", "llm", "orbit", "model-selection", "anthropic", "openai", "gemini"],
14
+ "files": [
15
+ "*.js",
16
+ "index.d.ts"
17
+ ],
18
+ "keywords": [
19
+ "ai",
20
+ "routing",
21
+ "llm",
22
+ "orbit",
23
+ "model-selection",
24
+ "anthropic",
25
+ "openai",
26
+ "gemini"
27
+ ],
16
28
  "author": "Gabriel Martin",
17
29
  "license": "MIT",
18
30
  "repository": {
19
31
  "type": "git",
20
32
  "url": "https://github.com/gtllco/orbit.git"
21
33
  }
22
- }
34
+ }
package/router.js CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  export const MODEL_MATRIX = {
10
10
  claude_sonnet: {
11
- id: 'claude-sonnet-4-5',
11
+ id: 'claude-sonnet-4-6',
12
12
  name: 'Claude Sonnet',
13
13
  provider: 'anthropic',
14
14
  costPer1M: 15,
@@ -17,7 +17,7 @@ export const MODEL_MATRIX = {
17
17
  tier: 'medium',
18
18
  },
19
19
  claude_haiku: {
20
- id: 'claude-haiku-3-5',
20
+ id: 'claude-haiku-4-5',
21
21
  name: 'Claude Haiku',
22
22
  provider: 'anthropic',
23
23
  costPer1M: 1,