fix(docs): claude-opus-4-6 → claude-opus-4-7 (kvote satt på 4.7)
This commit is contained in:
parent
32c9c78b42
commit
1aca4f123f
|
|
@ -36,7 +36,7 @@ Før du begynner:
|
|||
4. Test Claude Opus 4.6 EU endpoint direkte:
|
||||
```bash
|
||||
curl -X POST \
|
||||
"https://eu-aiplatform.googleapis.com/v1/projects/propane-will-491900-m5/locations/eu/publishers/anthropic/models/claude-opus-4-6@20260301:rawPredict" \
|
||||
"https://eu-aiplatform.googleapis.com/v1/projects/propane-will-491900-m5/locations/eu/publishers/anthropic/models/claude-opus-4-7@20260301:rawPredict" \
|
||||
-H "Authorization: Bearer $(gcloud auth print-access-token)" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"anthropic_version": "vertex-2023-10-16", "max_tokens": 64, "messages": [{"role": "user", "content": "ping"}]}'
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ curl -s -o /dev/null -w "%{http_code}" \
|
|||
### Steg 4 — Test Claude EU endpoint direkte
|
||||
```bash
|
||||
curl -X POST \
|
||||
"https://eu-aiplatform.googleapis.com/v1/projects/propane-will-491900-m5/locations/eu/publishers/anthropic/models/claude-opus-4-6@20260301:rawPredict" \
|
||||
"https://eu-aiplatform.googleapis.com/v1/projects/propane-will-491900-m5/locations/eu/publishers/anthropic/models/claude-opus-4-7@20260301:rawPredict" \
|
||||
-H "Authorization: Bearer $(gcloud auth print-access-token)" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"anthropic_version": "vertex-2023-10-16", "max_tokens": 64, "messages": [{"role": "user", "content": "ping"}]}'
|
||||
|
|
@ -119,7 +119,7 @@ Logg inn på `opax.vauco.no` med `chris.christiansen@vauco.no`, send en melding,
|
|||
| Cloud Run URL (direkte) | `https://osvauco-agent-357036551735.europe-west1.run.app` |
|
||||
| Public URL | `https://opax.vauco.no` |
|
||||
| LB IP | `34.98.77.173` |
|
||||
| AI-modell | `claude-opus-4-6@20260301` |
|
||||
| AI-modell | `claude-opus-4-7@20260301` |
|
||||
| Repo | `vauco-saas/OSVauco` |
|
||||
| Kontakt | `chris.christiansen@vauco.no` |
|
||||
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ vauco-saas/OSVauco/
|
|||
- **Cloud Run service:** `osvauco-agent`
|
||||
- **Cloud Run URL:** `https://osvauco-agent-357036551735.europe-west1.run.app`
|
||||
- **Load Balancer IP:** `34.98.77.173`
|
||||
- **AI-modell:** `claude-opus-4-6@20260301` via Vertex AI
|
||||
- **AI-modell:** `claude-opus-4-7@20260301` via Vertex AI
|
||||
- **Secret Manager:** Google OAuth2-credentials
|
||||
- **Billing account:** se Secret Manager
|
||||
- **Kontakt:** chris.christiansen@vauco.no
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user