@ottocode/sdk 0.1.249 → 0.1.251

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 CHANGED
@@ -72,7 +72,7 @@ import {
72
72
  } from '@ottocode/sdk';
73
73
 
74
74
  // Check available providers
75
- console.log(providerIds); // ['openai', 'anthropic', 'google', 'openrouter', 'opencode', 'setu']
75
+ console.log(providerIds); // ['openai', 'anthropic', 'google', 'openrouter', 'opencode', 'ottorouter']
76
76
 
77
77
  // Get model information
78
78
  const models = catalog.anthropic.models;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ottocode/sdk",
3
- "version": "0.1.249",
3
+ "version": "0.1.251",
4
4
  "description": "AI agent SDK for building intelligent assistants - tree-shakable and comprehensive",
5
5
  "author": "nitishxyz",
6
6
  "license": "MIT",
@@ -39,7 +39,7 @@ const PREFERRED_FAST_MODELS: Partial<Record<ProviderId, string[]>> = {
39
39
  google: ['gemini-2.0-flash-lite'],
40
40
  openrouter: ['anthropic/claude-3.5-haiku'],
41
41
  opencode: ['claude-3-5-haiku'],
42
- ottorouter: ['kimi-k2-turbo-preview'],
42
+ ottorouter: ['kimi-k2.5'],
43
43
  zai: ['glm-4.5-flash'],
44
44
  copilot: ['gpt-4.1-mini'],
45
45
  };