{{ $t('landing.hero.sub1') }}
{{ $t('landing.models.sub') }}
{{ $t('landing.features.sub') }}
sk-
{{ $t('landing.features.f2Desc') }}
{{ $t('landing.features.f3Desc') }}
[model_providers.OpenAI]
base_url = "https://ai.puro.im"
wire_api = "responses"
requires_openai_auth = true
$ curl https://ai.puro.im/responses \
-H "Authorization: Bearer sk-xxx" \
-d '{"model":"gpt-5.4","input":"hello"}'
{{ $t('landing.dashboard.sub') }}
| {{ $t('landing.dashboard.tableTime') }} | {{ $t('landing.dashboard.tableModel') }} | {{ $t('landing.dashboard.tableUpstream') }} | {{ $t('landing.dashboard.tableStatus') }} | {{ $t('landing.dashboard.tableUsage') }} |
|---|---|---|---|---|
| 12:34:07 | gpt-5.4 | ChatGPT #1 | 200 | 2,341 |
| 12:34:02 | claude-opus-4-7 | Claude #2 | 200 | 5,102 |
| 12:33:58 | gemini-2.5-pro | Gemini #1 | 200 | 843 |
| 12:33:41 | gpt-5.4 | ChatGPT #2 | 429 | — |