# Copy this file to configure API credentials for benchmarking runs. # Replace placeholder values with real secrets before executing the agent. OPENAI_API_KEY=your-openai-api-key OPENAI_BASE_URL=https://api.openai.com/v1 ANTHROPIC_API_KEY=your-anthropic-api-key ANTHROPIC_BASE_URL=https://api.anthropic.com COHERE_API_KEY=your-cohere-api-key COHERE_BASE_URL=https://api.cohere.com GOOGLE_API_KEY=your-google-genai-api-key GOOGLE_BASE_URL=https://generativelanguage.googleapis.com/v1beta VERTEX_ACCESS_TOKEN= VERTEX_ACCESS_TOKEN_COMMAND=gcloud auth application-default print-access-token VERTEX_AUTO_ADC_LOGIN=true VERTEX_ADC_LOGIN_COMMAND=gcloud auth application-default login VERTEX_ACCESS_TOKEN_REFRESH_SECONDS=3300 VERTEX_BASE_URL=https://us-central1-aiplatform.googleapis.com/v1/projects/your-project-id/locations/global/endpoints/openapi # Optional override used only by --update-models. # Example: keep VERTEX_BASE_URL on global for preview inference, # but list models from a regional host to get a broader catalog. # VERTEX_MODELS_BASE_URL=https://us-central1-aiplatform.googleapis.com/v1/projects/your-project-id/locations/us-central1/endpoints/openapi HF_API_KEY=your-huggingface-api-key HF_BASE_URL=https://api-inference.huggingface.co E-INFRA_API_KEY=your-einfra-api-key E-INFRA_BASE_URL=https://chat.ai.e-infra.cz/api