@@ -663,7 +663,7 @@ export const DEFAULT_ROUTING_CONFIG: RoutingConfig = {
663663 "xai/grok-4-0709" ,
664664 "openai/gpt-5.2" , // Newer and cheaper input than gpt-4o
665665 "openai/gpt-4o" ,
666- "anthropic/claude-sonnet-4. 6" ,
666+ "anthropic/claude-sonnet-4- 6" ,
667667 ] ,
668668 } ,
669669 REASONING : {
@@ -717,32 +717,32 @@ export const DEFAULT_ROUTING_CONFIG: RoutingConfig = {
717717 premiumTiers : {
718718 SIMPLE : {
719719 primary : "moonshot/kimi-k2.5" , // $0.50/$2.40 - good for simple coding
720- fallback : [ "anthropic/claude-haiku-4. 5" , "google/gemini-2.5-flash" , "xai/grok-code-fast-1" ] ,
720+ fallback : [ "anthropic/claude-haiku-4- 5" , "google/gemini-2.5-flash" , "xai/grok-code-fast-1" ] ,
721721 } ,
722722 MEDIUM : {
723723 primary : "openai/gpt-5.2-codex" , // $2.50/$10 - strong coding for medium tasks
724724 fallback : [
725725 "moonshot/kimi-k2.5" ,
726726 "google/gemini-2.5-pro" ,
727727 "xai/grok-4-0709" ,
728- "anthropic/claude-sonnet-4. 6" ,
728+ "anthropic/claude-sonnet-4- 6" ,
729729 ] ,
730730 } ,
731731 COMPLEX : {
732- primary : "anthropic/claude-opus-4. 6" , // Best quality for complex tasks
732+ primary : "anthropic/claude-opus-4- 6" , // Best quality for complex tasks
733733 fallback : [
734734 "openai/gpt-5.2-codex" ,
735- "anthropic/claude-opus-4. 5" ,
736- "anthropic/claude-sonnet-4. 6" ,
735+ "anthropic/claude-opus-4- 5" ,
736+ "anthropic/claude-sonnet-4- 6" ,
737737 "google/gemini-3-pro-preview" ,
738738 "moonshot/kimi-k2.5" ,
739739 ] ,
740740 } ,
741741 REASONING : {
742- primary : "anthropic/claude-sonnet-4. 6" , // $3/$15 - best for reasoning/instructions
742+ primary : "anthropic/claude-sonnet-4- 6" , // $3/$15 - best for reasoning/instructions
743743 fallback : [
744- "anthropic/claude-opus-4. 6" ,
745- "anthropic/claude-opus-4. 5" ,
744+ "anthropic/claude-opus-4- 6" ,
745+ "anthropic/claude-opus-4- 5" ,
746746 "openai/o4-mini" , // Newer and cheaper than o3 ($1.10 vs $2.00)
747747 "openai/o3" ,
748748 "xai/grok-4-1-fast-reasoning" ,
@@ -756,7 +756,7 @@ export const DEFAULT_ROUTING_CONFIG: RoutingConfig = {
756756 primary : "moonshot/kimi-k2.5" , // Cheaper than Haiku ($0.5/$2.4 vs $1/$5), larger context
757757 fallback : [
758758 "minimax/minimax-m2.5" , // $0.30/$1.20 - agentic capable, cheaper than kimi
759- "anthropic/claude-haiku-4. 5" ,
759+ "anthropic/claude-haiku-4- 5" ,
760760 "xai/grok-4-1-fast-non-reasoning" ,
761761 "openai/gpt-4o-mini" ,
762762 ] ,
@@ -766,24 +766,24 @@ export const DEFAULT_ROUTING_CONFIG: RoutingConfig = {
766766 fallback : [
767767 "minimax/minimax-m2.5" , // $0.30/$1.20 - agentic capable
768768 "moonshot/kimi-k2.5" ,
769- "anthropic/claude-haiku-4. 5" ,
770- "anthropic/claude-sonnet-4. 6" ,
769+ "anthropic/claude-haiku-4- 5" ,
770+ "anthropic/claude-sonnet-4- 6" ,
771771 ] ,
772772 } ,
773773 COMPLEX : {
774- primary : "anthropic/claude-sonnet-4. 6" ,
774+ primary : "anthropic/claude-sonnet-4- 6" ,
775775 fallback : [
776- "anthropic/claude-opus-4. 6" , // Latest Opus - best agentic
776+ "anthropic/claude-opus-4- 6" , // Latest Opus - best agentic
777777 "minimax/minimax-m2.5" , // $0.30/$1.20 - cheap agentic fallback
778778 "openai/gpt-5.2" ,
779779 "google/gemini-3-pro-preview" ,
780780 "xai/grok-4-0709" ,
781781 ] ,
782782 } ,
783783 REASONING : {
784- primary : "anthropic/claude-sonnet-4. 6" , // Strong tool use + reasoning for agentic tasks
784+ primary : "anthropic/claude-sonnet-4- 6" , // Strong tool use + reasoning for agentic tasks
785785 fallback : [
786- "anthropic/claude-opus-4. 6" ,
786+ "anthropic/claude-opus-4- 6" ,
787787 "minimax/minimax-m2.5" , // $0.30/$1.20 - reasoning + agentic
788788 "xai/grok-4-1-fast-reasoning" ,
789789 "deepseek/deepseek-reasoner" ,
0 commit comments