TotalCloud Release 2.19 API
September 15, 2025
Before understanding the API release highlights, learn more about the API server URL to be used in your API requests by referring to the Know Your Qualys API Server URL section. For this API Release Notes, <qualys_base_url> is mentioned in the sample API requests.
Get AWS Resource Details
Applicable for:
| New or Updated API | Updated |
| API Endpoint | /cloudview-api/rest/v1/resource/{resourceType}/AWS |
| Method | GET |
| DTD or XSD changes | Not Applicable |
With this release, we have updated the GET AWS Resource API to also return a list of AWS AI service resources in the response.
The new resources added as part of AWS AI Services are:
- Bedrock Foundation Model
- Bedrock Custom Model
- Bedrock Knowledge Base
- Sagemaker Model
Sample - Get list of Bedrock Foundation model resourceSample - Get list of Bedrock Foundation model resource
API request
curl -X GET -u <username>:<password> "<qualys_base_url>/cloudview-api/rest/v1/resource/BEDROCK_FOUNDATION_MODEL/AWS?pageNo=0&pageSize=20&updated=%5Bnow-3w..now%5D"
API Response
{
"modelSummaries": [
{
"batchSupported": {
"baseModelSupported": false,
"crossRegionSupported": false,
"customModelSupported": false
},
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": {
"promptOptimization": false
},
"guardrailsSupported": false,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE",
"SPEECH",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": false,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/twelvelabs.marengo-embed-2-7-v1:0",
"modelFamily": "Marengo",
"modelId": "twelvelabs.marengo-embed-2-7-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Marengo Embed v2.7",
"outputModalities": [
"EMBEDDING"
],
"providerName": "TwelveLabs",
"responseStreamingSupported": false
},
{
"batchSupported": {
"baseModelSupported": false,
"crossRegionSupported": true,
"customModelSupported": false
},
"consoleIDEMetadata": null,
"converse": {
"additionalRequestFieldsSchema": null,
"maxTokensDefault": 8192,
"maxTokensMaximum": 65536,
"reasoningSupported": {
"embedded": true
},
"stopSequencesDefault": null,
"systemRoleSupported": true,
"userDocumentTypesSupported": [],
"userImageTypesSupported": [
"jpeg",
"png",
"gif",
"webp"
],
"userVideoTypesSupported": []
},
"customizationsSupported": [],
"description": {
"fullDescription": "Claude Sonnet 4 balances impressive performance for coding with the right speed and cost for high-volume use cases:\\n Coding: Handle everyday development tasks with enhanced performance-power code reviews, bug fixes, API integrations, and feature development with immediate feedback loops. AI Assistants: Power production-ready assistants for real-time applications—from customer support automation to operational workflows that require both intelligence and speed.\\n Efficient research: Perform focused analysis across multiple data sources while maintaining fast response times. Ideal for rapid business intelligence, competitive analysis, and real-time decision support.\\n Large-scale content: Generate and analyze content at scale with improved quality. Create customer communications, analyze user feedback, and produce marketing materials with the right balance of quality and throughput.",
"invokeExample": "{\\n \"modelId\": \"anthropic.claude-sonnet-4-20250514-v1:0\",\\n \"contentType\": \"application/json\",\\n \"accept\": \"application/json\",\\n \"body\": \"{\\\"messages\\\":[{\\\"role\\\":\\\"user\\\",\\\"content\\\":\\\"hello world\\\"}],\\\"max_tokens\\\":200,\\\"temperature\\\":1,\\\"top_p\\\":0.999,\\\"top_k\\\":250}\"\\n}",
"maxContextWindow": "200K",
"modelAttributes": "Hybrid reasoning, extended thinking, efficient code generation, enhanced text generation, agentic search, efficient research, computer use, tool use, real-time support, task efficiency, text and image inputs, steering and memory.",
"policy": null,
"releaseDate": "2025-08-20T04:00:00Z",
"shortDescription": "Claude Sonnet 4 is Anthropic's mid-size model with several major improvements—especially for coding. It is the ideal balance of performance and practicality for most internal and external use cases, including user-facing AI agents. The model is also more steerable than before, providing enhanced control over its eagerness to implement changes.",
"supportedFormats": null,
"supportedLanguages": "English, French, Modern Standard Arabic, Mandarin Chinese, Hindi, Spanish, Portuguese, Korean, Japanese, German, Russian, Polish and Other languages.",
"supportedUseCases": "Production AI agents, AI assistants, customer support, efficient research, rapid business intelligence, competitive analysis, and real-time decision support, coding, code review processing, bug fix automation, API integration development, operational workflow management, large-scale content generation, marketing content generation and scaled data analysis.",
"unsupportedUseCases": null,
"version": "v1"
},
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": {
"promptOptimization": true
},
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": false,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-sonnet-4-20250514-v1:0",
"modelFamily": "Claude",
"modelId": "anthropic.claude-sonnet-4-20250514-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude Sonnet 4",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": {
"baseModelSupported": false,
"crossRegionSupported": false,
"customModelSupported": false
},
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": {
"promptOptimization": false
},
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": false,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/twelvelabs.pegasus-1-2-v1:0",
"modelFamily": "Pegasus",
"modelId": "twelvelabs.pegasus-1-2-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Pegasus v1.2",
"outputModalities": [
"TEXT"
],
"providerName": "TwelveLabs",
"responseStreamingSupported": true
},
{
"batchSupported": {
"baseModelSupported": false,
"crossRegionSupported": false,
"customModelSupported": false
},
"consoleIDEMetadata": null,
"converse": {
"additionalRequestFieldsSchema": "{\"topK\":{\"type\":\"number\",\"default\":250,\"minimum\":0,\"maximum\":500},\"reasoningConfig\":{\"enabled\":{\"type\":\"boolean\",\"default\":false},\"budgetTokens\":{\"type\":\"integer\",\"default\":2048,\"minimum\":1024,\"maximum\":63999}}}",
"maxTokensDefault": 1024,
"maxTokensMaximum": 32000,
"reasoningSupported": {
"embedded": false
},
"stopSequencesDefault": null,
"systemRoleSupported": true,
"userDocumentTypesSupported": null,
"userImageTypesSupported": [
"jpeg",
"png",
"gif",
"webp"
],
"userVideoTypesSupported": null
},
"customizationsSupported": [],
"description": {
"fullDescription": "Claude Opus 4.1 is Anthropic’s most intelligent model and an industry leader for coding and agent capabilities, especially agentic search. It excels for customers needing frontier intelligence: Advanced coding: Independently plan and execute complex development tasks end-to-end. It adapts to your style, thoughtfully plans and pivots, and maintains high code quality throughout. Long-horizon tasks and complex problem solving (virtual collaborator): Unlock new use cases involving long-horizon tasks that require memory, sustained reasoning, and long chains of actions. AI agents: Enable agents to tackle complex, multi-step tasks that require peak accuracy. Agentic search and research: Connect to multiple data sources to synthesize comprehensive insights across repositories. Content creation: Create human-quality content with natural prose. Produce long-form creative content, technical documentation, marketing copy, and frontend design mockups. Memory and context management: Incorporates memory capabilities that allow it to effectively summarize and reference previous interactions.",
"invokeExample": "{\\n\"modelId\": \"anthropic.claude-opus-4-1-20250805-v1:0\",\\n\"contentType\": \"application/json\",\\n\"accept\": \"application/json\",\\n\"body\": {\\n\"anthropic_version\": \"bedrock-2023-05-31\",\\n\"max_tokens\": 200,\\n\"messages\": [\\n{\\n\"role\": \"user\",\\n\"content\": [\\n{\\n\"type\": \"image\",\\n\"source\": {\\n\"type\": \"base64\",\\n\"media_type\": \"image/jpeg\",\\n\"data\": \"iVBORw...\"\\n}\\n},\\n{\\n\"type\": \"text\",\\n\"text\": \"What's in this image?\"\\n}\\n]\\n}\\n]\\n}\\n}",
"maxContextWindow": "200k",
"modelAttributes": "Hybrid reasoning, extended thinking, efficient code generation, enhanced text generation, agentic search, efficient research, computer use, tool use, real-time support, task efficiency, text and image inputs, steering, memory.",
"policy": "Refer to EULA above",
"releaseDate": "2025-08-05T07:00:00Z",
"shortDescription": "The next generation of Anthropic’s most powerful model yet, Claude Opus 4.1 is an industry leader for coding. It delivers sustained performance on long-running tasks that require focused effort and thousands of steps, significantly expanding what AI agents can solve. Claude Opus 4.1 is ideal for powering frontier agent products and features.",
"supportedFormats": null,
"supportedLanguages": "English, French, Modern Standard Arabic, Mandarin Chinese, Hindi, Spanish, Portuguese, Korean, Japanese, German, Russian, Polish, Other languages.",
"supportedUseCases": "Complex agentic systems, multi-agent orchestration, ai agents, agentic search, in-depth research, advanced coding, extended coding projects, agentic search with reasoning and synthesis, long-horizon tasks, complex problem solving, cross-functional workflow orchestration, long-form creative content generation, autonomous legacy codebase refactoring, end-to-end full-stack development, frontend design & development, computer use and vision applications, visual analysis, document processing, multi-app environments, memory and context management",
"unsupportedUseCases": null,
"version": "v1"
},
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": {
"promptOptimization": false
},
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": false,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-opus-4-1-20250805-v1:0",
"modelFamily": "Claude 4.1",
"modelId": "anthropic.claude-opus-4-1-20250805-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude Opus 4.1",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-tg1-large",
"modelFamily": null,
"modelId": "amazon.titan-tg1-large",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text Large",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING"
],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-image-generator-v1:0",
"modelFamily": null,
"modelId": "amazon.titan-image-generator-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Image Generator G1",
"outputModalities": [
"IMAGE"
],
"providerName": "Amazon",
"responseStreamingSupported": null
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-image-generator-v1",
"modelFamily": null,
"modelId": "amazon.titan-image-generator-v1",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Image Generator G1",
"outputModalities": [
"IMAGE"
],
"providerName": "Amazon",
"responseStreamingSupported": null
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING"
],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED",
"ON_DEMAND"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-image-generator-v2:0",
"modelFamily": null,
"modelId": "amazon.titan-image-generator-v2:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Image Generator G1 v2",
"outputModalities": [
"IMAGE"
],
"providerName": "Amazon",
"responseStreamingSupported": null
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0:8k",
"modelFamily": null,
"modelId": "amazon.nova-premier-v1:0:8k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Premier",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0:20k",
"modelFamily": null,
"modelId": "amazon.nova-premier-v1:0:20k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Premier",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0:1000k",
"modelFamily": null,
"modelId": "amazon.nova-premier-v1:0:1000k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Premier",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0:mm",
"modelFamily": null,
"modelId": "amazon.nova-premier-v1:0:mm",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Premier",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0",
"modelFamily": null,
"modelId": "amazon.nova-premier-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Premier",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-premier-v1:0",
"modelFamily": null,
"modelId": "amazon.titan-text-premier-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text G1 - Premier",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-pro-v1:0:24k",
"modelFamily": null,
"modelId": "amazon.nova-pro-v1:0:24k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Pro",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING",
"DISTILLATION"
],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-pro-v1:0:300k",
"modelFamily": null,
"modelId": "amazon.nova-pro-v1:0:300k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Pro",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND",
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-pro-v1:0",
"modelFamily": null,
"modelId": "amazon.nova-pro-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Pro",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-lite-v1:0:24k",
"modelFamily": null,
"modelId": "amazon.nova-lite-v1:0:24k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Lite",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING",
"DISTILLATION"
],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-lite-v1:0:300k",
"modelFamily": null,
"modelId": "amazon.nova-lite-v1:0:300k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Lite",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND",
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE",
"VIDEO"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-lite-v1:0",
"modelFamily": null,
"modelId": "amazon.nova-lite-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Lite",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING"
],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND",
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-canvas-v1:0",
"modelFamily": null,
"modelId": "amazon.nova-canvas-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Canvas",
"outputModalities": [
"IMAGE"
],
"providerName": "Amazon",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-reel-v1:0",
"modelFamily": null,
"modelId": "amazon.nova-reel-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Reel",
"outputModalities": [
"VIDEO"
],
"providerName": "Amazon",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-reel-v1:1",
"modelFamily": null,
"modelId": "amazon.nova-reel-v1:1",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Reel",
"outputModalities": [
"VIDEO"
],
"providerName": "Amazon",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-micro-v1:0:24k",
"modelFamily": null,
"modelId": "amazon.nova-micro-v1:0:24k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Micro",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING",
"DISTILLATION"
],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-micro-v1:0:128k",
"modelFamily": null,
"modelId": "amazon.nova-micro-v1:0:128k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Micro",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND",
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-micro-v1:0",
"modelFamily": null,
"modelId": "amazon.nova-micro-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Micro",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"SPEECH"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-sonic-v1:0",
"modelFamily": null,
"modelId": "amazon.nova-sonic-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Nova Sonic",
"outputModalities": [
"SPEECH",
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-g1-text-02",
"modelFamily": null,
"modelId": "amazon.titan-embed-g1-text-02",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text Embeddings v2",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Amazon",
"responseStreamingSupported": null
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING",
"CONTINUED_PRE_TRAINING"
],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-lite-v1:0:4k",
"modelFamily": null,
"modelId": "amazon.titan-text-lite-v1:0:4k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text G1 - Lite",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-lite-v1",
"modelFamily": null,
"modelId": "amazon.titan-text-lite-v1",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text G1 - Lite",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING",
"CONTINUED_PRE_TRAINING"
],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-express-v1:0:8k",
"modelFamily": null,
"modelId": "amazon.titan-text-express-v1:0:8k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text G1 - Express",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-express-v1",
"modelFamily": null,
"modelId": "amazon.titan-text-express-v1",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text G1 - Express",
"outputModalities": [
"TEXT"
],
"providerName": "Amazon",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1:2:8k",
"modelFamily": null,
"modelId": "amazon.titan-embed-text-v1:2:8k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Embeddings G1 - Text",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Amazon",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1",
"modelFamily": null,
"modelId": "amazon.titan-embed-text-v1",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Embeddings G1 - Text",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Amazon",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v2:0:8k",
"modelFamily": null,
"modelId": "amazon.titan-embed-text-v2:0:8k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text Embeddings V2",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Amazon",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v2:0",
"modelFamily": null,
"modelId": "amazon.titan-embed-text-v2:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Text Embeddings V2",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Amazon",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [
"FINE_TUNING"
],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-image-v1:0",
"modelFamily": null,
"modelId": "amazon.titan-embed-image-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Multimodal Embeddings G1",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Amazon",
"responseStreamingSupported": null
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-image-v1",
"modelFamily": null,
"modelId": "amazon.titan-embed-image-v1",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Titan Multimodal Embeddings G1",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Amazon",
"responseStreamingSupported": null
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-diffusion-xl-v1:0",
"modelFamily": null,
"modelId": "stability.stable-diffusion-xl-v1:0",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "SDXL 1.0",
"outputModalities": [
"IMAGE"
],
"providerName": "Stability AI",
"responseStreamingSupported": null
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/stability.stable-diffusion-xl-v1",
"modelFamily": null,
"modelId": "stability.stable-diffusion-xl-v1",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "SDXL 1.0",
"outputModalities": [
"IMAGE"
],
"providerName": "Stability AI",
"responseStreamingSupported": null
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/ai21.jamba-instruct-v1:0",
"modelFamily": null,
"modelId": "ai21.jamba-instruct-v1:0",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Jamba-Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "AI21 Labs",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/ai21.jamba-1-5-large-v1:0",
"modelFamily": null,
"modelId": "ai21.jamba-1-5-large-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Jamba 1.5 Large",
"outputModalities": [
"TEXT"
],
"providerName": "AI21 Labs",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/ai21.jamba-1-5-mini-v1:0",
"modelFamily": null,
"modelId": "ai21.jamba-1-5-mini-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Jamba 1.5 Mini",
"outputModalities": [
"TEXT"
],
"providerName": "AI21 Labs",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-instant-v1:2:100k",
"modelFamily": null,
"modelId": "anthropic.claude-instant-v1:2:100k",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude Instant",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-instant-v1",
"modelFamily": null,
"modelId": "anthropic.claude-instant-v1",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude Instant",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:0:18k",
"modelFamily": null,
"modelId": "anthropic.claude-v2:0:18k",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:0:100k",
"modelFamily": null,
"modelId": "anthropic.claude-v2:0:100k",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:1:18k",
"modelFamily": null,
"modelId": "anthropic.claude-v2:1:18k",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:1:200k",
"modelFamily": null,
"modelId": "anthropic.claude-v2:1:200k",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2:1",
"modelFamily": null,
"modelId": "anthropic.claude-v2:1",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2",
"modelFamily": null,
"modelId": "anthropic.claude-v2",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-sonnet-20240229-v1:0:28k",
"modelFamily": null,
"modelId": "anthropic.claude-3-sonnet-20240229-v1:0:28k",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude 3 Sonnet",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-sonnet-20240229-v1:0:200k",
"modelFamily": null,
"modelId": "anthropic.claude-3-sonnet-20240229-v1:0:200k",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude 3 Sonnet",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-sonnet-20240229-v1:0",
"modelFamily": null,
"modelId": "anthropic.claude-3-sonnet-20240229-v1:0",
"modelLifecycle": {
"status": "LEGACY"
},
"modelName": "Claude 3 Sonnet",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-haiku-20240307-v1:0:48k",
"modelFamily": null,
"modelId": "anthropic.claude-3-haiku-20240307-v1:0:48k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3 Haiku",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-haiku-20240307-v1:0:200k",
"modelFamily": null,
"modelId": "anthropic.claude-3-haiku-20240307-v1:0:200k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3 Haiku",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-haiku-20240307-v1:0",
"modelFamily": null,
"modelId": "anthropic.claude-3-haiku-20240307-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3 Haiku",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-opus-20240229-v1:0:12k",
"modelFamily": null,
"modelId": "anthropic.claude-3-opus-20240229-v1:0:12k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3 Opus",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-opus-20240229-v1:0:28k",
"modelFamily": null,
"modelId": "anthropic.claude-3-opus-20240229-v1:0:28k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3 Opus",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-opus-20240229-v1:0:200k",
"modelFamily": null,
"modelId": "anthropic.claude-3-opus-20240229-v1:0:200k",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3 Opus",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-opus-20240229-v1:0",
"modelFamily": null,
"modelId": "anthropic.claude-3-opus-20240229-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3 Opus",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND",
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-5-sonnet-20240620-v1:0",
"modelFamily": null,
"modelId": "anthropic.claude-3-5-sonnet-20240620-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3.5 Sonnet",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-5-sonnet-20241022-v2:0",
"modelFamily": null,
"modelId": "anthropic.claude-3-5-sonnet-20241022-v2:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3.5 Sonnet v2",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-7-sonnet-20250219-v1:0",
"modelFamily": null,
"modelId": "anthropic.claude-3-7-sonnet-20250219-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3.7 Sonnet",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-3-5-haiku-20241022-v1:0",
"modelFamily": null,
"modelId": "anthropic.claude-3-5-haiku-20241022-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude 3.5 Haiku",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": true
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-opus-4-20250514-v1:0",
"modelFamily": null,
"modelId": "anthropic.claude-opus-4-20250514-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Claude Opus 4",
"outputModalities": [
"TEXT"
],
"providerName": "Anthropic",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/cohere.command-r-v1:0",
"modelFamily": null,
"modelId": "cohere.command-r-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Command R",
"outputModalities": [
"TEXT"
],
"providerName": "Cohere",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/cohere.command-r-plus-v1:0",
"modelFamily": null,
"modelId": "cohere.command-r-plus-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Command R+",
"outputModalities": [
"TEXT"
],
"providerName": "Cohere",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-english-v3:0:512",
"modelFamily": null,
"modelId": "cohere.embed-english-v3:0:512",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Embed English",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Cohere",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-english-v3",
"modelFamily": null,
"modelId": "cohere.embed-english-v3",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Embed English",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Cohere",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"PROVISIONED"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-multilingual-v3:0:512",
"modelFamily": null,
"modelId": "cohere.embed-multilingual-v3:0:512",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Embed Multilingual",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Cohere",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": false,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-multilingual-v3",
"modelFamily": null,
"modelId": "cohere.embed-multilingual-v3",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Embed Multilingual",
"outputModalities": [
"EMBEDDING"
],
"providerName": "Cohere",
"responseStreamingSupported": false
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/deepseek.r1-v1:0",
"modelFamily": null,
"modelId": "deepseek.r1-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "DeepSeek-R1",
"outputModalities": [
"TEXT"
],
"providerName": "DeepSeek",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-8b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-8b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3 8B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-70b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-70b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3 70B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-1-8b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-1-8b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3.1 8B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-1-70b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-1-70b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3.1 70B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-2-11b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-2-11b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3.2 11B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-2-90b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-2-90b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3.2 90B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-2-1b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-2-1b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3.2 1B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-2-3b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-2-3b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3.2 3B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": true
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama3-3-70b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama3-3-70b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 3.3 70B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama4-scout-17b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama4-scout-17b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 4 Scout 17B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/meta.llama4-maverick-17b-instruct-v1:0",
"modelFamily": null,
"modelId": "meta.llama4-maverick-17b-instruct-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Llama 4 Maverick 17B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Meta",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/mistral.mistral-7b-instruct-v0:2",
"modelFamily": null,
"modelId": "mistral.mistral-7b-instruct-v0:2",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Mistral 7B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Mistral AI",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/mistral.mixtral-8x7b-instruct-v0:1",
"modelFamily": null,
"modelId": "mistral.mixtral-8x7b-instruct-v0:1",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Mixtral 8x7B Instruct",
"outputModalities": [
"TEXT"
],
"providerName": "Mistral AI",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/mistral.mistral-large-2402-v1:0",
"modelFamily": null,
"modelId": "mistral.mistral-large-2402-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Mistral Large (24.02)",
"outputModalities": [
"TEXT"
],
"providerName": "Mistral AI",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"ON_DEMAND"
],
"inputModalities": [
"TEXT"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/mistral.mistral-small-2402-v1:0",
"modelFamily": null,
"modelId": "mistral.mistral-small-2402-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Mistral Small (24.02)",
"outputModalities": [
"TEXT"
],
"providerName": "Mistral AI",
"responseStreamingSupported": true
},
{
"batchSupported": null,
"consoleIDEMetadata": null,
"converse": null,
"customizationsSupported": [],
"description": null,
"explicitPromptCaching": {
"isSupported": false
},
"featuresSupported": null,
"guardrailsSupported": true,
"inferenceTypesSupported": [
"INFERENCE_PROFILE"
],
"inputModalities": [
"TEXT",
"IMAGE"
],
"intelligentPromptRouting": {
"isSupported": false
},
"latencyOptimizationSupported": null,
"modelArn": "arn:aws:bedrock:us-east-1::foundation-model/mistral.pixtral-large-2502-v1:0",
"modelFamily": null,
"modelId": "mistral.pixtral-large-2502-v1:0",
"modelLifecycle": {
"status": "ACTIVE"
},
"modelName": "Pixtral Large (25.02)",
"outputModalities": [
"TEXT"
],
"providerName": "Mistral AI",
"responseStreamingSupported": true
}
]
}
Sample - Get list of Bedrock Custom model resourceSample - Get list of Bedrock Custom model resource
API request
curl -X GET -u <username>:<password> "<qualys_base_url>/cloudview-api/rest/v1/resource/BEDROCK_CUSTOM_MODEL/AWS?pageNo=0&pageSize=20&updated=%5Bnow-3w..now%5D"
API Response
{
"content": [
{
"region": "us-east-1",
"accountAlias": "qualys-devqa-cvsignature",
"uuid": "26a60e61-5932-3e74-bf8e-3e1b5834446a",
"created": "2025-01-24T06:24:08.925Z",
"createdOn": "2025-08-07T07:05:49.390+0000",
"lastUpdated": "2025-08-11T05:07:50.267+0000",
"controlsFailed": 0,
"remediationEnabled": null,
"connectorUuids": [
"cb73e3cd-4ef2-33eb-a639-4f08c998c6d5"
],
"qualysTags": [],
"connectorId": "cb73e3cd-4ef2-33eb-a639-4f08c998c6d5",
"customerId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"scanId": "c932fb20-6e3c-11f0-9ced-2d7347427680",
"resourceId": "arn:aws:bedrock:us-east-1:xxxxxxxxxxxx:custom-model/amazon.titan-text-lite-v1:0:4k/01k1n09svogq",
"cloudType": null,
"cloudAccountId": "xxxxxxxxxxxx",
"resourceType": "bedrock_custom_model",
"displayName": "hiTestingTitanModel",
"cloudResourceId": "arn:aws:bedrock:us-east-1:xxxxxxxxxxxx:custom-model/amazon.titan-text-lite-v1:0:4k/01k1n09svogq",
"outputDataConfig_res": {
"s3Uri": "s3://mohit-test-2"
},
"trainingMetrics_res": {
"trainingLoss": 0.0023193359375
},
"jobArn": "arn:aws:bedrock:us-east-1:860454016470:model-customization-job/amazon.titan-text-lite-v1:0:4k/glpm9f77jd9h",
"trainingDataConfig_res": {
"s3Uri": "s3://hitestingbucket/titanData.jsonl"
},
"modelName": "hiTestingTitanModel",
"deployments": [
{
"name": "amazon.titan-text-lite-v1:0:4k",
"region": "us-east-1",
"arn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-lite-v1:0:4k"
}
],
"hyperParameters_res": {
"learningRateWarmupSteps": "5",
"epochCount": "5",
"batchSize": "1",
"learningRate": "0.00001"
},
"validationMetrics_res": [],
"customizationType": "FINE_TUNING",
"baseModelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-text-lite-v1:0:4k"
}
],
"pageable": {
"pageNumber": 0,
"pageSize": 20,
"sort": {
"sorted": false,
"empty": true,
"unsorted": true
},
"offset": 0,
"paged": true,
"unpaged": false
},
"totalPages": 1,
"totalElements": 1,
"last": true,
"number": 0,
"size": 20,
"numberOfElements": 1,
"sort": {
"sorted": false,
"empty": true,
"unsorted": true
},
"first": true,
"empty": false
}
Sample - Get list of Bedrock Knowledge Base resourcesSample - Get list of Bedrock Knowledge Base resources
API request
curl -X GET -u <username>:<password> "<qualys_base_url>/cloudview-api/rest/v1/resource/resource/BEDROCK_KNOWLEDGE_BASES/AWS?pageNo=0&pageSize=20&updated=%5Bnow-3w..now%5D"
API Response
{
"content": [
{
"region": "us-east-1",
"accountAlias": "qualys-xxxxx-xxxxxxxxxx",
"uuid": "2XXXXXXX-XXXX-XXXX-XXXXXXXXXXXa",
"created": "2025-01-24T06:24:08.925Z",
"createdOn": "2025-08-07T07:05:49.390+0000",
"lastUpdated": "2025-08-11T05:07:50.267+0000",
"controlsFailed": 0,
"remediationEnabled": null,
"connectorUuids": [
"cxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx5"
],
"qualysTags": [],
"connectorId": "cxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx5",
"customerId": "axxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxb",
"scanId": "cxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx0",
"resourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXXX0:knowledge-base/TXXXXXXXX",
"cloudType": null,
"cloudAccountId": "8XXXXXXXXXX0",
"resourceType": "bedrock_knowledge_bases",
"displayName": "hiTestingTitanModel",
"cloudResourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXXX0:knowledge-base/TXXXXXXXX",
"deployments": [],
"roleArn": "arn:aws:iam::8XXXXXXXXXX0:role/service-role/AmazonBedrockExecutionRoleForKnowledgeBase_0t8oi",
"configurations": {
"knowledgeBaseConfiguration": {
"type": "KENDRA",
"kendraKnowledgeBaseConfiguration": {
"kendraIndexArn": "arn:aws:kendra:us-east-1:8XXXXXXXXXX0:index/8XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX8"
}
}
},
"description": "Testing resource for eventbirdge capturing.",
"knowledgeBaseId": "TXXXXXXXXD",
"status": "CREATING"
},
{
"region": "us-east-1",
"accountAlias": "qualys-devqa-cvsignature",
"uuid": "1XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXf",
"created": "2025-06-03T06:03:53.364838855Z",
"createdOn": "2025-08-06T07:05:13.318+0000",
"lastUpdated": "2025-08-11T05:07:45.702+0000",
"controlsFailed": 0,
"remediationEnabled": null,
"connectorUuids": [
"cxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx5"
],
"qualysTags": [],
"connectorId": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5",
"customerId": "aXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXb",
"scanId": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX0",
"resourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXXX0:knowledge-base/9SLJZDELUE",
"cloudType": null,
"cloudAccountId": "8XXXXXXXXXX0",
"resourceType": "bedrock_knowledge_bases",
"displayName": "Hi-vector-res1",
"cloudResourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXXX0:knowledge-base/9SLJZDELUE",
"deployments": [
{
"name": "amazon.titan-embed-text-v1",
"region": "us-east-1",
"arn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1"
}
],
"roleArn": "arn:aws:iam::8XXXXXXXXXX0:role/service-role/AmazonBedrockExecutionRoleForKnowledgeBase_iztxm",
"configurations": {
"storageConfiguration": {
"opensearchServerlessConfiguration": {
"collectionArn": "arn:aws:aoss:us-east-1:8XXXXXXXXXX0:collection/h5miz9t2sod1ege8etia",
"fieldMapping": {
"vectorField": "bedrock-knowledge-base-default-vector",
"metadataField": "AMAZON_BEDROCK_METADATA",
"textField": "AMAZON_BEDROCK_TEXT"
},
"vectorIndexName": "bedrock-knowledge-base-default-index"
},
"type": "OPENSEARCH_SERVERLESS"
},
"knowledgeBaseConfiguration": {
"vectorKnowledgeBaseConfiguration": {
"embeddingModelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1"
},
"type": "VECTOR"
}
},
"description": "This is the testing resource.",
"knowledgeBaseId": "9SLJZDELUE",
"status": "ACTIVE"
},
{
"region": "us-east-1",
"accountAlias": "qualys-xxxxx-xxxxxxxxre",
"uuid": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6",
"created": "2025-06-02T10:10:19.099679587Z",
"createdOn": "2025-08-06T07:05:12.529+0000",
"lastUpdated": "2025-08-11T05:07:45.741+0000",
"controlsFailed": 0,
"remediationEnabled": null,
"connectorUuids": [
"cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5"
],
"qualysTags": [],
"connectorId": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5",
"customerId": "aXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXb",
"scanId": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX0",
"resourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXX0:knowledge-base/PD5M7P0SRT",
"cloudType": null,
"cloudAccountId": "8XXXXXXXXXX0",
"resourceType": "bedrock_knowledge_bases",
"displayName": "testing-kendar-based-Resource",
"cloudResourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXXX0:knowledge-base/PD5M7P0SRT",
"deployments": [],
"roleArn": "arn:aws:iam::8XXXXXXXXXX0:role/service-role/AmazonBedrockExecutionRoleForKnowledgeBase_iztxm",
"configurations": {
"knowledgeBaseConfiguration": {
"type": "KENDRA",
"kendraKnowledgeBaseConfiguration": {
"kendraIndexArn": "arn:aws:kendra:us-east-1:8XXXXXXXXXX0:index/2XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX7"
}
}
},
"description": "This is a Kendra Knowledge Base testing resource created for testing purpose.",
"knowledgeBaseId": "PXXXXXXXXT",
"status": "ACTIVE"
},
{
"region": "us-east-1",
"accountAlias": "qualys-devqa-cvsignature",
"uuid": "8XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX0",
"created": "2025-06-02T09:19:59.567588127Z",
"createdOn": "2025-08-06T07:05:12.514+0000",
"lastUpdated": "2025-08-11T05:07:45.780+0000",
"controlsFailed": 0,
"remediationEnabled": null,
"connectorUuids": [
"cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5"
],
"qualysTags": [],
"connectorId": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5",
"customerId": "aXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXb",
"scanId": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX0",
"resourceId": "arn:aws:bedrock:us-east-1:860454016470:knowledge-base/SYJ2VBWINB",
"cloudType": null,
"cloudAccountId": "8XXXXXXXXXX0",
"resourceType": "bedrock_knowledge_bases",
"displayName": "Testing-kb-Structured-Stored",
"cloudResourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXXX0:knowledge-base/SYJ2VBWINB",
"deployments": [],
"roleArn": "arn:aws:iam::8XXXXXXXXXX0:role/service-role/AmazonBedrockExecutionRoleForAgents_JBCSNALL0W",
"configurations": {
"knowledgeBaseConfiguration": {
"sqlKnowledgeBaseConfiguration": {
"redshiftConfiguration": {
"queryEngineConfiguration": {
"type": "PROVISIONED",
"provisionedConfiguration": {
"clusterIdentifier": "redshift-cluster-3-xxxxxxx",
"authConfiguration": {
"type": "IAM"
}
}
},
"storageConfigurations": [
{
"redshiftConfiguration": {
"databaseName": "dev"
},
"type": "REDSHIFT"
}
],
"queryGenerationConfiguration": {
"generationContext": {
"curatedQueries": []
},
"executionTimeoutSeconds": 60
}
},
"type": "REDSHIFT"
},
"type": "SQL"
}
},
"description": "This is the testing structured KB Store Knowledege Base. Created for the testing purpose.",
"knowledgeBaseId": "SYJ2VBWINB",
"status": "ACTIVE"
},
{
"region": "us-east-1",
"accountAlias": "qualys-devqa-cvsignature",
"uuid": "0XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXa",
"created": "2025-05-28T06:51:09.169166364Z",
"createdOn": "2025-08-06T07:05:12.533+0000",
"lastUpdated": "2025-08-11T05:07:45.810+0000",
"controlsFailed": 0,
"remediationEnabled": null,
"connectorUuids": [
"cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5"
],
"qualysTags": [],
"connectorId": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5",
"customerId": "aXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXb",
"scanId": "cXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX0",
"resourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXXX0:knowledge-base/EJOYRXD9M6",
"cloudType": null,
"cloudAccountId": "8XXXXXXXXXX0",
"resourceType": "bedrock_knowledge_bases",
"displayName": "Hi-testing-vector-KB-S3",
"cloudResourceId": "arn:aws:bedrock:us-east-1:8XXXXXXXXXX0:knowledge-base/EJOYRXD9M6",
"deployments": [
{
"name": "amazon.titan-embed-text-v1",
"region": "us-east-1",
"arn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1"
}
],
"roleArn": "arn:aws:iam::8XXXXXXXXXX0:role/service-role/AmazonBedrockExecutionRoleForKnowledgeBase_3g6ts-xxxxxxx",
"configurations": {
"storageConfiguration": {
"opensearchServerlessConfiguration": {
"collectionArn": "arn:aws:aoss:us-east-1:8XXXXXXXXXX0:collection/6mxx664n2d2j3wok46n9",
"fieldMapping": {
"vectorField": "bedrock-knowledge-base-default-vector",
"metadataField": "AMAZON_BEDROCK_METADATA",
"textField": "AMAZON_BEDROCK_TEXT"
},
"vectorIndexName": "bedrock-knowledge-base-default-index"
},
"type": "OPENSEARCH_SERVERLESS"
},
"knowledgeBaseConfiguration": {
"vectorKnowledgeBaseConfiguration": {
"embeddingModelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v1"
},
"type": "VECTOR"
}
},
"description": "This is testing Vector-Store-KB",
"knowledgeBaseId": "EXXXXXXXX6",
"status": "ACTIVE"
}
],
"pageable": {
"pageNumber": 0,
"pageSize": 20,
"sort": {
"sorted": false,
"empty": true,
"unsorted": true
},
"offset": 0,
"paged": true,
"unpaged": false
},
"totalPages": 1,
"totalElements": 5,
"last": true,
"number": 0,
"size": 20,
"numberOfElements": 5,
"sort": {
"sorted": false,
"empty": true,
"unsorted": true
},
"first": true,
"empty": false
}
Sample - Get list of Sagemaker resourceSample - Get list of Sagemaker resource
API Request
curl -X GET -u <username>:<password> "<qualys_base_url>/cloudview-api/rest/v1/resource/SAGEMAKER_MODEL/AWS?pageNo=0&pageSize=20&updated=%5Bnow-3w..now%5D"
API Response
{
"content": [
{
"region": "us-east-1",
"accountAlias": "qualys-devqa-cvsignature",
"uuid": "5599ee5d-3ca2-3e73-a19e-ebbc52a9f00a",
"created": "2025-08-11T05:07:45.155+0000",
"createdOn": "2025-08-06T07:08:13.354+0000",
"lastUpdated": "2025-08-11T05:07:45.157+0000",
"controlsFailed": 0,
"remediationEnabled": null,
"connectorUuids": [
"cb73e3cd-4ef2-33eb-a639-4f08c998c6d5"
],
"qualysTags": [],
"connectorId": "cb73e3cd-4ef2-33eb-a639-4f08c998c6d5",
"customerId": "ac97f36e-2b3c-fc05-83d2-7dc88c55cb8b",
"scanId": "c932fb20-6e3c-11f0-9ced-2d7347427680",
"resourceId": "arn:aws:sagemaker:us-east-1:xxxxxxxxxxxx:model/my-testing-model",
"cloudType": null,
"cloudAccountId": "xxxxxxxxxxxx",
"resourceType": "sagemaker_model",
"displayName": "hisingh-testing-model",
"cloudResourceId": "arn:aws:sagemaker:us-east-1:xxxxxxxxxxxx:model/my-testing-model",
"EnableNetworkIsolation": false,
"Subnets": [
"subnet-07390e7a006d996db"
],
"roleArn": "arn:aws:iam::860454016470:role/service-role/SageMaker-test",
"configurations": {
"Containers": {
"Mode": "SingleModel",
"ModelDataUrl": "s3://hisingh-sagemaker-model/model.tar.gz",
"Image": "683313688378.dkr.ecr.us-east-1.amazonaws.com/sagemaker-scikit-learn:1.0-1",
"ModelDataSource": {
"S3DataSource": {
"S3Uri": "s3://my-sagemaker-model/model.tar.gz",
"S3DataType": "S3Object",
"CompressionType": "Gzip"
}
}
}
},
"SecurityGroupIds": [
"sg-0d27373993955173e"
]
}
],
"pageable": {
"pageNumber": 0,
"pageSize": 20,
"sort": {
"sorted": false,
"empty": true,
"unsorted": true
},
"offset": 0,
"paged": true,
"unpaged": false
},
"totalPages": 1,
"totalElements": 1,
"last": true,
"number": 0,
"size": 20,
"numberOfElements": 1,
"sort": {
"sorted": false,
"empty": true,
"unsorted": true
},
"first": true,
"empty": false
}
Get GCP Resource Details
Applicable for:
| New or Updated API | Updated |
| API Endpoint | /cloudview-api/rest/v1/resource/{resourceType}/GCP |
| Method | GET |
| DTD or XSD changes | Not Applicable |
With this release, we have updated the GET GCP Resource API to return the new Cloud Run Service resources in the response.
Sample - Get list of Cloud Run Service resourcesSample - Get list of Cloud Run Service resources
API Request
curl --location '<QualysURL>' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic <JWT Token>' \
--data '{
"reportName": "AWS Assessment Report Test",
"description": "Assessment Report Description",
"cloudType": "AWS",
"query": "",
"startDate": "2025-09-03T15:43:38Z",
"endDate": "2025-09-04T15:43:38Z",
"executionType": "RUN_TIME",
"policyIds": [
"1XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX7"
],
"tagIds": [],
"connectorIds": [
"9XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1"
],
"format": "csv",
"includeResourceARN": true,
"resourceResults": [],
"iacResourceResults": []
}'
API Response
{
"title": "gcppublicapi",
"type": "MANDATE",
"format": "ON_SCREEN",
"accounts": [
{
"name": "GCP123",
"id": "100d7969-371b-308f-a08d-b3442170e378",
"accountId": "my-project-XXXXXXXXXXXXX",
"cloudType": "GCP"
},
{
"name": "connector 2",
"id": "3XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2",
"accountId": "Demo_GCP",
"cloudType": "GCP"
}
],
"description": "string",
"policies": [
{
"policyId": "1XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX9",
"cloudType": "GCP"
}
],
"mandateId": "2481",
"createdOn": "2020-07-27T05:07:01+0000",
"cloudType": "GCP",
"groupIds": [
"6XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXe"
],
"reportId": "0XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXe"
}
Create a Report
Applicable for:
| New or Updated API | Updated |
| API Endpoint | /rest/v1/reports |
| Method | POST |
| DTD or XSD changes | Not Applicable |
With this release, we are introducing a new option to get the resource ARN in the downloaded CSV reports. To support this enhancement, we have added a new optional parameter, "includeResourceARN," to the Create a Report API. By default, this parameter is disabled, meaning the value is set to "false". To enable this parameter, set the value of the parameter to "includeResourceARN" : true.
ARN details are not available for resources that no longer exist or were evaluated via QFlow-based User Defined Controls.
Input ParameterInput Parameter
| Parameter Name | Mandatory/Optional | Data Type | Description |
|---|---|---|---|
| includeResourceARN | Optional | Boolean | Set this flag to true to include the resource ARN in the CSV report. Example: "includeResourceARN" : true |
Sample - Create a new reportSample - Create a new report
API Request
curl --location <'Qualys URL'> \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic <AuthToken> \
--data '{
"reportName": "AWS Assessment Report Test",
"description": "Assessment Report Description",
"cloudType": "AWS",
"query": "",
"startDate": "2025-09-03T15:43:38Z",
"endDate": "2025-09-04T15:43:38Z",
"executionType": "RUN_TIME",
"policyIds": [
"1XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX7"
],
"tagIds": [],
"connectorIds": [
"9XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1"
],
"format": "csv",
"includeResourceARN": true,
"resourceResults": [],
"iacResourceResults": []
}'
The successful response to this request will return the report with the ARN listed for the corresponding resources.