Files
bifrost/tests/e2e/api/provider_config/bifrost-v1-xai.postman_environment.json
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

91 lines
1.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "bifrost-v1-env-xai",
"name": "Bifrost V1 xai",
"values": [
{
"key": "base_url",
"value": "http://localhost:8080",
"type": "default",
"enabled": true
},
{
"key": "provider",
"value": "xai",
"type": "default",
"enabled": true
},
{
"key": "model",
"value": "grok-3",
"type": "default",
"enabled": true
},
{
"key": "model_invoke",
"value": "grok-3",
"type": "default",
"enabled": true
},
{
"key": "embedding_model",
"value": "__xai_unsupported_embedding__",
"type": "default",
"enabled": true
},
{
"key": "speech_model",
"value": "__xai_unsupported_speech__",
"type": "default",
"enabled": true
},
{
"key": "transcription_model",
"value": "__xai_unsupported_transcription__",
"type": "default",
"enabled": true
},
{
"key": "image_model",
"value": "grok-imagine-image",
"type": "default",
"enabled": true
},
{
"key": "batch_id",
"value": "batch_123",
"type": "default",
"enabled": true
},
{
"key": "file_id",
"value": "file_123",
"type": "default",
"enabled": true
},
{
"key": "container_id",
"value": "container_123",
"type": "default",
"enabled": true
},
{
"key": "chat_model",
"value": "grok-3",
"type": "default",
"enabled": true
},
{
"key": "text_completion_model",
"value": "grok-3",
"type": "default",
"enabled": true
},
{
"key": "responses_model",
"value": "grok-3",
"type": "default",
"enabled": true
}
]
}