fix(crusoe): fix streaming doc model typo and add supports_vision for Gemma 3

- Streaming example referenced Llama-3.1 instead of Llama-3.3
- Add supports_vision: true for gemma-3-12b-it in both JSON files,
  matching other providers (bedrock, novita)
This commit is contained in:
Emmanuel Acheampong 2026-03-23 13:43:25 -07:00 committed by Sameer Kankute
parent e08b8ef7b6
commit f8ba2d750b
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View File

@ -71,7 +71,7 @@ messages = [{"content": "Write a short story about AI", "role": "user"}]
# Crusoe call with streaming
response = completion(
model="crusoe/meta-llama/Llama-3.1-70B-Instruct",
model="crusoe/meta-llama/Llama-3.3-70B-Instruct",
messages=messages,
stream=True
)

View File

@ -22098,7 +22098,8 @@
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
"supports_tool_choice": true,
"supports_vision": true
},
"crusoe/meta-llama/Llama-3.3-70B-Instruct": {
"input_cost_per_token": 2e-07,

View File

@ -22146,7 +22146,8 @@
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
"supports_tool_choice": true,
"supports_vision": true
},
"crusoe/meta-llama/Llama-3.3-70B-Instruct": {
"input_cost_per_token": 2e-07,