File size: 398 Bytes
0157ac7
 
 
43ea069
98fdd46
0157ac7
43ea069
0157ac7
 
 
 
43ea069
98fdd46
0157ac7
43ea069
0157ac7
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"""Re-exports default upstream base URLs from the config provider catalog."""

from config.provider_catalog import (
    CEREBRAS_DEFAULT_BASE,
    GROQ_DEFAULT_BASE,
    NVIDIA_NIM_DEFAULT_BASE,
    SILICON_DEFAULT_BASE,
    ZEN_DEFAULT_BASE,
)

__all__ = (
    "CEREBRAS_DEFAULT_BASE",
    "GROQ_DEFAULT_BASE",
    "NVIDIA_NIM_DEFAULT_BASE",
    "SILICON_DEFAULT_BASE",
    "ZEN_DEFAULT_BASE",
)