Skip to content

Commit

Permalink
ci/cd run again
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 27, 2024
1 parent c258eb7 commit d1686ee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions litellm/model_prices_and_context_window_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -4671,6 +4671,22 @@
"litellm_provider": "openrouter",
"mode": "chat"
},
"openrouter/openai/o1": {
"max_tokens": 100000,
"max_input_tokens": 200000,
"max_output_tokens": 100000,
"input_cost_per_token": 0.000015,
"output_cost_per_token": 0.00006,
"cache_read_input_token_cost": 0.0000075,
"litellm_provider": "openrouter",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_vision": true,
"supports_prompt_caching": true,
"supports_system_messages": true,
"supports_response_schema": true
},
"openrouter/openai/o1-mini": {
"max_tokens": 65536,
"max_input_tokens": 128000,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_openai_endpoints.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# What this tests ?
## Tests /chat/completions by generating a key and then making a chat completions request
## Tests /chat/completions by generating a key and then making a chat completions-request
import pytest
import asyncio
import aiohttp, openai
Expand Down

0 comments on commit d1686ee

Please sign in to comment.