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

797 lines
24 KiB
JSON

{
"description": "Provider capability matrix for integration tests. Each provider has explicit booleans per operation (derived from core/providers/* provider.go NewUnsupportedOperationError). Used to skip requests when running with all provider envs.",
"providers": {
"openai": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": true,
"responses": true,
"responses_with_tools": true,
"count_tokens": true,
"embedding": true,
"speech": true,
"transcription": true,
"list_models": true,
"image_generation": true,
"image_variation": false,
"image_edit": true,
"batch_create": true,
"batch_list": true,
"batch_retrieve": true,
"batch_cancel": true,
"batch_results": true,
"file_batch_input": true,
"batch_create_file": true,
"file_upload": true,
"file_list": true,
"file_retrieve": true,
"file_delete": true,
"file_content": true,
"container_create": true,
"container_list": true,
"container_retrieve": true,
"container_delete": true,
"container_file_create": true,
"container_file_create_reference": false,
"container_file_list": true,
"container_file_retrieve": true,
"container_file_content": true,
"container_file_delete": true,
"video_generation": true,
"video_retrieve": true,
"video_download": true,
"video_delete": true,
"video_list": true,
"video_remix": true,
"rerank": false
},
"anthropic": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": true,
"embedding": false,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": true,
"batch_list": true,
"batch_retrieve": true,
"batch_cancel": true,
"batch_results": true,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": true,
"file_list": true,
"file_retrieve": true,
"file_delete": true,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"azure": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": true,
"responses_with_tools": true,
"count_tokens": false,
"embedding": true,
"speech": false,
"transcription": true,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": true,
"file_list": true,
"file_retrieve": true,
"file_delete": true,
"file_content": true,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"bedrock": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": false,
"embedding": true,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": true,
"image_variation": true,
"image_edit": true,
"batch_create": true,
"batch_list": true,
"batch_retrieve": true,
"batch_cancel": true,
"batch_results": true,
"file_batch_input": true,
"batch_create_file": true,
"file_upload": true,
"file_list": true,
"file_retrieve": true,
"file_delete": true,
"file_content": true,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": true
},
"cerebras": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": true,
"responses": false,
"responses_with_tools": false,
"count_tokens": false,
"embedding": false,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"cohere": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": true,
"embedding": true,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": true
},
"elevenlabs": {
"chat_completions": false,
"chat_completions_with_tools": false,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": false,
"embedding": false,
"speech": true,
"transcription": true,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"gemini": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": true,
"embedding": true,
"speech": true,
"transcription": false,
"list_models": true,
"image_generation": true,
"image_variation": false,
"image_edit": true,
"batch_create": true,
"batch_list": true,
"batch_retrieve": true,
"batch_cancel": true,
"batch_results": true,
"file_batch_input": true,
"batch_create_file": true,
"file_upload": true,
"file_list": true,
"file_retrieve": true,
"file_delete": true,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": true
},
"groq": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": false,
"embedding": false,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"huggingface": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": false,
"embedding": true,
"speech": true,
"transcription": true,
"list_models": true,
"image_generation": true,
"image_variation": false,
"image_edit": true,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"mistral": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": false,
"embedding": true,
"speech": false,
"transcription": true,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"nebius": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": true,
"responses": false,
"responses_with_tools": false,
"count_tokens": true,
"embedding": true,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": true,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"openrouter": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": true,
"responses": true,
"responses_with_tools": true,
"count_tokens": false,
"embedding": false,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"parasail": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": false,
"responses_with_tools": false,
"count_tokens": false,
"embedding": false,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"perplexity": {
"chat_completions": true,
"chat_completions_with_tools": false,
"text_completion": false,
"responses": true,
"responses_with_tools": false,
"count_tokens": false,
"embedding": false,
"speech": false,
"transcription": false,
"list_models": false,
"image_generation": false,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
},
"replicate": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": true,
"responses": true,
"responses_with_tools": true,
"count_tokens": false,
"embedding": false,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": true,
"image_variation": false,
"image_edit": true,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": true,
"file_list": true,
"file_retrieve": true,
"file_delete": true,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": true,
"video_retrieve": true,
"video_download": true,
"video_delete": true,
"video_list": true,
"video_remix": true,
"rerank": false
},
"vertex": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": false,
"responses": true,
"responses_with_tools": true,
"count_tokens": false,
"embedding": true,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": true,
"image_variation": false,
"image_edit": true,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": true,
"video_retrieve": true,
"video_download": true,
"video_delete": true,
"video_list": true,
"video_remix": true,
"rerank": true
},
"xai": {
"chat_completions": true,
"chat_completions_with_tools": true,
"text_completion": true,
"responses": false,
"responses_with_tools": false,
"count_tokens": false,
"embedding": false,
"speech": false,
"transcription": false,
"list_models": true,
"image_generation": true,
"image_variation": false,
"image_edit": false,
"batch_create": false,
"batch_list": false,
"batch_retrieve": false,
"batch_cancel": false,
"batch_results": false,
"file_batch_input": false,
"batch_create_file": false,
"file_upload": false,
"file_list": false,
"file_retrieve": false,
"file_delete": false,
"file_content": false,
"container_create": false,
"container_list": false,
"container_retrieve": false,
"container_delete": false,
"container_file_create": false,
"container_file_create_reference": false,
"container_file_list": false,
"container_file_retrieve": false,
"container_file_content": false,
"container_file_delete": false,
"video_generation": false,
"video_retrieve": false,
"video_download": false,
"video_delete": false,
"video_list": false,
"video_remix": false,
"rerank": false
}
}
}